赞
踩
Vivado Timing - How can I report timing of all SLR crossing paths?
Search Answer Records
Description
Solution
Description
For Stacked Silicon Interconnect (SSI) devices, is it possible to report timing with only SLR crossing paths in Vivado?
Solution
Yes, paths that cross SLRs have the property CROSSING_SLRS set.
You can use that property to filter and only report these paths.
For example:
report_timing -through [get_nets -hier -filter {CROSSING_SLRS!=""}] -slack_less_than 0 -max_paths 1000 -name All_failing_SLR_cros
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。