Commentary

This commit is contained in:
Wilson Snyder 2019-01-18 18:15:07 -05:00
parent 60f2f176a2
commit abd69167ef

View File

@ -871,7 +871,7 @@ change the SystemC modules instantiated.
Tune the inlining of modules. The default value of 2000 specifies that up
to 2000 new operations may be added to the model by inlining, if more than
this number of operations would result, the module is not inlined. Larger
values, or a value <= 1 will inline everything, will lead to longer compile
values, or a value < 1 will inline everything, will lead to longer compile
times, but potentially faster runtimes. This setting is ignored for very
small modules; they will always be inlined, if allowed.