ABC: System for Sequential Logic Synthesis and Formal Verification
Go to file
Alan Mishchenko 8e5398c501 Version abc60305 2006-03-05 08:01:00 -08:00
src Version abc60305 2006-03-05 08:01:00 -08:00
.gitattributes Added .gitignore 2009-04-26 02:08:48 -07:00
.gitignore Added .gitignore 2009-04-26 02:08:48 -07:00
Makefile Version abc60220 2006-02-20 08:01:00 -08:00
abc.dsp Version abc60303 2006-03-03 08:01:00 -08:00
abc.dsw Version abc50910 2005-09-10 08:01:00 -07:00
abc.rc Version abc60305 2006-03-05 08:01:00 -08:00
abclib.dsp Version abc60220 2006-02-20 08:01:00 -08:00
abclib.dsw Version abc50910 2005-09-10 08:01:00 -07:00
abctestlib.dsp Version abc51203 2005-12-03 08:01:00 -08:00
abctestlib.dsw Version abc51203 2005-12-03 08:01:00 -08:00
copyright.txt Version abc51120 2005-11-20 08:01:00 -08:00
demo.c Version abc51203 2005-12-03 08:01:00 -08:00
depends.sh Version abc50729 2005-07-29 08:01:00 -07:00
readme Version abc60303 2006-03-03 08:01:00 -08:00
regtest.script Version abc60220 2006-02-20 08:01:00 -08:00
regtest_output.txt Version abc60211 2006-02-11 08:01:00 -08:00
todo.txt Version abc60220 2006-02-20 08:01:00 -08:00

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"


Several things to try if it does not compile on your platform:
- Try running all code through dos2unix (Solaris)
- Try removing flags from the libs line (LIBS :=) in Makefile (Mac)