-
Notifications
You must be signed in to change notification settings - Fork 109
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
Creating RTL for ASIC target #152
Comments
I browsed through the documentation and tutorials, and could not find any pointer on how to produce a whole RTL of the entire ESP grid of tiles ready for an ASIC process (such as Skywater 130 nm). any pointers on how to do that? |
Hi yyhanafy, |
Thank you Maico, this should be a great help. Best Regards |
Forgot to mention that the implementation tool is OpenLane, an open source RTL to GDSII Best Regards |
Thanks for sharing the OpenLane. First time I heard about it. Step 1: Step 2: Step 3: Step 4: Step 5: Step 6: Step 7: Step 8: Step 9: Step 10: Step 11: After executing all these changes, your memories should be mapped in the code for L2 and LLC caches and the scripts would be ready. The next steps will depend on your clock strategy (internal ring oscillator, internal PLL, or external clock) and the processor you are using (Ariane, Ibex or Leon) to define the L1 cache. Let me know if you get stuck in any part or if something is not clear. Best, |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: