I want to execute following command in tcl script. The command relates to a particular tool.
exec tool cut Netlists/$::env(DESIGN_NAME).netlist.v
When the aforementioned command executes on running the tcl script, its corresponding output is not shown on the terminal.
When I try to run this command in tcl shell, it works fine.
Is there any way to print the result on the terminal?