mirror of https://github.com/YosysHQ/yosys.git
Do not simplemap for variable test
This commit is contained in:
parent
975aaf190f
commit
2e9e745efa
|
@ -40,14 +40,14 @@ hierarchy -top xilinx_srl_variable_test
|
||||||
prep
|
prep
|
||||||
design -save gold
|
design -save gold
|
||||||
|
|
||||||
simplemap t:$dff t:$dffe
|
|
||||||
xilinx_srl -variable
|
xilinx_srl -variable
|
||||||
opt
|
opt
|
||||||
|
|
||||||
#stat
|
#stat
|
||||||
# show -width
|
# show -width
|
||||||
# write_verilog -noexpr -norename
|
# write_verilog -noexpr -norename
|
||||||
select -assert-count 1 t:$_DFF_P_
|
select -assert-count 1 t:$dff
|
||||||
|
select -assert-count 1 t:$dff r:WIDTH=1 %i
|
||||||
select -assert-count 2 t:$__XILINX_SHREG_
|
select -assert-count 2 t:$__XILINX_SHREG_
|
||||||
|
|
||||||
design -stash gate
|
design -stash gate
|
||||||
|
|
Loading…
Reference in New Issue