Add /orig/*_6502.js from https://github.com/trebonian/visual6502.git commit d8ecc129...
authorNick Downing <nick@ndcode.org>
Wed, 16 Jul 2025 10:52:43 +0000 (20:52 +1000)
committerNick Downing <nick@ndcode.org>
Thu, 17 Jul 2025 00:02:36 +0000 (10:02 +1000)
commit4ef4191f16af395c1e7bf9a7c997796dfd03d1ee
tree582f8a01fd6f32cb1aa7450284d50df1bb8b3d26
parentcfd0577977a11a44a444767641ed5c940cb4eaa7
Add /orig/*_6502.js from https://github.com/trebonian/visual6502.git commit d8ecc129, add scripts to regenerate the layer images from polygons, add preliminary analysis in /6502 -- it has some problems -- no pads layer, no depletion transistors yet (we don't have polygons for their channels), many missed connections (such as when a via is not automatically generated because it falls within a transistor bounding box) -- need to do a comprehensive comparison of the netlists
.gitignore
6502/Makefile [new file with mode: 0644]
6502/conn_matrix.txt [new file with mode: 0644]
orig/segdefs_6502.js [new file with mode: 0644]
orig/transdefs_6502.js [new file with mode: 0644]
scripts/image_layers.py
scripts/segdefs.py [new file with mode: 0755]
scripts/segdefs_nets.py [new file with mode: 0755]
scripts/transdefs.py [new file with mode: 0755]