HDL libraries and projects
-
Updated
Nov 7, 2025 - Verilog
Verilog is a widely-used hardware description language (HDL) that enables designers to model, simulate, and synthesize digital circuits. It provides a text-based format for specifying the structure and behavior of electronic systems, making it easier to design complex hardware components such as microprocessors, memory, and communication devices.
HDL libraries and projects
A dual clock asynchronous FIFO written in verilog, tested with Icarus Verilog
Traces, schematics, and general infos about custom chips reverse-engineered from silicon
Revengineered ancient PDP-11 CPUs, originals and clones
DDR2 memory controller written in Verilog
An FPGA implementation of a classic 80ies speech synthesizer. Done for the Retro Challenge 2017/10.
Tutorial series on verilog with code examples. Contains basic verilog code implementations and concepts.
A place to keep my synthesizable verilog examples.
Collection of projects for various FPGA development boards
An FPGA-based QOI image compressor and decompressor in Verilog. 基于FPGA的QOI图像压缩器和解压器。
Basic UART TX/RX module for FPGA
An 8 input interrupt controller written in Verilog.