Skip to content
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

add black_parrot #43

Merged
merged 2 commits into from
Apr 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Binary file modified images/black_parrot_job0_asap7_demo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/black_parrot_job0_asap7sc7p5t_lvt.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/black_parrot_job0_asap7sc7p5t_slvt.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/black_parrot_job0_freepdk45_demo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/black_parrot_job0_skywater130_demo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions scgallery/designs/black_parrot/black_parrot.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def setup(target=freepdk45_demo):
chip.set('constraint', 'density', 40)
elif mainlib.startswith('sky130'):
chip.set('constraint', 'density', 40)
chip.set('tool', 'yosys', 'task', 'syn_asic', 'var', 'abc_clock_derating', '0.95')

chip.set('tool', 'openroad', 'task', 'floorplan', 'var', 'rtlmp_enable', 'true')
chip.set('tool', 'openroad', 'task', 'floorplan', 'var', 'rtlmp_min_instances', '5000')
Expand Down
2 changes: 1 addition & 1 deletion scgallery/designs/black_parrot/constraints/sky130hd.sdc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set clk_period 6.84
set clk_period 86
set clk_io_pct 0.2

set clk_port [get_ports clk_i]
Expand Down