You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This course focuses on modern computer system architecture and design principles, with an emphasis on using a Hardware Description Language (HDL) to create fundamental components of a microprocessor’s data path and control unit.
An arcade game implemented in VHDL as an assignment for Digital Systems Analysis & Design course at the University of Guilan, Department of Computer Engineering, presented in Fall 2023 by Dr. Mahdi Aminian.
This project template is designed to streamline the development of SystemVerilog projects using Verilator, GTKWave, and Make. The template includes a Makefile with various recipes for compiling, simulating, and visualizing the design. It also includes a directory structure for organizing the HDL files, test benches, and simulation waveforms.
Project made in my 1st Year at University cisisting in combining Hardware in VHDL and Software in Kotlin to recreate the classic SpaceInvaders Game on a MAX DE10 Lite FPGA Board
This repository features a self-designed and enhanced single-cycle RISC-V processor, developed based on the Digital Design and Computer Architecture RISC-V Edition book. The project includes a complete Verilog implementation, supporting various instruction types, with performance enhancements and detailed schematics for analysis.
This repository documents a project undertaken as part of the EN2111 Electronic Circuit Design module at the University of Moratuwa, focusing on the implementation of a UART communication link between two FPGA boards.