From 6de07db10082fa7c7ec7029611ac26273177e2ba Mon Sep 17 00:00:00 2001 From: tangxifan Date: Thu, 29 Aug 2024 19:45:00 -0700 Subject: [PATCH 1/2] [core] switch to rf-abc --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index d88d4b1e5..d186a4b95 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "abc"] path = abc - url = https://github.com/YosysHQ/abc + url = https://github.com/RapidFlex/abc.git From 4ad9001cbfd7a0af18371123a8181c2e2bc5eea1 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Thu, 29 Aug 2024 19:48:04 -0700 Subject: [PATCH 2/2] [core] specify branch --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index d186a4b95..1c7f18bc1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "abc"] path = abc url = https://github.com/RapidFlex/abc.git + branch = yosys-experimental