Title :
Delay abstraction in combinational logic circuits
Author :
Kobayashi, Noriya ; Malik, Sharad
Author_Institution :
C&C Media Res. Labs., NEC Corp., Kawasaki, Japan
fDate :
10/1/1997 12:00:00 AM
Abstract :
In this paper we propose a data structure for abstracting the delay information of a combinatorial circuit. The particular abstraction that we are interested in is one that preserves the delays between all pairs of inputs and outputs in the circuit. Such abstractions are useful when considering the delay of cascaded circuits in high-level synthesis and other such applications in synthesis. The proposed graphical data structure is called the concise delay network, and is of size proportional to (m+n) in best case, where m and n refer to the number of inputs and outputs of the circuit. In comparison, a delay matrix that stores the maximum delay between each input-output pair has size proportional to m×n. For circuits with hundreds of inputs and outputs, this storage and the associated computations become quite expensive, especially when they need to be done repeatedly during synthesis. We present heuristic algorithms for deriving these concise delay networks. Experimental results shows that, in practice, we can obtain concise delay network with the number of edges being a small multiple of (m+n)
Keywords :
abstract data types; cascade networks; combinational circuits; delays; directed graphs; high level synthesis; cascaded circuit; combinational logic circuit; concise delay network; delay abstraction; delay matrix; graphical data structure; heuristic algorithm; high-level synthesis; Bipartite graph; Circuit synthesis; Combinational circuits; Data structures; Delay estimation; Heuristic algorithms; High level synthesis; Network synthesis; Propagation delay; Timing;
Journal_Title :
Computer-Aided Design of Integrated Circuits and Systems, IEEE Transactions on