mirror of https://github.com/YosysHQ/abc.git
|
|
||
|---|---|---|
| src | ||
| .gitattributes | ||
| .gitignore | ||
| Makefile | ||
| Makefile_calypto | ||
| abc.dsp | ||
| abc.dsw | ||
| abc.rc | ||
| abclib.dsp | ||
| abclib.dsw | ||
| abctestlib.dsp | ||
| abctestlib.dsw | ||
| copyright.txt | ||
| demo.c | ||
| depends.sh | ||
| readme | ||
| regtest.script | ||
| regtest_output.txt | ||
| todo.txt | ||
readme
Often the code comes directly from a Windows computer. The following steps may be needed to compile it on UNIX: >> dos2unix Makefile Makefile >> dos2unix depends.sh depends.sh >> chmod 755 depends.sh >> make If compiling as a static library, it is necessary to uncomment #define _LIB in "src/abc/main/main.c"