Sean Cross
01/12/2023, 8:58 AMconfig_in.tcl
? Only some variables are getting copied over from config.json
. For example, STD_CELL_LIBRARY
and PL_TARGET_DENSITY
get copied, but VERILOG_FILES_BLACKBOX
and EXTRA_GDS_FILES
never get filled in.Sean Cross
01/12/2023, 9:02 AMref::$PDKPATH/
then the entire string becomes empty.
I'll file an issue on it.Sean Cross
01/12/2023, 9:14 AMVERILOG_FILES_BLACKBOX
?Mitch Bailey
01/12/2023, 11:58 AMconfig.json
file?Sean Cross
01/12/2023, 12:02 PMref::$PDKPATH
works now that I've removed /gf180mcuC
from the path, but it's still odd that most other paths don't work and there wasn't an error raised with the invalid path.