|
You are here |
blog.dave.tf | ||
| | | | |
jborza.com
|
|
| | | | | 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
|
|
| | | | | [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
|
|
| | | | | [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
|
|
| | | 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. | ||