split up sources into manageable files

This commit is contained in:
2024-05-16 23:35:53 +02:00
parent c9155a0b99
commit 6d6c357534
12 changed files with 768 additions and 0 deletions

7
src/element.typ Normal file
View File

@ -0,0 +1,7 @@
#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
#import "elements/multiplexer.typ": multiplexer