asynchronous-fifo
Here are 13 public repositories matching this topic...
Synthesizable Verilog Source Codes(DUT), Test-bench and Simulation Results.
-
Updated
May 10, 2019 - Verilog
An FPGA implementation of Cummings' Asynchronous FIFO
-
Updated
Apr 14, 2022 - SystemVerilog
This repository contains an asynchronous FIFO design and a comprehensive UVM testbench for its functional verification. It demonstrates a robust, real-world approach to digital design and verification.
-
Updated
Sep 22, 2025 - SystemVerilog
Asynchronous FIFO with CDC Reliability Analyzer built from scratch in Verilog. Gray-code pointers, 2-FF synchronizers, randomized stress testbench, timing closure on Artix-7 (WNS = +6.31 ns). No IP cores used.
-
Updated
Apr 24, 2026 - Verilog
A highly parameterized, synthesizable Asynchronous FIFO designed to safely transfer data between two independent, asynchronous clock domains. This project demonstrates core VLSI concepts including metastability prevention, Gray code synchronization, and static timing closure on an FPGA architecture.
-
Updated
May 24, 2026 - Verilog
A configurable synchronous and asynchronous FIFO with Gray-code clock-domain crossing, verified with self-checking testbenches and an unbounded SymbiYosys formal proof.
-
Updated
Jul 8, 2026 - SystemVerilog
Parameterized Asynchronous FIFO in Verilog using Gray Code pointers with Full, Empty, Almost Full, and Almost Empty flags for safe clock domain crossing (CDC).
-
Updated
May 8, 2026 - Verilog
Design and UVM verification of a 64-entry 8-bit asynchronous FIFO for clock-domain crossing (80 MHz write / 50 MHz read) — Gray-coded pointers, two-flop synchronizers, wrap-aware full/empty flags, a reset-aware scoreboard, functional coverage, and Questa farm evidence. ECE 593 team project.
-
Updated
May 26, 2026 - SystemVerilog
This repository features an asynchronous FIFO design I built from scratch in SystemVerilog. I include RTL designs, thorough test benching, and documentation.
-
Updated
Jun 28, 2026 - SystemVerilog
Parameterizable Asynchronous FIFO with Gray Code Synchronization - A robust clock domain crossing solution in SystemVerilog
-
Updated
Nov 20, 2025 - SystemVerilog
Improve this page
Add a description, image, and links to the asynchronous-fifo topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the asynchronous-fifo topic, visit your repo's landing page and select "manage topics."