Skip to content

Commit

Permalink
Merge pull request #43 from siliconcompiler/blackparrot
Browse files Browse the repository at this point in the history
add black_parrot
  • Loading branch information
gadfort authored Apr 26, 2024
2 parents ead4af7 + cb8232b commit 6569923
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 1 deletion.
Binary file modified images/black_parrot_job0_asap7_demo.png
Loading
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
Loading
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
Loading
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
Loading
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
Loading
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

0 comments on commit 6569923

Please sign in to comment.