Skip to content

Commit 49ed025

Browse files
authored
Merge pull request #2443 from verilog-to-routing/titan_link
Fix Titan Benchmark Link
2 parents e97bb0b + 1c82b11 commit 49ed025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vtr_flow/scripts/download_titan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class ExtractionError(Exception):
2828
pass
2929

3030

31-
TITAN_URL_MIRRORS = {"eecg": "http://www.eecg.utoronto.ca/~vaughn/titan/"}
31+
TITAN_URL_MIRRORS = {"eecg": "https://www.eecg.utoronto.ca/~vaughn/titan/"}
3232

3333

3434
def parse_args():

0 commit comments

Comments
 (0)