forked from HEL/circuiteria
added logic gates
This commit is contained in:
@ -4,4 +4,12 @@
|
||||
#import "elements/alu.typ": alu
|
||||
#import "elements/block.typ": block
|
||||
#import "elements/extender.typ": extender
|
||||
#import "elements/multiplexer.typ": multiplexer
|
||||
#import "elements/multiplexer.typ": multiplexer
|
||||
|
||||
#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
|
||||
/*
|
||||
*/
|
Reference in New Issue
Block a user