Antonio Borneo - 2024-09-23

Thanks for reporting it.
This is already fixed in other deprecated commands, like "hla", by adding a proc to concatenate the arguments.
In case of "ipdbg" we need to add in src/jtag/startup.tcl
~~~
proc ipdbg {cmd args} {
tailcall "ipdbg $cmd" {*}$args
}
~~~
I think we need the same for other commands; to be investigated.
Patches are welcome!