• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/9

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

9 Cards in this Set

  • Front
  • Back
What does + mean in Verilog?
Adder
What does ~ mean in Verilog?
NOT
What does ? mean in Verilog?
Ternary operator. Is the first value if the input is 1 and the second if the input is 0.
What's a wire in Verilog?
An internal variable.
What does & mean in Verilog?
AND
What does ^ mean in Verilog?
XOR
When does a hold time violation occur?
t_hold > t_ccq + t_cd
When does a setup time violation occur?
T_period < t_pcq + t_pd + t_setup
What is the minimum clock period?
t_pcq + t_pd + t_setup