Hi,
I am trying to dynamically execute a Jasper tcl script but the commands don't seem to execute despite the log clearly parsing them and seemingly finding them syntactically correct.
get_inst_top
variable A = get_inst_top
if {A=="my_module"} {
connect -bind ...etc
}
This runs and the commands appear green in the GUI log but the code "connect -bind" doesn't produce an instance for that checker file like it does outside the if statement.