runTask (args) | |
Run a task | |
Example:# run DesignChecker on Verilog view "asm" for "xmit_rcv_control" design unit. runTask DesignChecker "uart_v" "xmit_rcv_control" "xmit_rcv_control" "xmit_rcv_control/asm.am" | |
Argument: args | Option names and values. |
<taskName> | Specify the task run. Must be specified. |
[library [unit [view [pathName] ] ] ] | Specifies the view to run the task on. If none are specified uses design root. |
-user | If HDS finds a user and a team task with the same name, pick the user task. This is the default. |
-team | If HDS finds a user and a team task with the same name, pick the team task. |
setCompileAlways (enable) | |
Enable or disable incremental compilation for all incremental compilers | |
Argument: enable | ON|OFF : Set the global compile always switch (defaults to off) |
setupTask (args) | |
Setup options for a task | |
Argument: args | Option names and values. |
<taskName> | Specify the task to apply these setup options to. Must be specified. |
-setting <name> <value> | Changes the value of the setting given by <name> on the specified task. |
-single | Changes the hierarchy depth to be used when running the task to single level. |
-hierarchical | Changes the hierarchy depth to be used when running the task to hierarchy through blocks. |
-throughCpt | Changes the hierarchy depth to be used when running the task to hierarchy through components. |
-user | If HDS finds a user and a team task with the same name, pick the user task. This is the default. |
-team | If HDS finds a user and a team task with the same name, pick the team task. |