/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

blog.dave.tf
| | jborza.com
2.0 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.
| | debugmo.de
3.9 parsecs away

Travel
| | [AI summary] A tutorial demonstrating how to implement a basic Python-based FPGA module using the Migen library to invert input bits, integrated into an OpenVizsla hardware design.
| | unsafeperform.io
2.2 parsecs away

Travel
| | [AI summary] The author details the design and simulation of a Brainfuck-based CPU implemented on an FPGA using the Lava Haskell DSL to overcome the limitations of VHDL for software developers.
| | danilafe.com
31.5 parsecs away

Travel
| This is the third post in a series I'm writing about Chip-8 emulation. If you want to see the first one, head here.