If I have some analog signals at the top level tha...
# openlane
m
If I have some analog signals at the top level that I'm routing to a pad, how can I tell openlane to NOT add buffers to the wires?
r
@Mitch Bailey which file of openroad should we add it ??
I have added inside the run_placement proc , but not seems to be recognized : [STEP 7] [INFO]: Generating PDN... invalid command name "set_dont_touch" while executing "set_dont_touch V1_WL" (procedure "run_placement" line 5) invoked from within "run_placement" (procedure "run_placement_step" line 8) invoked from within "[lindex $step_exe 0] [lindex $step_exe 1] " (procedure "run_non_interactive_mode" line 55) invoked from within "run_non_interactive_mode {*}$argv" invoked from within "if { [info exists flags_map(-interactive)] || [info exists flags_map(-it)] } { if { [info exists arg_values(-file)] } { run_file [file normalize $a..." (file "./flow.tcl" line 434)
v
Try with latest OpenLane commit and try interactive mode
r
ok