Skip to content

Commit

Permalink
remove allow congestion & fill signoff folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Aug 17, 2023
1 parent 2100ccf commit 8d69e2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions openlane/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ endif
rm -rf ./$*/runs/$*
ln -s $$(realpath ./$*/runs/$(OPENLANE_RUN_TAG)) ./$*/runs/$*
@mkdir -p ../signoff/$*/
@cp ./$*/runs/$*/OPENLANE_VERSION ../signoff/$*/
@cp ./$*/runs/$*/PDK_SOURCES ../signoff/$*/
@cp ./$*/runs/$*/reports/*.csv ../signoff/$*/
cat $(OPENLANE_TAG) > ../signoff/$*/OPENLANE_VERSION
@cp $(PDK_ROOT)/$(PDK)/SOURCES ../signoff/$*/PDK_SOURCES
@cp ./$*/runs/$*/final/*.csv ../signoff/$*/

.PHONY: openlane
openlane: check-openlane-env
Expand Down
1 change: 0 additions & 1 deletion openlane/user_project_wrapper/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"PL_RESIZER_BUFFER_INPUT_PORTS": 0,
"FP_PDN_ENABLE_RAILS": 0,
"GRT_REPAIR_ANTENNAS": 0,
"GRT_ALLOW_CONGESTION": 1,
"RUN_FILL_INSERTION": 0,
"RUN_TAP_DECAP_INSERTION": 0,
"FP_PDN_VPITCH": 180,
Expand Down

0 comments on commit 8d69e2c

Please sign in to comment.