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;
|
||||
endmodule
|
||||
EOT
|
||||
proc
|
||||
design -save gold
|
||||
|
||||
# Can't run any sort of equivalence check because latches are blown to LUTs
|
||||
synth_ecp5 -abc9
|
||||
select -assert-count 2 t:LUT4
|
||||
|
|
Loading…
Reference in New Issue