Skip to content

Commit

Permalink
add sdc and drc and lvs reports
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Aug 27, 2023
1 parent 5dbbe42 commit e0343e8
Show file tree
Hide file tree
Showing 7 changed files with 4,988 additions and 3,905 deletions.
5 changes: 5 additions & 0 deletions openlane/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ endif
@cp $(PDK_ROOT)/$(PDK)/SOURCES $(PROJECT_ROOT)/signoff/$*/PDK_SOURCES
@cp $(PROJECT_ROOT)/openlane/$*/runs/$*/final/*.csv $(PROJECT_ROOT)/signoff/$*/
@cp $(PROJECT_ROOT)/openlane/$*/runs/$*/final/def/* $(PROJECT_ROOT)/def/$*.def
@cp $(PROJECT_ROOT)/openlane/$*/runs/$*/final/sdc/* $(PROJECT_ROOT)/sdc/$*.sdc
@cp $(PROJECT_ROOT)/openlane/$*/runs/$*/final/gds/* $(PROJECT_ROOT)/gds/$*.gds
@cp $(PROJECT_ROOT)/openlane/$*/runs/$*/final/lef/* $(PROJECT_ROOT)/lef/$*.lef
@cp $(PROJECT_ROOT)/openlane/$*/runs/$*/*magic-streamout/*.mag $(PROJECT_ROOT)/mag/$*.mag
Expand All @@ -97,6 +98,10 @@ endif
@cp $(PROJECT_ROOT)/openlane/$*/runs/$*/final/lib/nom*tt*/* $(PROJECT_ROOT)/lib/$*.lib
@cp $(PROJECT_ROOT)/openlane/$*/runs/$*/resolved.json $(PROJECT_ROOT)/signoff/$*/
@mkdir -p $(PROJECT_ROOT)/signoff/$*/openlane-signoff/timing-reports
@cp $(PROJECT_ROOT)/openlane/$*/runs/$*/*magic-drc/reports/* $(PROJECT_ROOT)/signoff/$*/openlane-signoff/
@cp $(PROJECT_ROOT)/openlane/$*/runs/$*/*netgen-lvs/lvs.rpt $(PROJECT_ROOT)/signoff/$*/openlane-signoff/
@cp $(PROJECT_ROOT)/openlane/$*/runs/$*/*netgen-lvs/lvs.rpt $(PROJECT_ROOT)/signoff/$*/openlane-signoff/
@cp $(PROJECT_ROOT)/openlane/$*/runs/$*/*netgen-lvs/netgen-lvs.log $(PROJECT_ROOT)/signoff/$*/openlane-signoff/
@cp -r $(PROJECT_ROOT)/openlane/$*/runs/$*/*openroad-stapostpnr/* $(PROJECT_ROOT)/signoff/$*/openlane-signoff/timing-reports
# https://github.com/koalaman/shellcheck/wiki/SC2044
@while IFS= read -r -d '' file ; \
Expand Down
2,036 changes: 145 additions & 1,891 deletions sdc/user_proj_example.sdc

Large diffs are not rendered by default.

2,159 changes: 145 additions & 2,014 deletions sdc/user_project_wrapper.sdc

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions signoff/user_proj_example/openlane-signoff/drc.klayout.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<report-database><cells><cell><name>user_proj_example</name></cell></cells><categories></categories><items></items></report-database>
5 changes: 5 additions & 0 deletions signoff/user_proj_example/openlane-signoff/drc.rpt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
user_proj_example
----------------------------------------
[INFO] COUNT: 0
[INFO] Should be divided by 3 or 4

3,067 changes: 3,067 additions & 0 deletions signoff/user_proj_example/openlane-signoff/lvs.rpt

Large diffs are not rendered by default.

1,620 changes: 1,620 additions & 0 deletions signoff/user_proj_example/openlane-signoff/netgen-lvs.log

Large diffs are not rendered by default.

0 comments on commit e0343e8

Please sign in to comment.