basys3
There are 92 repositories under basys3 topic.
Gowtham1729/Image-Processing
Image Processing Toolbox in Verilog using Basys3 FPGA
tongplw/HW-Syn-Lab
⚙Hardware Synthesis Laboratory Using Verilog
martinKindall/risc-v-single-cycle
A Single Cycle Risc-V 32 bit CPU
j3soon/Handwritten-Digit-Recognition-Painter
A handwritten digit recognition painter implementation on Basys 3 Artix-7 FPGA using Verilog.
chili-chips-ba/openXC7-TetriSaraj
Demo of how to use https://github.com/openXC7 tools (yosys+nextpnr-xilinx) to implement the HW side of a custom SoC with RISC-V CPU & our special Video Controller in Basys3 Artix7-35T. Complemented with SW in the bare-metal 'C' they, together, make for this classic game. Except that it's now, in the standard BiH tradition, with a twist of our own.
martinKindall/mips_cpu
Single Cycle 32 bit MIPS
CynicalApe/BASYS3-PONG
BASYS 3 - PONG GAME
tongplw/Undertale-Verilog
👻 Simple Undertale-like game on Basys3 FPGA written in Verilog
imshaaz21/Spiking-Neural-Network-on-FPGA
CS4362 - Hardware Description Languages. Implemented SNN on an FPGA for real-time image processing using VHDL
bilalkabas/Basys3-VHDL-Basics
This repository has basic examples in VHDL using Basys3 board.
Maneesh3/Morse_Code_Encoder_Basys3
Morse Code Encoder on Basys 3 [Artix-7, part: xc7a35tcpg236-1]
soundjuice/Basys3-Pulse-Generator
Pulse generator on Basys 3 FPGA board
raleighlittles/Applied_Digital_Logic_Exercises_Using_FPGAs
Selected projects from "Applied Digital Logic Exercises using FPGAs", by Kurt Wick.
antimattercorrade/Color_Detection_BASYS3
Color Detection using Basys3 FPGA
DeanDev94/FPGA-Audio-Effects-System
FPGA Audio Effect System project for Electronic Engineering course. This project spanned two semesters and was my final year project
romybompart/Basys3-clock-alarm-with-buzzer
Digital clock implemented in vhdl for the Basys 3 Board from Digilent.
bingsen0806/EE2026
A Sound and Sight Entertainment System (SSES) implemented on Basys3 FPGA Board
CankutBoraTuncer/Bilkent-EEE102-Labs
This is the repo is created for helping fellow Bilkenteers to pass their EEE102 Digital Electronics course. You can find Lab answers from Lab 1 to Final Project! Have fun!
meiniKi/logIP
Logic Analyzer IP Core
praveenVnktsh/Hardware-Accelerated-Motion-Estimation-using-FSBM-and-FPGA
FPGA Implementation of Full Search Block matching using an asynchronous handshake based FSM.
ColtonBeery/Digital_Clock
Digital Clock for the Basys 3 FPGA
raleighlittles/Basys3CountdownClock
Extremely basic countdown clock project for the Basys 3 FPGA development board.
ti-uni-bielefeld/logisim-evolution-basys3
A set of scripts, manuals and patches to make synthesizing and downloading circuits from Logisim Evolution onto the Basys3 FPGA board on Linux easier and more seamless.
vinayak1998/Reflex-Tester
This project aims to test how fast you can respond after seeing a visual stimulus or rather hand-eye coordination.
aavalerin/4x4-Keypad-Reader-on-a-Xilinx-Artix-7-FPGA
This implementation allows reading a 4x4 keypad without an external IC encoder (like the 74C922/23). It performs the same function as the IC, but in a simpler form. The module can be used in various projects, such as a calculator. A detailed explanation is provided in the README file.
aliasgharchakera/flappy-bird
The game of flappy bird coded in Verilog
ColtonBeery/Basys3_Camera_Driver
Basys 3 driver for a Raspberry Pi NoIR 2.1 camera - COMPE470L class project
MirariFang/Basys3_Enigma_Machine
A naive implementation of an enigma machine on Basys3.
neelabhro/Complex-Adder-with-SSD
Complex Adder with Seven Segment Display
Prajjv/RISC-V-Microprocessor-verilog-code-implementation-Artix-7-tested-with-Fibonacci-series-on-7seg
Here we are implementing Risc-V single cycle microprocessor on Basys3 (Artix-7) .We are testing with Fibonaccie Series and showing on 7 segment display..
segocago/CS223-Digital-Design-Highway-Racing
Term project for CS223 Digital - Design course.
yalchinAlv/MarbleMazeGame
Marble maze game implemented on SystemVerilog for Basys3
aryan-programmer/axi_gen_and_sum_primes_fpga
A Vitis & Vivado project (for the Basys3 board (Atrix-7 FPGA)) that generates primes and sums them up over an AXI memory interface.
Jacob-Lemon/vgarcade
This is a fruit catching arcade style game made entirely with verilog. It is implemented on the Basys3 FPGA board and has gamecube controller support.
martinKindall/8-bit-multicycle-cpu
Minimalist 8 bit multicycle RISC CPU
yasanthaniroshan/NanoProcessor
A Nanoprocessor designed to run on the Basys3 FPGA desgined using Xlinx Vivado with VHD using Registers, Add/Sub Unit, Decoders, Multiplexers which have been implemented seperately.