Archived
1
0

adding new paragraphs

This commit is contained in:
Erick
2022-03-22 17:09:01 +01:00
parent a52dbe03fc
commit 4d0a1bb944
+8 -2
View File
@@ -83,9 +83,15 @@ And the 2-bit sign flag is:
1 (if output = 0) 1 (if output = 0)
2 (if output > 0) 2 (if output > 0)
### Memory
### Assembler
### Compiler
## Testbenches (path: /testbenches)
Testbenches are a way to test the implementation of a particular gate using a Verilog compiler. They output a set of I/O command to test the correct implementation of a given gate.
## Usage ## Usage
#### Verilog/Systemverilog logic gates #### Verilog/Systemverilog logic gates