Getting this error at final gds stage. The missing file mentioned in the error are in the same direc...
p
Getting this error at final gds stage. The missing file mentioned in the error are in the same directory.Still it takes only one gds file.
m
That's the high voltage library. Are you using both the high density
hd
and high voltage
hvl
libraries?
p
Nope I am just using hvl
@Mitch Bailey I changed the config file but still it only takes one gds file.
m
Are you using this in
config.tcl
?
Copy code
set ::env(STD_CELL_LIBRARY) "sky130_fd_sc_hvl"
p
Nope. It is config.mk which needs to be used in Openroad flow scripts
config.mk
v
p
Okay