mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-08 04:01:25 +00:00
Add v2 memory cells.
This commit is contained in:
parent
b96eb888cc
commit
fd79217763
22 changed files with 631 additions and 206 deletions
|
@ -1,3 +1,3 @@
|
|||
read_verilog -sv logic_rom.sv
|
||||
prep -top top
|
||||
select -assert-count 1 t:$mem r:SIZE=16 %i r:WIDTH=8 %i
|
||||
select -assert-count 1 t:$mem_v2 r:SIZE=16 %i r:WIDTH=8 %i
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
read_verilog -sv typedef_memory.sv
|
||||
prep -top top
|
||||
select -assert-count 1 t:$mem r:SIZE=16 %i r:WIDTH=4 %i
|
||||
select -assert-count 1 t:$mem_v2 r:SIZE=16 %i r:WIDTH=4 %i
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
read_verilog -sv typedef_memory_2.sv
|
||||
prep -top top
|
||||
dump
|
||||
select -assert-count 1 t:$mem r:SIZE=16 %i r:WIDTH=4 %i
|
||||
select -assert-count 1 t:$mem_v2 r:SIZE=16 %i r:WIDTH=4 %i
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue