mirror of https://github.com/VLSIDA/OpenRAM.git
Add freepdk45 to debug error in tech_name validation
Ooops, I forgot to add the freepdk45 mention in the debug.log string
This commit is contained in:
parent
123e43e942
commit
189824429c
|
|
@ -567,7 +567,7 @@ def import_tech():
|
||||||
# Validate tech_name param
|
# Validate tech_name param
|
||||||
techname_lower = OPTS.tech_name.lower()
|
techname_lower = OPTS.tech_name.lower()
|
||||||
if (techname_lower is None) or (techname_lower!="sky130" and techname_lower!="scn3m_subm" and techname_lower!="scn4m_subm" and techname_lower!="freepdk45") :
|
if (techname_lower is None) or (techname_lower!="sky130" and techname_lower!="scn3m_subm" and techname_lower!="scn4m_subm" and techname_lower!="freepdk45") :
|
||||||
debug.error("tech_name in config file should be sky130|scn3m_subm|scn4m_subm")
|
debug.error("tech_name in config file should be sky130|scn3m_subm|scn4m_subm|freepdk45")
|
||||||
quit()
|
quit()
|
||||||
|
|
||||||
# Import the tech
|
# Import the tech
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue