-
Notifications
You must be signed in to change notification settings - Fork 104
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
[GSoC] Updated DC-DC Verilog Generation and Simulations #230
base: main
Are you sure you want to change the base?
[GSoC] Updated DC-DC Verilog Generation and Simulations #230
Conversation
34d6d25
to
d4f68a1
Compare
d4f68a1
to
169936c
Compare
169936c
to
2005e22
Compare
@saicharan0112 @chetanyagoyal Have you had a chance to look into this? |
sorry, I just saw this PR. I am not sure if I can check anything from the circuit point of view but the updates made to the scripts are pretty good and are aligning towards some kind of standard. I could add a check for this in my upcoming PR which is to address #245 |
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.
What is the reason for removing dependencies for macro placement?
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.
Neither the macro placement nor the place_six_stage.py
file were working. I believe the Python file is incomplete, and the macro placement has some outdated code and no longer works with the latest version of OpenROAD. I had removed them to test if the rest of the flow was working, but it was not. Should I revert these changes?
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.
@minghungumich ?
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.
@andylithia can you review this PR.
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.
Can you revert the changes and submit an issue about the dependency issue you're seeing? I can try to fix it
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.
Need an additional PR to fix the OpenROAD dependency issue
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.
Can you revert the changes and submit an issue about the dependency issue you're seeing? I can try to fix it
* imported and used the verilog-generation module in dcdc-gen.py * updated dcdc_netlist.py to return parameters instead of generating the netlist
* LFSR module used in the noise injection module was missing
915013b
to
536e135
Compare
536e135
to
6e04b0d
Compare
Related to #211
Changes
sky130hs
platform for the generator (synthesis only).