mirror of https://github.com/YosysHQ/yosys.git
proc_rom: test src attribute on memories
This commit is contained in:
parent
960bca0196
commit
01fd72520f
|
@ -33,7 +33,7 @@ hierarchy -auto-top
|
|||
|
||||
design -save orig
|
||||
proc
|
||||
select -assert-count 1 t:$memrd_v2
|
||||
select -assert-count 1 t:$memrd_v2 a:src %i
|
||||
memory
|
||||
opt_dff
|
||||
design -stash postopt
|
||||
|
@ -80,7 +80,7 @@ hierarchy -auto-top
|
|||
|
||||
design -save orig
|
||||
proc
|
||||
select -assert-count 1 t:$memrd_v2
|
||||
select -assert-count 1 t:$memrd_v2 a:src %i
|
||||
memory
|
||||
opt_dff
|
||||
design -stash postopt
|
||||
|
@ -127,7 +127,7 @@ hierarchy -auto-top
|
|||
|
||||
design -save orig
|
||||
proc
|
||||
select -assert-count 1 t:$memrd_v2
|
||||
select -assert-count 1 t:$memrd_v2 a:src %i
|
||||
memory
|
||||
opt_dff
|
||||
design -stash postopt
|
||||
|
@ -175,7 +175,7 @@ hierarchy -auto-top
|
|||
|
||||
design -save orig
|
||||
proc
|
||||
select -assert-count 1 t:$memrd_v2
|
||||
select -assert-count 1 t:$memrd_v2 a:src %i
|
||||
memory
|
||||
opt_dff
|
||||
design -stash postopt
|
||||
|
|
Loading…
Reference in New Issue