From ea43e484959d4edd031a1420a775204aac41aa13 Mon Sep 17 00:00:00 2001 From: Adam Izraelevitz Date: Thu, 21 Feb 2019 21:21:15 -0800 Subject: Bump yosys to 0.8 (#1029) --- .install_yosys.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.install_yosys.sh') diff --git a/.install_yosys.sh b/.install_yosys.sh index a9ab9c25..d9276125 100644 --- a/.install_yosys.sh +++ b/.install_yosys.sh @@ -5,9 +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 - # Workaround moving ABC repo - git apply ../.fix_yosys_abc.patch + git checkout yosys-0.8 make make PREFIX=$INSTALL_DIR install fi -- cgit v1.2.3