Skip to content
Snippets Groups Projects

RCG: correct dac duotone amplitude

Merged Ezekiel Dohmen requested to merge ezekiel.dohmen/advligorts:merge-4.2 into master
12 files
+ 66
10
Compare changes
  • Side-by-side
  • Inline
Files
12
@@ -80,6 +80,13 @@ sub frontEndCode {
my ($i) = @_;
my $calcExp = "// FILTER MODULE";
if ($::ppFIR[$i] == 1) {
if ( $::modelrate ne 2 and $::modelrate ne 4 )
{
die ("Error - The model has a FIR filter in it but has a rate of " . $::modelrate .
"K, only 2K and 4K models support FIR filters.");
}
$calcExp .= " (PolyPhase FIR)";
}
$calcExp .= ": $::xpartName[$i]\n";
Loading