User Manual
get enabled constraints Chapter 5. Tcl Command Reference
Elaboration
This command is especially useful for the user to see how many clocks exist inside the design. This feature
allows a wild card filter also. This command works after the design has passed through the Run Prepare
flow step (run prepare). User can insert this command from ACE TCL shell window or use inside the SDC
file. Below is the example how to use this command:
get_clocks *clk
This above command might expand to tx clk, rx clk, core clk. That means any clock signal name related
with *clk will be printed in the TCL shell window.
get current design
get current design
This command returns the name of the top module in the current design. This command returns an error if
no current design is loaded.
get current partname
get current partname [-quiet]
This command returns the name of the currently loaded device.
Argument
Required/Optional Description
[-quiet]
Optional do not warn if there is no current part
get efd file path
get efd file path <partName>
This command returns the path to the efd file for the given part.
Argument
Required/Optional Description
<partName>
Required The required <partName>
argument is used to specify the
name of the part to find the efd file
for. The part name specified must
exist among the valid part names
in the ACE installation.
get enabled constraints
get enabled constraints [-project <arg>] [-impl <arg>]
This command returns a list of all the enabled constraint files for an implementation.
Argument Required/Optional Description
325 http://www.achronix.com UG001 Rev. 5.0 - 5th December 2012