From 98b4f286bfba87f1a5018768e3cf8886e70609fc Mon Sep 17 00:00:00 2001 From: Eddie Hung Date: Mon, 8 Jan 2024 14:31:13 -0800 Subject: [PATCH 1/2] [RapidWright] Update to latest master Signed-off-by: Eddie Hung --- RapidWright | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RapidWright b/RapidWright index 683e572..16f7696 160000 --- a/RapidWright +++ b/RapidWright @@ -1 +1 @@ -Subproject commit 683e5723b4e9c7e1d98aa3cb1e05e3216f8ca081 +Subproject commit 16f76969124bbabba918f83eb666e80c09c8f057 From ea812e7ef8e0f95ba79482e75452f2a79fab2252 Mon Sep 17 00:00:00 2001 From: Eddie Hung Date: Mon, 8 Jan 2024 14:31:44 -0800 Subject: [PATCH 2/2] Temporarily use staging BENCHMARKS_URL Signed-off-by: Eddie Hung --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9443177..f304d43 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ BENCHMARKS ?= boom_med_pb \ 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 # Inherit proxy settings from the host if they exist HTTPHOST=$(firstword $(subst :, ,$(subst http:,,$(subst /,,$(HTTP_PROXY)))))