diff --git a/openlane/fpga_core/interactive.tcl b/openlane/fpga_core/interactive.tcl
index 960e985..f7e2b80 100644
--- a/openlane/fpga_core/interactive.tcl
+++ b/openlane/fpga_core/interactive.tcl
@@ -75,7 +75,7 @@ add_macro_placement tie_array [expr {$floorplan_x / 2}] [expr {$switches_y(8,8)
manual_macro_placement f
-detailed_placement
+detailed_placement_or -log $::env(placement_logs)/detailed.log -def $::env(placement_results)/$::env(DESIGN_NAME).def
gen_pdn
@@ -107,4 +107,4 @@ run_magic_drc
run_magic_spice_export
run_lvs
-run_antenna_check; # to verify the above and get a final report
\ No newline at end of file
+run_antenna_check; # to verify the above and get a final report
I've also been informed that the OpenLane tag that is defined in
I've tried running the flow using both main branch and io_fix branch but each time flow stops with the following error:
I also had to make small modifications in the following files to run
make harden
command:I've also been informed that the OpenLane tag that is defined in
https://github.com/efabless/clear/blob/f7a6b19f604a677eed6efa6690fddb81fd99a67f/Makefile#L26
points to a very old version.