Files
circuiteria/src/gates.typ
2025-06-22 14:46:52 -03:00

11 lines
560 B
Typst

#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
#import "elements/logic/iec_gate.typ": iec-gate
#import "elements/logic/iec_and.typ": gate-iec-and, gate-iec-nand
#import "elements/logic/iec_or.typ": gate-iec-or, gate-iec-nor
#import "elements/logic/iec_buf.typ": gate-iec-buf, gate-iec-not
#import "elements/logic/iec_xor.typ": gate-iec-xor, gate-iec-nxor