diff options
Diffstat (limited to 'src/map/if/if.h')
-rw-r--r-- | src/map/if/if.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/if/if.h b/src/map/if/if.h index 32bb07f8..12769eb6 100644 --- a/src/map/if/if.h +++ b/src/map/if/if.h @@ -85,6 +85,7 @@ struct If_Par_t_ // internal parameters int fTruth; // truth table computation enabled int fUseBdds; // sets local BDDs at the nodes + int fUseSops; // sets local SOPs at the nodes int nLatches; // the number of latches in seq mapping If_Lib_t * pLutLib; // the LUT library float * pTimesArr; // arrival times |