First cut at NMOS IC analysis, can separate layers into contiguous regions with numer...
authorNick Downing <nick@ndcode.org>
Mon, 14 Jul 2025 17:19:39 +0000 (03:19 +1000)
committerNick Downing <nick@ndcode.org>
Mon, 14 Jul 2025 17:20:07 +0000 (03:20 +1000)
commitbba616460a719301fa182fad10c5846df3053597
treec05abbbfbe3cffc479a9c9e7fc5ff48bc7c154ab
First cut at NMOS IC analysis, can separate layers into contiguous regions with numeric IDs, then follow connections between layers to create numeric nets
22 files changed:
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
boolean.py [new file with mode: 0755]
layer.py [new file with mode: 0755]
layer_id.py [new file with mode: 0755]
layers.py [new file with mode: 0755]
layers_net.py [new file with mode: 0755]
nets.py [new file with mode: 0755]
orig/AMD_8085_Buried_7267w.png [new file with mode: 0644]
orig/AMD_8085_Buried_orig_7267w.png [new file with mode: 0644]
orig/AMD_8085_Diffusion_7267w.png [new file with mode: 0644]
orig/AMD_8085_Diffusion_orig_7267w.png [new file with mode: 0644]
orig/AMD_8085_Metal_7267w.png [new file with mode: 0644]
orig/AMD_8085_Metal_orig_7267w.png [new file with mode: 0644]
orig/AMD_8085_Pads_7267w.png [new file with mode: 0644]
orig/AMD_8085_Pads_orig_7267w.png [new file with mode: 0644]
orig/AMD_8085_Polysilicon_7267w.png [new file with mode: 0644]
orig/AMD_8085_Polysilicon_orig_7267w.png [new file with mode: 0644]
orig/AMD_8085_Vias_7267w.png [new file with mode: 0644]
orig/AMD_8085_Vias_orig_7267w.png [new file with mode: 0644]
to_mono.py [new file with mode: 0755]
to_rgb.py [new file with mode: 0755]