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
|
||||
design -save gold
|
||||
|
||||
simplemap t:$dff t:$dffe
|
||||
xilinx_srl -variable
|
||||
opt
|
||||
|
||||
#stat
|
||||
# show -width
|
||||
# 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_
|
||||
|
||||
design -stash gate
|
||||
|
|
Loading…
Reference in New Issue