Implementing a 4-tap FIR filter on the Intel DE1-SoC FPGA using Verilog HDL
-
Updated
Jun 20, 2025 - Verilog
Implementing a 4-tap FIR filter on the Intel DE1-SoC FPGA using Verilog HDL
RTL code of an 8-bit CPU designed in Verilog.
An open-source Verilog implementation of UART featuring 8-bit and 32-bit architectures with simulation support for efficient data exchange.
This repository contains the Verilog design and testbench for a 8x1 Multiplexer. It uses three select lines to choose one of the eight inputs (A0–A7) and drive it to a single output based on the logic expression: Y = S2'S1'S0'A0 + S2'S1'S0A1 + S2'S1S0'A2 + S2'S1S0A3 + S2S1'S0'A4 + S2S1'S0A5 + S2S1S0'A6 + S2S1S0A7
Add a description, image, and links to the testbench-verification topic page so that developers can more easily learn about it.
To associate your repository with the testbench-verification topic, visit your repo's landing page and select "manage topics."