A
AlexWan
Guest
Il ya un peu de code avec OpenVera.Je ne peux pas connaître la signification.
Code:enum (ModeType STOP = 1, DOZE = 2, DBUG = 4, RESET = 8, SoftReset = 16);
rand reg [31:0] mode = 0;mode_constraint contrainte (
En mode STOP (, somnoler, DBUG, RESET, SoftReset,
STOP | Doze, STOP DBUG |, STOP RESET |, STOP SoftReset |,
DOZE | DBUG, DOZE RESET |, DOZE SoftReset |,
DBUG | RESET, DBUG SoftReset |,
RESET | SoftReset);
)
Code:enum (ModeType STOP = 1, DOZE = 2, DBUG = 4, RESET = 8, SoftReset = 16);
rand reg [31:0] mode = 0;mode_constraint contrainte (
En mode STOP (, somnoler, DBUG, RESET, SoftReset,
STOP | Doze, STOP DBUG |, STOP RESET |, STOP SoftReset |,
DOZE | DBUG, DOZE RESET |, DOZE SoftReset |,
DBUG | RESET, DBUG SoftReset |,
RESET | SoftReset);
)