mirror of https://github.com/YosysHQ/yosys.git
Add test
This commit is contained in:
parent
ea8ac8fd74
commit
cc331cf70d
|
@ -1,6 +1,5 @@
|
|||
read_verilog test_arith.v
|
||||
synth_ice40
|
||||
techmap -map ../cells_sim.v
|
||||
rename test gate
|
||||
|
||||
read_verilog test_arith.v
|
||||
|
@ -8,3 +7,13 @@ rename test gold
|
|||
|
||||
miter -equiv -flatten -make_outputs gold gate miter
|
||||
sat -verify -prove trigger 0 -show-ports miter
|
||||
|
||||
delete A:whitebox # Necessary since whiteboxes cannot
|
||||
# be overwritten...
|
||||
synth_ice40 -top gate
|
||||
|
||||
read_verilog test_arith.v
|
||||
rename test gold
|
||||
|
||||
miter -equiv -flatten -make_outputs gold gate miter
|
||||
sat -verify -prove trigger 0 -show-ports miter
|
||||
|
|
Loading…
Reference in New Issue