mirror of https://github.com/VLSIDA/OpenRAM.git
Config example changes
This commit is contained in:
parent
7736d3b927
commit
2b5013fd69
|
|
@ -8,7 +8,7 @@ num_words = 1024
|
|||
human_byte_size = "{:.0f}kbytes".format((word_size * num_words)/1024/8)
|
||||
|
||||
# Allow byte writes
|
||||
write_size = 8 # Bits
|
||||
#write_size = 8 # Bits
|
||||
|
||||
# Dual port
|
||||
num_rw_ports = 0
|
||||
|
|
|
|||
|
|
@ -9,7 +9,8 @@ nominal_corner_only = True
|
|||
# Local wordlines have issues with met3 power routing for now
|
||||
#local_array_size = 16
|
||||
|
||||
#route_supplies = False
|
||||
#route_supplies = "ring"
|
||||
route_supplies = "left"
|
||||
check_lvsdrc = True
|
||||
#perimeter_pins = False
|
||||
#netlist_only = True
|
||||
|
|
|
|||
Loading…
Reference in New Issue