Skip to content

Commit

Permalink
tools: workaround of yosys-abc bug
Browse files Browse the repository at this point in the history
  • Loading branch information
phsauter committed Sep 26, 2024
1 parent bef7095 commit 8092c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yosys/scripts/abc-opt.script
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ strash
rec_start3 {REC_AIG}

# main optimization iteration:
alias &opt_iter "&st; &if -y -K 6; &syn2; &if -K 6; &st; &b -d"
alias &opt_iter "&st; &if -y -K 6; &syn2; &if -K 6; &st; &b"
# &if -y -K 6; &syn2; &if -K 6, see LMS paper
# &dc2 AIG rewriting (greedy minimization)
# &b balance structure for depth
Expand Down

0 comments on commit 8092c21

Please sign in to comment.