mirror of https://github.com/YosysHQ/yosys.git
No need for -abc9
This commit is contained in:
parent
4a0198128e
commit
de3476cc23
|
@ -63,7 +63,7 @@ module fastfir_dynamictaps(i_clk, i_reset, i_tap_wr, i_tap, i_ce, i_sample, o_re
|
||||||
endmodule
|
endmodule
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
synth_xilinx -abc9
|
synth_xilinx
|
||||||
cd fastfir_dynamictaps
|
cd fastfir_dynamictaps
|
||||||
select -assert-count 2 t:DSP48E1
|
select -assert-count 2 t:DSP48E1
|
||||||
select -assert-none t:* t:DSP48E1 %d t:BUFG %d
|
select -assert-none t:* t:DSP48E1 %d t:BUFG %d
|
||||||
|
|
Loading…
Reference in New Issue