In caravel/openlane/user_project_wrapper/interacti...
# caravel
j
In caravel/openlane/user_project_wrapper/interactive.tcl I see "set ::env(FP_DEF_TEMPATE) $script_dir/../../def/user_project_wrapper_empty.def" while in openlane/scripts/tcl_commands/floorplan.tcl we have " if { [info exists ::env(FP_DEF_TEMPLATE)] } {". I suppose the missing "L" in the interactive script means it doesn't do anything?
a