From a9529670ebbb2a44697fd14299b37c47d01f6623 Mon Sep 17 00:00:00 2001 From: Jack Koenig Date: Thu, 17 May 2018 16:10:30 -0700 Subject: Change from Yosys 0.7 to master (#812) Yosys 0.7 build is broken because ABC moved repos and the link no longer works--- .install_yosys.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.install_yosys.sh') diff --git a/.install_yosys.sh b/.install_yosys.sh index b4fa8984..2c627ab1 100644 --- a/.install_yosys.sh +++ b/.install_yosys.sh @@ -5,7 +5,7 @@ if [ ! -f $INSTALL_DIR/bin/yosys ]; then git clone https://github.com/cliffordwolf/yosys.git cd yosys git pull - git checkout yosys-0.7 + git checkout master make make PREFIX=$INSTALL_DIR install fi -- cgit v1.2.3