

Computer&Electronics
59 posts

@CompAndElectro
how computers work from scartch. Starting from the basics we build every component step by step. Scott's CPU is a 8 bit CPU perfect for educational purpose -





Actually this was really good - a tour from one transistor to a small CPU (Scott CPU, to be precise). The YouTube playlist: youtube.com/watch?v=HaBMAD… I also haven't yet come across the "But How Do It Know" by Scott, which this is based on, and which looks great: amazon.com/But-How-Know-P… Turns out this is a whole deeper rabbit hole of people who've also built + simulated it in code, e.g.: djharper.dev/post/2019/05/2… Now I must resist the temptation to simulate Scott CPU in C, add tensor cores to it, move it to an FPGA and get it to inference a Llama.















Fetch Simulation – Scott’s CPU - CircuitVerse SIM This video shows the CircuitVerse simulation of the fetch operation in the Scott’s CPU. We see how the instructions are fetched in the IR and how the IAR is updated to point to the next instruction. youtu.be/6cskmKVfCqs?si…






Actually this was really good - a tour from one transistor to a small CPU (Scott CPU, to be precise). The YouTube playlist: youtube.com/watch?v=HaBMAD… I also haven't yet come across the "But How Do It Know" by Scott, which this is based on, and which looks great: amazon.com/But-How-Know-P… Turns out this is a whole deeper rabbit hole of people who've also built + simulated it in code, e.g.: djharper.dev/post/2019/05/2… Now I must resist the temptation to simulate Scott CPU in C, add tensor cores to it, move it to an FPGA and get it to inference a Llama.