Services - tools - models - for embedded software development
Embecosm divider strip
Prev  Next

7.3.  C++ Compiler Optimizations

7.3.1. Use of OPT_FAST, OPT_SLOW and OPT
7.3.2. Choice of optimization level
7.3.3. Compiler Profiling

All the optimizations up to this stage have concerned getting the best possible model out of Verilator. There are now the optimizations to get from the C++ compiler.

All the performance figures in this section make use of the final command file, cf-optimized-8.scr.

Embecosm divider strip