mirror of
https://github.com/verilator/verilator.git
synced 2026-09-08 02:28:43 +02:00
Add -f<optimization> options to replace -O<letter> options (#3436).
This commit is contained in:
+1
-1
@@ -254,7 +254,7 @@ void GraphAcyc::simplify(bool allowCut) {
|
||||
if (allowCut) {
|
||||
// The main algorithm works without these, though slower
|
||||
// So if changing the main algorithm, comment these out for a test run
|
||||
if (v3Global.opt.oAcycSimp()) {
|
||||
if (v3Global.opt.fAcycSimp()) {
|
||||
cutBasic(vertexp);
|
||||
cutBackward(vertexp);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user