HDL Designer Series Command Reference

Version 2018.1

Description
A VHDL configuration declaration


$configuration architecture ()

Get the architecture associated with the configuration, see architectureRefApi.tcl
Returns: The architecture object.

$configuration 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:
class : identifies the object as a configuration
name : name of the declaration itself
fullName : fully qualified name including those of parent objects
startLine : the line number where the declaration begins in the source file
refName : Name that can be to refer to the object when running tasks or accessing properties
Argument: args see above

$configuration contexts ()

Obtain the contexts referenced.
Returns: A list of contexts.

$configuration file ()

Obtain the file containing the object.
Returns: A single object, see fileRefApi.tcl

$configuration frameConfiguration ()

Get the frame configuration associated with the configuration, see frameConfigurationRefApi.tcl
Returns: The architecture object.

$configuration packages ()

Obtain the packages referenced.
Returns: A list of packages, see packageHeaderRefApi.tcl or an empty list if the declaration is not VHDL.

$configuration views ()

Obtain the packages referenced.
Returns: A list of packages, see packageHeaderRefApi.tcl or an empty list if the declaration is not VHDL.


Copyright © Mentor Graphics Corporation 2018. All Rights Reserved.