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…
Verilog Design Examples with self checking testbenches. Half Adder, Full Adder, Mux, ALU, D Flip Flop, Sequence Detector using Mealy machine and Moore machine, Number of 1s, Binary to Gray Conversion, Up down counter, Clock Divider, PIPO, n bit universal shift register, 4 bit LFSR, Single port RAM, Dual port RAM, Synchronous FIFO, Asynchronous F…
5-stage pipelined 32-bit MIPS microprocessor in Verilog
Advanced encryption standard (AES128, AES192, AES256) Encryption and Decryption Implementation in Verilog HDL
DDR2 memory controller written in Verilog
NSCSCC2022龙芯杯个人赛,MIPS32,59MHz经典五级流水线架构,易于初学者阅读(计算机组成原理,自己动手写CPU)
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.
the project includes system design of a t intersection traffic light controller and its verilog code in vivado design suite.
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!
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.
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."