mirror of https://github.com/VLSIDA/OpenRAM.git
Use calibre by default until klayout LVS is clean.
This commit is contained in:
parent
be92282150
commit
f2882782e7
|
|
@ -460,8 +460,8 @@ parameter["bitcell_drain_cap"] = 0.1 # In Femto-Farad, approximation of d
|
|||
# Technology Tool Preferences
|
||||
###################################################
|
||||
|
||||
drc_name = "klayout"
|
||||
lvs_name = "klayout"
|
||||
pex_name = "klayout"
|
||||
drc_name = "calibre"
|
||||
lvs_name = "calibre"
|
||||
pex_name = "calibre"
|
||||
|
||||
blackbox_bitcell = False
|
||||
|
|
|
|||
Loading…
Reference in New Issue