Title :
Simulating digital circuits with one bit per wire
Author :
Appel, Andrew W.
Author_Institution :
Dept. of Comput. Sci., Princeton Univ., NJ, USA
fDate :
9/1/1988 12:00:00 AM
Abstract :
An algorithm to simulate synchronous digital logic circuits in space proportional to one bit per wire, as long as the specification has a hierarchical nature, is described. An entire simulation might fit in the fast cache of some computers. The simulation algorithm is simple to implement, and runs relatively quickly. Although the algorithm has a quadratic worst-case running time, empirical results show that the running time for typical circuits is close to linear. The algorithm is reasonably time-efficient in absolute terms (a few microseconds per gate), although somewhat slower than recently developed event-driven or straight-line simulators, and much slower than word-parallel straight-line compiled simulators. In effect, the algorithm produces behavioral simulators automatically from a circuit description: each module is a subroutine that may be invoked from other parts of the circuit
Keywords :
circuit analysis computing; logic CAD; sequential circuits; behavioral simulators; hierarchical specification; one bit per wire; quadratic worst-case running time; simulation algorithm; synchronous digital logic circuits; Boolean functions; Circuit simulation; Clocks; Combinational circuits; Costs; Data structures; Digital circuits; Latches; Sequential circuits; Wire;
Journal_Title :
Computer-Aided Design of Integrated Circuits and Systems, IEEE Transactions on