Commentary

This commit is contained in:
Wilson Snyder 2014-09-04 22:15:11 -04:00
parent 4f73e0850e
commit b2da0772e6

View File

@ -782,8 +782,10 @@ Disables optimization of the model.
=item -O3
Enables slow optimizations. This may reduce simulation runtimes at the
cost of compile time. This currently sets --inline-mult -1.
Enables slow optimizations for the code Verilator itself generates (as
opposed to "-CFLAGS -O3" which effects the C compiler's optimization. -O3
may reduce simulation runtimes at the cost of compile time. This currently
sets --inline-mult -1.
=item -OI<optimization-letter>