----------------------------------------------------------------------
Book Certification
----------------------------------------------------------------------

To certify books, execute the following:

make ACL2=<Path of the ACL2 image>

To remove certificate files, etc., execute the following:

make clean ACL2=<Path of the ACL2 image>

See Makefile file for the detail.

----------------------------------------------------------------------
Book Organization
----------------------------------------------------------------------

The DE simulator is implemented in de.lisp.

The modeling and verification of the 32-bit self-timed serial adder
are implemented in serial-adder/.

The modeling and verification of FIFO self-timed circuits are
implemented in fifo/.

See gcd/ for the modeling and verification of iterative self-timed
circuits that compute the Greatest Common Divisor (GCD) of two natural
numbers.


