Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
eddieh-xlnx authored Nov 16, 2023
1 parent 2a11b91 commit 0ab4944
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,20 @@
#

# List of all benchmarks (default to all)
BENCHMARKS ?= vtr_mcml \
BENCHMARKS ?= boom_med_pb \
vtr_mcml \
rosetta_fd \
corundum_25g \
vtr_lu64peeng \
corescore_500 \
corescore_500_pb \
mlcad_d181_lefttwo3rds \
koios_dla_like_large \
ispd16_example2 \
boom_soc
boom_soc \
ispd16_example2

BENCHMARKS_URL = https://github.com/Xilinx/fpga24_routing_contest/releases/latest/download/benchmarks.tar.gz

BENCHMARKS_URL = https://github.com/eddieh-xlnx/fpga24_routing_contest/releases/download/benchmarks/benchmarks.tar.gz

# Choice of router (default to rwroute)
# (other supported values: nxroute-poc)
Expand Down

0 comments on commit 0ab4944

Please sign in to comment.