Skip to content

Commit

Permalink
Merge pull request #2262 from The-OpenROAD-Project-staging/mock-array…
Browse files Browse the repository at this point in the history
…-no-power

asap7/mock-array: disable simulate & power due to CI failures
  • Loading branch information
maliberty authored Aug 19, 2024
2 parents abdb787 + f2f3702 commit 4518700
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions flow/designs/asap7/mock-array/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ verilog:
export MOCK_ARRAY_COLS=$(word 2, $(MOCK_ARRAY_TABLE)) ; \
./designs/asap7/mock-array/verilog.sh

.PHONY: simulate
simulate:
export MOCK_ARRAY_ROWS=$(word 1, $(MOCK_ARRAY_TABLE)) ; \
export MOCK_ARRAY_COLS=$(word 2, $(MOCK_ARRAY_TABLE)) ; \
./designs/asap7/mock-array/simulate.sh

.PHONY: power
power:
$(OPENSTA_EXE) -no_init -exit designs/asap7/mock-array/power.tcl
#.PHONY: simulate
#simulate:
# export MOCK_ARRAY_ROWS=$(word 1, $(MOCK_ARRAY_TABLE)) ; \
# export MOCK_ARRAY_COLS=$(word 2, $(MOCK_ARRAY_TABLE)) ; \
# ./designs/asap7/mock-array/simulate.sh

#.PHONY: power
#power:
# $(OPENSTA_EXE) -no_init -exit designs/asap7/mock-array/power.tcl

# If this design isn't quickly done in detailed routing, something is wrong.
# At time of adding this option, only 12 iterations were needed for 0
Expand Down

0 comments on commit 4518700

Please sign in to comment.