SLR_CROSSINGS reflects the number of SLR crossings of the datapath of the timing path object. In the post-place path (but pre-route) SLR_CROSSINGS is based on the estimated SLL assignments from the placer. In the post-route path SLR_CROSSINGS are based on final SLL assignments from the router.
- Architecture Support
- All architectures.
- Applicable Objects
- Timing Paths
- Values
- Number of SLR crossings in the datapath.
Syntax
- Verilog Syntax
-
Not applicable
- VHDL Syntax
-
Not applicable
- XDC Syntax
-
get_property SLR_CROSSINGS <objects>XDC Syntax Examples:
get_property SLR_CROSSINGS [get_timing_paths -inter_slr data_crossing]
Affected Steps
- Place Design
- Route Design