mirror of https://github.com/YosysHQ/yosys.git
tests: tidy up testcase
This commit is contained in:
parent
00c5ceb1f2
commit
8a11019d38
|
@ -7,9 +7,6 @@ always @*
|
||||||
assign q = ~l;
|
assign q = ~l;
|
||||||
endmodule
|
endmodule
|
||||||
EOT
|
EOT
|
||||||
proc
|
|
||||||
design -save gold
|
|
||||||
|
|
||||||
# Can't run any sort of equivalence check because latches are blown to LUTs
|
# Can't run any sort of equivalence check because latches are blown to LUTs
|
||||||
synth_ecp5 -abc9
|
synth_ecp5 -abc9
|
||||||
select -assert-count 2 t:LUT4
|
select -assert-count 2 t:LUT4
|
||||||
|
|
Loading…
Reference in New Issue