OpenRAM compiler `options.py` shows ``` # Numbe...
# openram
v
OpenRAM compiler
options.py
shows
Copy code
# Number of threads to use
    num_threads = 1
    # Number of threads to use in ngspice/hspice
    num_sim_threads = 3
Can we increase the threads to speed up the generation of SRAM files or it is recommended to use above values only? @Matthew Guthaus
m
Yes, you can change these.
They only really speed up simulation/characterization though.
👍 1