diff options
author | Marcelina KoĆcielnicka <mwk@0x04.net> | 2021-05-29 17:45:05 +0200 |
---|---|---|
committer | Marcelina KoĆcielnicka <mwk@0x04.net> | 2021-08-14 00:09:04 +0200 |
commit | 1f74ec3535dba67d3e71ab1b9bf509c86bdca560 (patch) | |
tree | b8c2bc221e0fe7161095fe7332520414a5d0fb6b /tests/opt/opt_mem_priority.ys | |
parent | 9fdedf4d1c5b1715f98ad107d322966eaee91f20 (diff) | |
download | yosys-1f74ec3535dba67d3e71ab1b9bf509c86bdca560.tar.gz yosys-1f74ec3535dba67d3e71ab1b9bf509c86bdca560.tar.bz2 yosys-1f74ec3535dba67d3e71ab1b9bf509c86bdca560.zip |
memory_share: Add -nosat and -nowiden options.
This unlocks wide port recognition by default.
Diffstat (limited to 'tests/opt/opt_mem_priority.ys')
-rw-r--r-- | tests/opt/opt_mem_priority.ys | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/opt/opt_mem_priority.ys b/tests/opt/opt_mem_priority.ys index c1261ddf7..a4119e12a 100644 --- a/tests/opt/opt_mem_priority.ys +++ b/tests/opt/opt_mem_priority.ys @@ -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 |