all_registers¶
- -no_hierarchy
Only search the top level of hierarchy
- -clock
return registers of this clock
- -rise_clock
return registers triggered by rise edge of this clock
- -fall_clock
return registers triggered by fall edge of this clock
- -cells
return cells - this is the default
- -data_pins
Returns a collection of data pins
- -clock_pins
Returns a collection of data pins
- -slave_clock_pins
Returns a collection of slave clock pins of master-slave registers that meet the search criteria.
- -output_pins
Returns a collection of output pins
- -level_sensitive
Only consider level sensitive registers
- -edge_triggered
Only consider edge sensitive registers
- -master_slave
Only consider master/slave registers
- -include_icg
Consider integrated_clock_gating registers
- -patterns
Match the speacified patterns
-no_hierarchy¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-clock¶
attribute
- type:
STRING
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-rise_clock¶
attribute
- type:
STRING
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-fall_clock¶
attribute
- type:
STRING
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-cells¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-data_pins¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-clock_pins¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-slave_clock_pins¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-output_pins¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-level_sensitive¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-edge_triggered¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-master_slave¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-include_icg¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-patterns¶
attribute
- type:
STRLIST
- positional:
True
- default:
related_options
simple case
There is currently no simple case.