New approach where all image processing is done in one pass, saving both net and...
authorNick Downing <nick@ndcode.org>
Tue, 15 Jul 2025 14:31:43 +0000 (00:31 +1000)
committerNick Downing <nick@ndcode.org>
Tue, 15 Jul 2025 14:31:43 +0000 (00:31 +1000)
commitbb0d68a4aa2a111441aa5933f1cac4f883b7e842
tree0b8582b3546d4f31349e16361aa63d7c1007c10b
parentbba616460a719301fa182fad10c5846df3053597
New approach where all image processing is done in one pass, saving both net and adjacency information, then transistors are reconstructed from the adjacency
14 files changed:
.gitignore
Makefile
conn_matrix.txt [new file with mode: 0644]
image_layers.py [new file with mode: 0755]
image_nets.py [new file with mode: 0755]
image_stack.py [new file with mode: 0755]
layer.py [deleted file]
layer_id.py [deleted file]
layers.py [deleted file]
layers_net.py [deleted file]
net_channels.py [new file with mode: 0755]
net_image.py [new file with mode: 0755]
net_sizes.py [new file with mode: 0755]
nets.py [deleted file]