/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

danielmangum.com
| | trendless.tech
3.8 parsecs away

Travel
| | [AI summary] This article explains the architecture and functionality of a CPU, covering its components, memory interaction, instruction execution, and future trends in computing technology.
| | satharus.me
5.4 parsecs away

Travel
| | If you've been following me on Twitter, you must've been seeing some insane dude who is putting some chips on a breadboard and is using a lot of wiring.This ...
| | projectf.io
4.6 parsecs away

Travel
| | Welcome back to our two-part FPGA tutorial with SystemVerilog and the Digilent Nexys Video. In part two, we're going to learn about clocks and counting. Along the way, we'll cover maintaining state with flip-flops, timing things with clock dividers, creating our first Verilog module, and controlling LEDs with pulse width modulation.
| | jborza.com
23.1 parsecs away

Travel
| Ive went through the first part of From Nand to Tetris course where I learnt to build a simple 16-bit computer called Hack from the digital building blocks (NAND gates). The course used its specific HDL (hardware definition language), which is a gentle way to shield a beginner from the ugliness of a real language, but to implement anything on a real FPGA board one needs to use VHDL or Verilog.