From 752df97ccc80f476f7ab46d7b70d42326ce7ddb7 Mon Sep 17 00:00:00 2001 From: amin1377 Date: Thu, 16 Nov 2023 14:21:59 -0500 Subject: [PATCH 1/3] change http go to https for titan benchmark --- vtr_flow/scripts/download_titan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vtr_flow/scripts/download_titan.py b/vtr_flow/scripts/download_titan.py index 3ed7b3b664f..84e37d4d985 100755 --- a/vtr_flow/scripts/download_titan.py +++ b/vtr_flow/scripts/download_titan.py @@ -28,7 +28,7 @@ class ExtractionError(Exception): pass -TITAN_URL_MIRRORS = {"eecg": "http://www.eecg.utoronto.ca/~vaughn/titan/"} +TITAN_URL_MIRRORS = {"eecg": "https://www.eecg.utoronto.ca/~vaughn/titan/"} def parse_args(): From b004757f6a2ce35c401dc7568fc8f04714fcfe6f Mon Sep 17 00:00:00 2001 From: amin1377 Date: Fri, 17 Nov 2023 17:57:52 -0500 Subject: [PATCH 2/3] dummy change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75ad2239398..b67cbd08102 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Verilog to Routing (VTR) +# erilog to Routing (VTR) [![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/verilog-to-routing/vtr-verilog-to-routing.git) [![Build Status](https://github.com/verilog-to-routing/vtr-verilog-to-routing/workflows/Test/badge.svg)](https://github.com/verilog-to-routing/vtr-verilog-to-routing/actions?query=workflow%3ATest) [![Documentation Status](https://readthedocs.org/projects/vtr/badge/?version=latest)](http://docs.verilogtorouting.org/en/latest/) From 1c82b11f5815dc38d9100d069edba055fbb14919 Mon Sep 17 00:00:00 2001 From: amin1377 Date: Fri, 17 Nov 2023 17:58:13 -0500 Subject: [PATCH 3/3] reverse dummy change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b67cbd08102..75ad2239398 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# erilog to Routing (VTR) +# Verilog to Routing (VTR) [![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/verilog-to-routing/vtr-verilog-to-routing.git) [![Build Status](https://github.com/verilog-to-routing/vtr-verilog-to-routing/workflows/Test/badge.svg)](https://github.com/verilog-to-routing/vtr-verilog-to-routing/actions?query=workflow%3ATest) [![Documentation Status](https://readthedocs.org/projects/vtr/badge/?version=latest)](http://docs.verilogtorouting.org/en/latest/)