3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-06 19:21:23 +00:00

Move tests/various/opt* into tests/opt/

This commit is contained in:
Eddie Hung 2019-08-07 21:35:48 -07:00
parent d5e8c0e6d3
commit 2b6cdfb39f
5 changed files with 1 additions and 1 deletions

26
tests/opt/opt_rmdff.ys Normal file
View file

@ -0,0 +1,26 @@
read_verilog -icells opt_rmdff.v
prep
design -stash gold
read_verilog -icells opt_rmdff.v
proc
opt_rmdff
select -assert-count 0 c:remove*
select -assert-min 7 c:keep*
select -assert-count 0 t:$dffe 7:$_DFFE_* %u c:noenable* %i
design -stash gate
design -import gold -as gold
design -import gate -as gate
equiv_make gold gate equiv
hierarchy -top equiv
equiv_simple -undef
equiv_status -assert
design -load gold
stat
design -load gate
stat