1
0
forked from HEL/circuiteria

added doc for gates + minor changes

This commit is contained in:
2024-05-17 22:24:38 +02:00
parent 8ec245f36e
commit 64a6146f32
12 changed files with 129 additions and 39 deletions

5
src/gates.typ Normal file
View File

@ -0,0 +1,5 @@
#import "elements/logic/gate.typ": gate
#import "elements/logic/and.typ": gate-and, gate-nand
#import "elements/logic/or.typ": gate-or, gate-nor
#import "elements/logic/xor.typ": gate-xor, gate-xnor
#import "elements/logic/buf.typ": gate-buf, gate-not