Skip to content

Commit

Permalink
Update OpenLane + Add More IP to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed Jul 6, 2023
1 parent 797c9c3 commit 8b1ca63
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
- { count: "32", width: "32", variant: "DEFAULT" }
# - { count: "32", width: "32", variant: "1RW1R" } # Timeout
- { count: "32", width: "32", variant: "2R1W" }
- { count: "128", width: "32", variant: "DEFAULT" }
- { count: "256", width: "8", variant: "DEFAULT" }
# - { count: "256", width: "8", variant: "1RW1R" }
- { count: "256", width: "16", variant: "DEFAULT" }
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ support/
*.log
*.cvcrc
*.xz
venv/
venv/
/products_path
2 changes: 1 addition & 1 deletion platforms/sky130A/process_data.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
volare_pdk_family: sky130
volare_pdk_version: 327e268bdb7191fe07a28bd40eeac055bba9dffd
volare_pdk_version: 3df14f84ab167baf757134739bb1d2c5c044849c
14 changes: 7 additions & 7 deletions platforms/sky130A/sky130_fd_sc_hd/tech.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ sta:
fast: sky130_fd_sc_hd__ff_n40C_1v95.lib
clock_periods:
ram:
"8x*": 5.21
"32x*": 8
"128x*": 10.1
"256x*": 10.49
"512x*": 11.21
"1024x*": 12.83
"2048x*": 14.1
"8x*": 16.5
"32x*": 16.5
"128x*": 16.5
"256x*": 16.5
"512x*": 16.5
"1024x*": 16.5
"2048x*": 16.5
rf: {}
2 changes: 1 addition & 1 deletion tool_metadata.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- name: openlane
repo: https://github.com/The-OpenROAD-Project/OpenLane
commit: 2023.01.20
commit: 2023.06.26

0 comments on commit 8b1ca63

Please sign in to comment.