vault backup: 2025-01-27 10:42:59

This commit is contained in:
arc 2025-01-27 10:42:59 -07:00
parent defef3e3b1
commit 0acfe2ddd3

View File

@ -52,6 +52,11 @@ endmodule
- Structural Verilog describes how things are laid out at a logic level - Structural Verilog describes how things are laid out at a logic level
## Testbench Layout ## Testbench Layout
- Define UUT module
- Initialize Inputs
- Wait
- Test every possible combination of inputs and validate that the outputs are correct
- $\$display("Hello, world)$