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

How RocketCore/BOOM do energy, area modeling? #566

Closed
meton-robean opened this issue May 25, 2020 · 1 comment
Closed

How RocketCore/BOOM do energy, area modeling? #566

meton-robean opened this issue May 25, 2020 · 1 comment
Labels

Comments

@meton-robean
Copy link

Hi, I have implemented a custom accelerator based on RocketChip using RoCC and ran verilator simulation successfully. Now I want to do energy, area modeling on my acceleratored RocketCore? Is there any tool to do that? Thanks!

@alonamid
Copy link
Contributor

alonamid commented Jul 7, 2020

Energy and area are usually estimated by going through the Hammer VLSI flow (synthesis and physical design).
Chipyard and Hammer include plug-ins for the open-source ASAP7 PDK for such estimations, but you still need access to commercial EDA tools such as Cadence.
For higher-fidelity estimations, commercial PDKs are usually preferred if you have access (https://hammer-vlsi.readthedocs.io/en/latest/Hammer-Basics/Hammer-Overview.html).

There is also currently an open PR (#608 ) to support open-source OpenRoad tools for the VLSI flow.

@alonamid alonamid closed this as completed Aug 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants