Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the visual representation of the placement done by VTR #40

Open
tmichalak opened this issue Jan 31, 2020 · 0 comments
Open

Improve the visual representation of the placement done by VTR #40

tmichalak opened this issue Jan 31, 2020 · 0 comments

Comments

@tmichalak
Copy link
Contributor

tmichalak commented Jan 31, 2020

Brief explanation

Implement a mechanism that will allow for better visual representation of the placement done by VTR by highlighting the instances on various hierarchy levels with a set of colors.

Expected results

The result of this work should be a vivado compatible script produced during the fasm2bels stage in the SymbiFlow flow that will perform the highlighting which can be later on viewed in the Vivado design viewer.

Detailed Explanation

During the fasm2bels stage in symbiflow-arch-defs the fasm information is transformed into a post-P&R design in form of a verilog netlist and few TCL scripts that can be later on read by Vivado. One of the scripts contains the information about which BELs should be instantiated and how they should be connected.
Since this script is read by Vivado it can contain all commands which the tool supports, such as highlight.

However, the critical part of this task lies in obtaining the information that can be used for the generation of the highlighting/coloring commands.

Since the hierarchy information is lost due to flattening performed during synthesis done in Yosys, one option would be to prepare a Yosys plugin (akin to other symbiflow plugins) that would add a COLOR attribute for each cell and make sure that it appears in the final eblif. Next, during fasm2bels the information from the eblif could be combined with the result of the fasm decoding and the color attribute could be attached to the respective cell.

The information specifying what colors should be used and for what could be passed with an additional command added as part of the new yosys plugin. For example, the command could take a parent module name and color, and assign it to all child cells.

Further reading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant