mirror of https://github.com/YosysHQ/abc.git
Fix SOP balancing.
This commit is contained in:
parent
f8a990dea9
commit
17f989ccba
|
|
@ -268,10 +268,10 @@ struct If_Man_t_
|
|||
// priority cut
|
||||
struct If_Cut_t_
|
||||
{
|
||||
float Delay; // delay of the cut
|
||||
float Area; // area (or area-flow) of the cut
|
||||
float Edge; // the edge flow
|
||||
float Power; // the power flow
|
||||
float Delay; // delay of the cut
|
||||
int iCutFunc; // TT ID of the cut
|
||||
int uMaskFunc; // polarity bitmask
|
||||
unsigned uSign; // cut signature
|
||||
|
|
|
|||
Loading…
Reference in New Issue