drr
11/11/2020, 11:59 PMdev
branch isn't tech dependent and will come up for sky130 builds too: I am trying out OpenRAM just to get a feel for it and using the verilog sim models in my tests, which seem tech independent. Using the demo RAM config with minor tweaks (still scn4m_subm
):
# Data word size
word_size = 8
# Number of words in the memory
num_words = 1024
num_rw_ports = 1
num_r_ports = 0
num_w_ports = 0
num_banks = 1
..produces errors such as this but only for particular num_words
. Changing it from 1024 to 512 for example "fixes" this.
power_leak = spice["nand4_leakage"]
KeyError: 'nand4_leakage'
Is this an issue that I'd see in sky130 builds or is it a tech specific issue I can disregard?Matthew Guthaus
11/12/2020, 2:04 AMdrr
11/12/2020, 2:35 AMMatthew Guthaus
11/12/2020, 3:40 AM