Image Processing Toolbox in Verilog using Basys3 FPGA
-
Updated
May 20, 2025 - VHDL
Image Processing Toolbox in Verilog using Basys3 FPGA
Implementation of a simple SIMD processor in Verilog, core of which is a 16-bit SIMD ALU. 2's compliment calculations are implemented in this ALU. The ALU operation will take two clocks. The first clock cycle will be used to load values into the registers. The second will be for performing the operations. 6-bit opcodes are used to select the fun…
5-stage pipelined 32-bit MIPS microprocessor in Verilog
NSCSCC2022龙芯杯个人赛,MIPS32,59MHz经典五级流水线架构,易于初学者阅读(计算机组成原理,自己动手写CPU)
DDR2 memory controller written in Verilog
Implementing Different Adder Structures in Verilog
The AHB to APB bridge is an AHB slave and the only APB master which provides an interface between the highspeed AHB and the low-power APB. Read and write transfers on the AHB are converted into equivalent transfers on the APB.
Tutorial series on verilog with code examples. Contains basic verilog code implementations and concepts.
This project was inspired by the efforts of Ben Eater to build an 8 bit computer on a breadboard. Even though this one was not built on a breadboard, it has the functionalities of his computer and modelled using Verilog HDL. This project was developed as a Mini Project in Digital Systems course in my 3rd semester at IIT Palakkad.
30 Days of Verilog: Dive into digital circuits with a month of Verilog coding challenges. From logic gates to FSMs, sharpen your skills and simulate your designs. Let's code and conquer circuits!
the project includes system design of a t intersection traffic light controller and its verilog code in vivado design suite.
Synthesizable Verilog Source Codes(DUT), Test-bench and Simulation Results.
Solution to COA LAB Assgn, IIT Kharagpur
Verilog HDL implementation of SDRAM controller and SDRAM model
An 8 input interrupt controller written in Verilog.
This repository contains all labs done as a part of the Embedded Logic and Design course.
16 bit CPU created in Vivado with Verilog
Title : Communication Bridge between I2C and SPI Platform : RTL Coding (Verilog/System Verilog/VHDL) Duration : 1 Month Description : Both SPI and I2C are robust, stable communication protocols that are widely used in today's complex systems.The I2C bus has a minimum pin count requirement and therefore a smaller footprint on the board. The SPI b…
Add a description, image, and links to the verilog-project topic page so that developers can more easily learn about it.
To associate your repository with the verilog-project topic, visit your repo's landing page and select "manage topics."