Questions
- Which step in the flow is the first:
- Implementation
- Generate bitstream
- Synthesis
- Match the keywords to the language:
Construct |
SystemVerilog or VHDL |
|
|
|
|
|
|
|
|
|
|
|
|
|
- Modify the code and testbench to test the following gates:
NAND
(notAND
),NOR
(notOR
), andXNOR
(notXOR
). Hint: You can invert a unary operator...