rdeEval
rdeEval( t_expression [ g_openCurrentDesign ] [ s_doCheckPoint ] ) ; => t / nil
Description
This function evaluates the Tcl expression that is supplied. There are no arguments to open the current design and also perform a checkpoint once the Tcl expression is evaluated.
Arguments
Value Returned
Examples
Loads the design that corresponds to current GE window into Virtuoso Routing IDE, runs the Tcl command to perform bus routing and does an automatic checkpoint.
rdeEval("bus_route")
Loads the design that corresponds to current GE window into Virtuoso Routing IDE, runs the Tcl command to perform bus routing and does an automatic checkpoint.
rdeEval("bus_route" t t)
Assuming that Virtuoso Routing IDE is already open, run the Tcl command to perform bus routing but does not perform an automatic checkpoint.
rdeEval("bus_route" nil nil)
Related Topics
Return to top