mirror of https://github.com/VLSIDA/OpenRAM.git
Fix 1w/1r example
This commit is contained in:
parent
58846a4a25
commit
b7c43ae674
|
|
@ -1,9 +1,9 @@
|
||||||
word_size = 2
|
word_size = 2
|
||||||
num_words = 16
|
num_words = 16
|
||||||
|
|
||||||
num_rw_ports = 1
|
num_rw_ports = 0
|
||||||
num_r_ports = 1
|
num_r_ports = 1
|
||||||
num_w_ports = 0
|
num_w_ports = 1
|
||||||
|
|
||||||
tech_name = "scn4m_subm"
|
tech_name = "scn4m_subm"
|
||||||
nominal_corners_only = False
|
nominal_corners_only = False
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue