Skip to content

Commit

Permalink
proc_rom: test src attribute on memories
Browse files Browse the repository at this point in the history
  • Loading branch information
widlarizer committed Jul 29, 2024
1 parent 960bca0 commit 01fd725
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/proc/proc_rom.ys
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 01fd725

Please sign in to comment.