User guide
3-43
Compiling and Elaborating Your Design
down the hierarchy than the instances of the specified modules, mod1
and mod2.
A tree statement with a depth of 0 is the equivalent of a module
statement.
third tree statement example
You can specify a negative value for the depth value. When you do,
you specify ascending the hierarchy from the leaf level. For example:
tree (-2) {mod1, mod3} {Opt};
This statement specifies looking down the module hierarchy under
the instances of modules mod1 and mod3 to the leaf level and
module mod1
mod1_inst1
module mod11
mod11_inst1
module mod12
mod12_inst1
module mod111
mod111_inst1
module mod1111
mod1111_inst1
module top
module mod2
mod2_inst1
module mod21
mod21_inst1
module mod3
mod3_inst1
Radiant Technology
optimizations apply
to this part of the
design