nand2/01_Boolean_Logic/02_Buffer/Include.v
Michael Schröder 971b323822 added v2.0
2023-01-11 23:04:57 +01:00

4 lines
124 B
Verilog

`include "../../01_Boolean_Logic/Nand.v"
`include "../../01_Boolean_Logic/Not.v"
`include "../../01_Boolean_Logic/Buffer.v"