AR# 54776: Vivado - Is there a tool like SmartXplorer in Vivado?
AR# 54776
|
Vivado - Is there a tool like SmartXplorer in Vivado?
Description
I used SmartXplorer in ISE to try different strategies and to implement the design with different cost tables to close timing.
Is there an equivalent in Vivado?
Solution
Vivado does not have an equivalent of cost tables because the Vivado placer is very deterministic and is driven by timing, congestion and wire length.
Cost tables do not match with these algorithms.
Vivado does have a large array of strategies targeted for specific problems (timing, area, power, congestion)
The Strategies and called directives invoke different algorithms and in that sense inject variability but not randomness, like cost tables do.
Although there is not a direct replacement for SmartXplorer in Vivado, a similar result can be achieved bycreating multiple design runs and altering the strategy within that set.
Open Project Settings.
Alter the desired options then save the Strategy.
Under the Design Runs Tab, click create runs.
Choose Synthesis, Implementation, or both, then Choose Strategy and Constraints.