mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-02 10:47:31 +02:00
Parametrizing standard-cell mapper to account for the fanout delay.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user