Encore SIM EDITOR SOFTWARE Guide de l'utilisateur Page 106

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 149
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 105
2-38
Modeling Your Design
$lsi_dumpports(test.u0.u1,"dump.out2");
end
top u0 (a);
endmodule
module top(a);
input a;
middle u1 (a);
endmodule
module middle(a);
input a;
wire b;
buf(b,a);
endmodule
By using the method in this example, the port a of instance u1 is
driven from the outside, and when $lsi_dumpports checks for the
drivers it reports a code of D as desired.
Signal Value/Strength Codes
The enhanced state character set is based on the TSSI Standard
Events Format State Character set with additional expansion to
include more unknown states. The supported character set is as
follows:
Testbench Level (only z drivers from the DUT)
Dlow
Uhigh
N unknown
Ztristate
d low (2 or more test fixture drivers active)
u high (2 or more test fixture drivers active)
DUT Level (only z drivers from the testbench)
Llow
Vue de la page 105
1 2 ... 101 102 103 104 105 106 107 108 109 110 111 ... 148 149

Commentaires sur ces manuels

Pas de commentaire