mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-05 09:03:53 +02:00
Fix errors in new run_sim calls and corners
This commit is contained in:
+1
-1
@@ -469,7 +469,7 @@ def set_default_corner():
|
||||
if OPTS.nominal_corner_only:
|
||||
OPTS.process_corners = ["TT"]
|
||||
else:
|
||||
OPTS.process_corners = tech.spice["fet_models"].keys()
|
||||
OPTS.process_corners = list(tech.spice["fet_models"].keys())
|
||||
|
||||
if (OPTS.supply_voltages == ""):
|
||||
if OPTS.nominal_corner_only:
|
||||
|
||||
Reference in New Issue
Block a user