Recreate C64 PLA chip in VHDL
ezContents 14 February 2022
MiSTer assembly instructions
ezContents 26 November 2019
There are a few simple assembly steps required to dress up your DE10-Nano board and transform it to a fully functional retro machine.
MiSTer IO Board - PCB
ezContents 22 September 2019
In order to connect your DE10-Nano board to VGA or other RGB output, you need an I/O Board. This PCB board and assembly instructions are available on the GitHub pages of the MiSTer project.
MiSTer FPGA Vintage Computing
ezContents 30 August 2019
Terasic DE10-Nano blink LED
ezContents 30 August 2019
The Terasic DE10-Nano board is based on Altera Cyclone V SoC chip. It is a hybrid of ARM processor and FPGA that lets you do amazing things, among which is run cores of vintage computers. But as always it is good to start with making a LED on the board blink.
LUT - Programmable logic gate
ezContents 12 February 2017
The basic building blocks of FPGA chips are logic elements (LEs). A logic element consists of LUTs (look-up tables), which are basically programmable logic gates. This gate is a multiplexer and can be build out of NAND gates. This small project is a breadboard implementation of this concept.
Altera Quartus on Mac OSX
ezContents 11 February 2017
One of the disadvantages of Altera Quartus II software is the disability to run natively on a Mac system. Luckily there are ways to get around this problem.