Create one or more user defined DRC rule deck objects
Syntax
create_drc_ruledeck [‑quiet] [‑verbose] <ruledecks>...
Returns
drc_ruledeck
Usage
Name | Description |
---|---|
[-quiet]
|
Ignore command errors |
[-verbose]
|
Suspend message limits during command execution |
<ruledecks>
|
Names of DRC rule decks to create |
Description
Create one or more user-defined rule decks for use when running report_drc
.
A drc_ruledeck object is a collection of design rule checks, grouped for convenience, to be run at different stages of the FPGA design flow, such as during I/O planning or placement. The tool comes with a set of factory predefined rule decks. Use the get_drc_ruledecks
command to return a list of the currently defined rule decks.
The rule decks created by this command are empty, without any checks. You must add design rule checks to the rule deck using the add_drc_checks
command. Checks can be removed from a rule deck using the remove_drc_checks
command. To see a list of design rule checks that are available to include in the ruledeck, use the get_drc_checks
command.
This command returns the list of drc_ruledecks created.
Arguments
-quiet
- (Optional) Execute the command quietly, returning no messages from the command. The command also returns TCL_OK regardless of any errors encountered during execution.
-verbose
- (Optional) Temporarily override any message limits and return all messages from this command.
set_msg_config
command.<ruledecks> - (Required) Specify the name of one or more user-defined DRC rule decks to create.
Examples
create_drc_ruledeck my_rules project_rules