Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
eddieh-xlnx authored Jan 30, 2024
1 parent 31e9a63 commit 10848ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ export RAPIDWRIGHT_PATH = $(abspath RapidWright)
run-$(ROUTER): score-$(ROUTER)

.PHONY: setup
setup: compile-java setup-net_printer setup-wirelength_analyzer
setup: compile-java setup-net_printer setup-wirelength_analyzer setup-benchmarks

.PHONY: setup-benchmarks
setup-benchmarks: $(addsuffix _unrouted.phys,$(BENCHMARKS)) $(addsuffix .netlist,$(BENCHMARKS))

# Use Gradle to compile Java source code in this repository as well as the RapidWright repository.
# Also download/generate all device files necessary for the xcvu3p device
Expand Down

0 comments on commit 10848ac

Please sign in to comment.