diff options
Diffstat (limited to 'src/map/if/if.h')
-rw-r--r-- | src/map/if/if.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/if/if.h b/src/map/if/if.h index 52cd0c2b..8ac6e4f3 100644 --- a/src/map/if/if.h +++ b/src/map/if/if.h @@ -231,7 +231,8 @@ struct If_Obj_t_ unsigned fVisit : 1; // multipurpose mark unsigned fSpec : 1; // multipurpose mark unsigned fDriver : 1; // multipurpose mark - unsigned Level : 20; // logic level of the node + unsigned fSkipCut: 1; // multipurpose mark + unsigned Level : 19; // logic level of the node int Id; // integer ID int IdPio; // integer ID of PIs/POs int nRefs; // the number of references |