$forFrame configure (args) | |
with no arguments lists the names and values of all options with one argument lists the value of the specified option The following options are available: leftBound : rightBound : class : identifies the object as a forFrame name : | |
Argument: args | see above |
$forFrame configuredSubFrames (frameConfiguration) | |
Obtains the sub-frames. | |
Argument: frameConfiguration | defines a level in a VHDL configuration declaration from which the bindings are selected |
Returns: a list of sub-frame information, each consecutive pair represents a frame and a frameConfiguration in that order. |
$forFrame instances () | |
Obtains the component instances, see instanceRefApi.tcl directly contained within the frame. Instances contained within a sub-frame are not included | |
Returns: A list of instances. |
$forFrame subFrames () | |
Obtains the sub-frames. | |
Returns: a list of sub-frames |