-
Couldn't load subscription status.
- Fork 68
Adding commercial flow for nangate45 #893
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
base: master
Are you sure you want to change the base?
Conversation
|
For the e2e tests, I do not have full acceess to the technology used in the chipyard framework (sky130 and asap7) for correctly run all the tests. I do not know it makes sense to add a test for the get_reset_ports function (addeed in this PR). |
I'm working on creating an e2e test for the nangate45 setup, what is the best way to install nangate45? I'm only seeing it here. |
|
sorry to reach you back late, i was in a conference. It looks fine, the only issue is the missing behavioural model for post synthesis simulation. I am used to download the lib from here for research purposes. I have implemented the tech.json file for the library distributed by Si2 in our fork of the hammer project. |
|
In my research group we are mainly involved in hardware testing and reliability... |
Yes absolutely! We don't directly work in this space but a test pattern generation flow sounds incredibly useful to have. |
|
@nayiri-k there may be a bug with the sram generated for the nangate45 tech (when running make sim-rtl in vlsi). |
Added fixes and features to support the use of Nangate45 in the VLSI commercial flow.
Corrected typos in the technology file (stackup name) and added the grid_unit for metallizations.
Added a utility function to retrieve reset ports, which is useful for Design for Testability (DFT) insertion.
Related PRs / Issues
None
Type of change:
Impact:
Contributor Checklist:
masteras the base branch?poetry.lockfile if you updated the requirements inpyproject.toml?e2e/if this feature depends on updated plugins?