summaryrefslogtreecommitdiffstats
path: root/src/map/if/if.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2014-04-19 14:12:09 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2014-04-19 14:12:09 -0700
commit17f989ccbaaa9f51d17349c55f0745396d3e7007 (patch)
tree0ea83f4832feb4c1a17a8d13a37de3ccf1a2b2c3 /src/map/if/if.h
parentf8a990dea92df9c97b8881378042264dd97fd64a (diff)
downloadabc-17f989ccbaaa9f51d17349c55f0745396d3e7007.tar.gz
abc-17f989ccbaaa9f51d17349c55f0745396d3e7007.tar.bz2
abc-17f989ccbaaa9f51d17349c55f0745396d3e7007.zip
Fix SOP balancing.
Diffstat (limited to 'src/map/if/if.h')
-rw-r--r--src/map/if/if.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/if/if.h b/src/map/if/if.h
index 4d5b1e64..3acc6844 100644
--- a/src/map/if/if.h
+++ b/src/map/if/if.h
@@ -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