2024-05-16 21:35:53 +00:00
|
|
|
#import "elements/ports.typ": add-ports, add-port
|
|
|
|
#import "elements/element.typ": elmt
|
|
|
|
|
|
|
|
#import "elements/alu.typ": alu
|
|
|
|
#import "elements/block.typ": block
|
|
|
|
#import "elements/extender.typ": extender
|
2024-05-17 19:19:40 +00:00
|
|
|
#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
|
2024-05-17 20:24:38 +00:00
|
|
|
#import "elements/logic/buf.typ": gate-buf, gate-not
|