mirror of https://github.com/VLSIDA/OpenRAM.git
Comment out calibre in freepdk45
This commit is contained in:
parent
66c9501621
commit
d8d8636d0f
|
|
@ -477,9 +477,10 @@ spice["sa_transconductance"] = (spice["mobility_n"])*spice["cox"]*(parameter["sa
|
||||||
# Technology Tool Preferences
|
# Technology Tool Preferences
|
||||||
###################################################
|
###################################################
|
||||||
|
|
||||||
drc_name = "calibre"
|
#drc_name = "calibre"
|
||||||
lvs_name = "calibre"
|
#lvs_name = "calibre"
|
||||||
pex_name = "calibre"
|
#pex_name = "calibre"
|
||||||
|
|
||||||
drc_name = "klayout"
|
drc_name = "klayout"
|
||||||
lvs_name = "klayout"
|
lvs_name = "klayout"
|
||||||
pex_name = "klayout"
|
pex_name = "klayout"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue