Hello, does anyone know whether FP_PIN_ORDER_CFG o...
# openlane
n
Hello, does anyone know whether FP_PIN_ORDER_CFG option was removed in current Openlane version? I tried to set it in <design>/config.tcl or in configuration/floorplan.tcl but nothing showed in the <runs>/xxx/config.tcl? That means only place_io is executed in the run_floorplan process (I added the puts_info and it doesn’t show up)?
v
Hi set following in config.tcl, it should work set
::env(FP_PIN_ORDER_CFG) -cfg xxx.cfg
refer spm design in openlane for reference