#35 Changing design configurations on the fly Issu...
# openlane
g
#35 Changing design configurations on the fly Issue opened by nickson-jose Hi, I want to know if openlane supports on-the-fly configuration changes. For instance: for a design, say picorv32a, I chose my
FP_CORE_UTIL
as 50 (in ../picorv32a/config.tcl) ..I do till run_floorplan stage (in interactive flow) but now I want to change
FP_CORE_UTIL
to 60. So in this case, post modifying config.tcl, do I need to run from the beginning of flow or just running run_floorplan again take
FP_CORE_UTIL
as 60 ? Because the latter isn't updating my config.tcl (../openlane/designs/runs/_date_/config.tcl). efabless/openlane