Skip to content

Commit

Permalink
Merge pull request #4514 from YosysHQ/emil/proc_rom-src-test-2
Browse files Browse the repository at this point in the history
proc_rom: test src attribute on memories
  • Loading branch information
povik authored Jul 29, 2024
2 parents 49eaa10 + 01fd725 commit 61ae9f4
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 61ae9f4

Please sign in to comment.