nand2/01_Boolean_Logic/04_Or/Include.v

6 lines
203 B
Coq
Raw Permalink 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"
`include "../../01_Boolean_Logic/Or.v"