Skip to content

Commit 2e34152

Browse files
authored
Tuning heuristics in emap (#639)
* First incomplete tuned emap * Fixes for tuning estimated references and inverters * Removing collective references and collective estimations, removing default value initilization for cuts * Experiment file * Add new multi-output cut initialization * Fixes to emap * Lowering the default memory usage and formatting the code * Reverting emap experiment to default * Add updated tests
1 parent 8062d03 commit 2e34152

File tree

3 files changed

+168
-160
lines changed

3 files changed

+168
-160
lines changed

experiments/emap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ int main()
8181
/* remove structural redundancies */
8282
aig_balancing_params bps;
8383
bps.minimize_levels = false;
84-
bps.fast_mode = false;
84+
bps.fast_mode = true;
8585
aig_balance( aig, bps );
8686

8787
const uint32_t size_before = aig.num_gates();

0 commit comments

Comments
 (0)