From 756b64671b17ad0ba826f118b4e903f39c0ac00f Mon Sep 17 00:00:00 2001 From: Lalit Sharma Date: Fri, 12 Nov 2021 02:33:25 -0800 Subject: [PATCH] Fixing yosys checkout error --- .gitmodules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index e0a20dae3..3c037131b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,8 +1,7 @@ [submodule "yosys"] path = yosys url = https://github.com/YosysHQ/yosys - branch = release-branch-0.10 - ignore = dirty + branch = release-branch-0.10 [submodule "yosys-plugins"] path = yosys-plugins url = https://github.com/SymbiFlow/yosys-symbiflow-plugins