#163 Don't rely on an external "design exploration...
# openlane
g
#163 Don't rely on an external "design exploration config file" Issue opened by ax3ghazy Rather use the current
config.tcl
as a base with a special switch to
flow.tcl
. e.g.,
Copy code
set ::env(PL_TARGET_DENSITY) [list 0.3 0.35 0.4]
./flow.tcl ..... -design_explore
efabless/openlane