nand2/01_Boolean_Logic/03_And/Include.v

5 lines
164 B
Coq
Raw Normal View History

2023-01-11 10:13:09 +00:00
`include "../../01_Boolean_Logic/Nand.v"
`include "../../01_Boolean_Logic/Not.v"
`include "../../01_Boolean_Logic/Buffer.v"
`include "../../01_Boolean_Logic/And.v"