mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-19 04:13:39 +00:00
memory_share: Add -nosat and -nowiden options.
This unlocks wide port recognition by default.
This commit is contained in:
parent
9fdedf4d1c
commit
1f74ec3535
11 changed files with 269 additions and 11 deletions
|
@ -200,6 +200,10 @@ EOT
|
|||
hierarchy -auto-top
|
||||
proc
|
||||
opt
|
||||
memory -nomap
|
||||
opt_mem_priority
|
||||
memory_collect
|
||||
select -assert-count 1 t:$mem_v2
|
||||
select -assert-count 1 t:$mem_v2 r:WR_PRIORITY_MASK=64'h0804020100000000 %i
|
||||
memory_share
|
||||
select -assert-count 1 t:$mem_v2 r:WR_PRIORITY_MASK=64'h0f0f0f0f00000000 %i
|
||||
select -assert-count 1 t:$mem_v2 r:WR_WIDE_CONTINUATION=8'hee %i
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue