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:
parent
0003743432
commit
1af1cebb64
2 changed files with 5 additions and 5 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue