You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: