set_sense¶
- -type
specify type of sense, currently only support ‘clock’
- -pins
specify list of pins
- -clocks
specify list of reference clocks
- -pulse
not support now
- -positive
specify positive clock sense
- -negative
specify negative clock sense
- -stop_propagation
stop clock propagation from specified pins along clock and data
-type¶
attribute
- type:
STRING
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-pins¶
attribute
- type:
STRLIST
- positional:
True
- default:
related_options
- GroupType.TYPE_LEAST:
pins
simple case
There is currently no simple case.
-clocks¶
attribute
- type:
STRLIST
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-pulse¶
attribute
- type:
STRING
- positional:
False
- default:
related_options
- GroupType.TYPE_CONFLICT:
positive negative stop_propagation pulse
simple case
There is currently no simple case.
-positive¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
- GroupType.TYPE_CONFLICT:
positive negative stop_propagation pulse
- GroupType.TYPE_LEAST:
positive negative stop_propagation
simple case
There is currently no simple case.
-negative¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
- GroupType.TYPE_CONFLICT:
positive negative stop_propagation pulse
- GroupType.TYPE_LEAST:
positive negative stop_propagation
simple case
There is currently no simple case.
-stop_propagation¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
- GroupType.TYPE_CONFLICT:
positive negative stop_propagation pulse
- GroupType.TYPE_LEAST:
positive negative stop_propagation
simple case
There is currently no simple case.