3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Minor fixes in abc build instructions and abc pass

This commit is contained in:
Clifford Wolf 2013-08-20 09:46:05 +02:00
parent 0003743432
commit 1af1cebb64
2 changed files with 5 additions and 5 deletions

View file

@ -86,7 +86,7 @@ yosys-svgviewer: libs/svgviewer/*.h libs/svgviewer/*.cpp
abc:
test -d abc || hg clone https://bitbucket.org/alanmi/abc abc
cd abc && hg pull && make
cd abc && hg pull && hg update && make
cp abc/abc yosys-abc
test: yosys