Parametrizing standard-cell mapper to account for the fanout delay.

This commit is contained in:
Alan Mishchenko
2013-07-30 00:18:57 -07:00
parent 8e54792cd0
commit f10480f9bc
7 changed files with 68 additions and 16 deletions
+1
View File
@@ -102,6 +102,7 @@ struct Map_ManStruct_t_
Map_NodeVec_t * vNodesAll; // the array of all nodes
Map_NodeVec_t * vNodesTemp; // the array of all nodes
Map_NodeVec_t * vMapping; // the array of internal nodes used in the mapping
float * pNodeDelays; // the array of node delays
// info about the original circuit
char ** ppOutputNames; // the primary output names