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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 149
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 84
2-17
Modeling Your Design
Avoid Unaccelerated Primitives
VCS cannot accelerate tranif1, tranif0, rtranif1, rtranif0, tran, and rtran
switches. They are defined in IEEE Std 1364-2001 page 86.
Avoid Calls to User-defined Tasks or Functions Declared in
Another Module
VCS cannot accelerate user-defined tasks or functions declared in
another module. For example:
module bottom (x,y);
.
.
.
always @ y
top.task_indentifier(y,rb);
endmodule
Avoid Strength Specifications in Continuous Assignment
Statements
Omit strength specifications in continuous assignment statements.
For example:
assign net1 = flag1;
Simulates faster than:
assign (strong1, pull0) net1= flag1;
Continuous assignment statements are described on IEEE
1364-2001 pages 69-70.
Przeglądanie stron 84
1 2 ... 80 81 82 83 84 85 86 87 88 89 90 ... 148 149

Komentarze do niniejszej Instrukcji

Brak uwag