multi_sim.git
2025-07-21 Nick DowningIn /scripts/circuits.py and /scripts/blocks.py rename...
2025-07-21 Nick DowningIn /scripts/circuits.py and /scripts/blocks.py rational...
2025-07-21 Nick DowningRenumber ALU slices from 0..7 to 7..0 (from left to...
2025-07-21 Nick DowningImplement the SB_NOT (useful) and SB_AND_OR (not so...
2025-07-21 Nick DowningIn /scripts/*.py rename LATCH to TG_LATCH (transmission...
2025-07-21 Nick DowningName ALU and register nets using a combination of autom...
2025-07-21 Nick DowningIn /8085/blocks.png combine vertical ALU and register...
2025-07-21 Nick DowningIn /8085/blocks.png combine random transistors into...
2025-07-20 Nick DowningAdd latch subcircuit (transmission gate latch found...
2025-07-20 Nick DowningAdd subcircuit analysis, it can identify an XOR gate...
2025-07-20 Nick DowningMake fets.txt / gates.txt object oriented, in preparati...
2025-07-20 Nick DowningIn /8085 adopt new nomenclature "fets" instead of ...
2025-07-20 Nick DowningAdd /scripts/gates.py to analyze pulled-up networks...
2025-07-20 Nick DowningAdd /scripts/blocks.* to generate graphs of each block...
2025-07-19 Nick DowningChange format of nodes.txt file to have the counts...
2025-07-19 Nick DowningSwap blocks and pads colours, since there are no node...
2025-07-19 Nick DowningIn /8085 adopt new nomenclature "nodes" instead of...
2025-07-19 Nick DowningImplement automatic net names instead of numbers (by...
2025-07-19 Nick DowningAdd /8085/blocks.png which manually separates the chip...
2025-07-19 Nick DowningAdd /8085/net_names.txt naming the 41 numerically small...
2025-07-18 Nick DowningIn /8085 put pads layer at beginning of stack, means...
2025-07-18 Nick DowningIn /scripts/net_channels.py add resistor solver to...
2025-07-17 Nick DowningAdd /orig/*_6800.js from https://github.com/trebonian...
2025-07-17 Nick DowningImprove /scripts/segdefs*.py to allow multiple outlines...
2025-07-17 Nick DowningAdd /orig/z80_*.png from https://github.com/gdevic...
2025-07-17 Nick DowningAdd /orig/*_6502.js from https://github.com/trebonian...
2025-07-16 Nick DowningMove scripts into /scripts, analysis into /8085, add...
2025-07-15 Nick DowningNew approach where all image processing is done in...
2025-07-14 Nick DowningFirst cut at NMOS IC analysis, can separate layers...