-
Notifications
You must be signed in to change notification settings - Fork 11
cells: rename functional module #26
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: main
Are you sure you want to change the base?
Conversation
RTimothyEdwards
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, but the same thing needs to be done for the non-power-pin versions as well.
|
Thanks @proppy! Still getting some errors, even with the modified file: |
|
TBH I've no idea - I'm just trying to get to a working gate level simulation of my gf180 submission, and thanks you @proppy slowly figuring it out |
|
@urish - Maybe your test could be added to the repository as a way to verify that the Verilog is working? |
|
To which repository, this one? |
|
Maybe? We are making up this as we go. |
still broken though - see google/globalfoundries-pdk-libs-gf180mcu_fd_sc_mcu7t5v0#26
|
The test is here: https://github.com/urish/gf180-game-of-life-cell/tree/gate-level/test Right now, it uses @proppy's generated verilog model. If you have cocotb installed, you can run it by checking out the above repo (gate-level branch), and running: Feel free to adopt the test to this repo |
|
@mithro : The answer should be immediately obvious from the report: The primitive added in PR #27 is named |
|
Thanks @RTimothyEdwards. I renamed gf180mcu_fd_sc_mcu7t5v0__udp_hn_iq_ff to UDP_GF018hv5v_mcu_sc7_TT_5P0V_25C_verilog_pg_MGM_HN_IQ_FF_UDP, and finally the GL test passes! 🥳 |
It looks like all the FF latch and clock gating cells have this issue. |
Workaround #24
Using:
Regenerated the library file with
open_pdkshttps://github.com/RTimothyEdwards/open_pdks/blob/master/common/foundry_install.py:for testing purpose: gf180mcu_fd_sc_mcu7t5v0.zip