3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-01 03:57:52 +00:00

Removal of more stat calls from tests

This commit is contained in:
Eddie Hung 2019-08-18 21:28:45 -07:00
parent 9e940f1276
commit f5170a7eda
3 changed files with 26 additions and 26 deletions

View file

@ -11,7 +11,7 @@ shregmap -init
opt
stat
# stat
# show -width
select -assert-count 1 t:$_DFF_P_
select -assert-count 2 t:$__SHREG_DFF_P_
@ -26,11 +26,11 @@ prep
miter -equiv -flatten -make_assert -make_outputs gold gate miter
sat -verify -prove-asserts -show-ports -seq 5 miter
design -load gold
stat
#design -load gold
#stat
design -load gate
stat
#design -load gate
#stat
##########
@ -43,7 +43,7 @@ design -save gold
simplemap t:$dff t:$dffe
shregmap -tech xilinx
stat
#stat
# show -width
# write_verilog -noexpr -norename
select -assert-count 1 t:$_DFF_P_