In /8085 adopt new nomenclature "nodes" instead of "nets", because channels and block...
authorNick Downing <nick@ndcode.org>
Sat, 19 Jul 2025 06:40:38 +0000 (16:40 +1000)
committerNick Downing <nick@ndcode.org>
Sat, 19 Jul 2025 06:40:38 +0000 (16:40 +1000)
commita02f5aa9083974f87f55b2f43dcd8b7a03ecc2e0
treeb15101939d419ef2227bb67b4d039865511143c5
parentd14de2068bcdafe66151e7ba926d283941882937
In /8085 adopt new nomenclature "nodes" instead of "nets", because channels and blocks are not technically nets, rename data files and scripts as follows:
/8085/net_names.txt -> /8085/node_names.txt
/8085/sizes.txt -> /8085/node_sizes.txt (generated file)
/scripts/net_channels.py -> /scripts/channels.py
/scripts/net_image.py -> /scripts/node_image.py
/scripts/net_sizes.py -> /scripts/node_sizes.py
/scripts/image_nets.py -> /scripts/nodes.py
Note: Breaks the other directories, will port over latest scripts to them later
.gitignore
8085/Makefile
8085/node_names.txt [moved from 8085/net_names.txt with 100% similarity]
scripts/channels.py [moved from scripts/net_channels.py with 81% similarity]
scripts/node_image.py [moved from scripts/net_image.py with 80% similarity]
scripts/node_sizes.py [moved from scripts/net_sizes.py with 60% similarity]
scripts/nodes.py [moved from scripts/image_nets.py with 81% similarity]