Encore SIM EDITOR SOFTWARE Podręcznik Użytkownika Strona 135

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 149
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 134
3-27
Compiling and Elaborating Your Design
-O1
Applies fewer optimizations when generating C code intermediate
files and compiling them. Applying fewer optimizations allows the
C compiler to finish somewhat sooner but the design simulates
somewhat slower without these optimizations.
Compile-Time Options That Speed Up Both Compilation and
Simulation
+nospecify
Tells VCS to ignore specify blocks. If you have extensive specify
blocks this can increase both compilation and simulation speed.
Compile-Time Options That Speed Up Simulation
+delay_mode_zero
Disables all delays. Can increase simulation speed but your
design will simulate differently.
+notimingcheck
Ignores timing check system tasks.
+nbaopt
Removes intra-assignment delays from nonblocking assignment
statements
Compiling for Debugging or Performance
You can use the -Mdir compile-time option to create different
generated file directories, one directory for debugging and another
for performance.
For example, for debugging enter the following vcs command line:
Przeglądanie stron 134
1 2 ... 130 131 132 133 134 135 136 137 138 139 140 ... 148 149

Komentarze do niniejszej Instrukcji

Brak uwag