Skip to content
#

verilog-project

Here are 12 public repositories matching this topic...

This system manages ALU and register file operations based on commands received via UART RX. It operates across two clock domains—one for general processing and another for UART communication. Key functions include executing arithmetic, logic, and data synchronization tasks, with results sent back through UART TX

  • Updated Jul 17, 2025
  • SystemVerilog

A complete UART (Universal Asynchronous Receiver/Transmitter) implementation for FPGAs, written in Verilog HDL. This project includes transmitter and receiver modules, baud rate generation, and test infrastructure for both simulation and hardware validation.

  • Updated Feb 28, 2025
  • SystemVerilog

This project provides a comprehensive verification framework for a synchronous single-port RAM module implemented in Verilog. The memory module is configurable with parameters for data width, memory depth, and address width. It operates synchronously with a clock signal and uses a valid-ready handshake protocol to control read and write operations.

  • Updated Jul 31, 2025
  • SystemVerilog

Improve this page

Add a description, image, and links to the verilog-project topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the verilog-project topic, visit your repo's landing page and select "manage topics."

Learn more