77 skills found · Page 1 of 3
sehugg / 8bitworkshopweb-based IDE for 8-bit programming and Verilog development
fallingcat / HomebrewGPUHomebrewGPU is a simple ray tracing GPU built on FPGA, featuring basic ray–primitive intersection, BVH traversal, shadowing, reflection, and refraction. I created it to learn Verilog programming, and I think it’s a great starting point for anyone interested in exploring FPGA development.
snbk001 / Verilog Design ExamplesVerilog 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 FIFO, 8x8 Sequential Multiplier
neelkshah / MIPS Processor5-stage pipelined 32-bit MIPS microprocessor in Verilog
lac-dcc / ChimeraA tool for synthesizing Verilog programs
wyvernSemi / VprocVirtual processor co-simulation element for Verilog, VHDL and SystemVerilog environments, allowing host compiled programs to run in a logic simulation. and drive a memory mapped bus
simonmonk / Prog FpgasThe repository for the Verilog code examples and ISE projects that accompany the book Programming FPGAs: Getting Started with Verilog.
ashishrana160796 / Verilog Starter TutorialsTutorial series on verilog with code examples. Contains basic verilog code implementations and concepts.
Akashtailor-exe / 30 Days Of Verilog30 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!
Arjun-Narula / Traffic Light Controller Using Verilogthe project includes system design of a t intersection traffic light controller and its verilog code in vivado design suite.
mihir8181 / VerilogHDL CodesSynthesizable Verilog Source Codes(DUT), Test-bench and Simulation Results.
vladostan / ComparchitectureVerilog and MIPS simple programs
sarthak268 / Embedded Logic And DesignThis repository contains all labs done as a part of the Embedded Logic and Design course.
lawrie / Tinyfpga ExamplesVerilog example programs for TinyFPGA
pendkeomkar / SPITitle : 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 bus provides a synchronized serial link with performance in MHz range.The project implements the bridge between the two protocols and serves as an interface between these two which allow direct communication and a solution to reduce development time and cost for complex embedded systems.
zeynepCankara / Computer Organization LabsMy solutions for Bilkent University CS224 Computer Organization Labs (Spring 2019). Includes assembly programming assignments together with various processor designs in System Verilog HDL
andrade824 / Pulse Width Modulation IPA PWM Module IP core written in Verilog, along with a firmware driver (developed for the Zynq-7000 Programmable SoC)
kalpataru / IP Stream Encryption Using AES And FPGAThis project contains synthesized verilog codes for Encryption/Decryption of secure IP stream using Advanced Encryption Standard (AES) algorithm and implemented through Field Programmable Gate Array (FPGA). This is a very optimized code for handling IP packets and encrypt/decrypt the data part using a 128-bit block cipher. It uses a pipeline and sub pipeline architecture.
Swingfal1 / Booth Multiplier Radix 4Verilog program
OrsuVenkataKrishnaiah1235 / RTL Coding"Mastering Verilog Programming for Digital Circuit Design: RTL and TestBench Codes Practice with HDL-BITS"