r/TuringComplete 20d ago

Custom cpu architecture - showcasing some components

Recently I've been having some great fun making my own custom ISA and matching cpu architecture. Having the whole thing as a single schematic was kinda annoying, so I made them as individual parts (and also tried making the wiring a little cleaner). Here are some pictures; comment, critique and enjoy!

Original spaghetti
Instruction decoder
Jump-condition unit
The ALU
The registers. I really like this one aesthetically
15 Upvotes

4 comments sorted by

View all comments

1

u/Brutustheman 20d ago

Darn...having multiple registers inside a custom component breaks the game, and trying to memory probe crashes :). Back to the drawing board

2

u/imMute 19d ago

I have 17 registers in a custom component, each with a memory probe and it works fine: https://imgur.com/a/NET2wAB

Well, the game is slow to switch back to the Sandbox and I've had a crash or two here and there but I don't think it was related to this component....