There are 11 repositories under processor-architecture topic.
GPGPU microprocessor architecture
💻 An assembler for custom, user-defined instruction sets! https://hlorenzi.github.io/customasm/web/
RISC-V Guide. Learn all about the RISC-V computer architecture along with the Development Tools and Operating Systems to develop on RISC-V hardware.
WebRISC-V: A Web-Based Education-Oriented RISC-V Pipeline Simulation Environment [PHP]
Lightweight recording and sampling of performance counters for specific code segments directly from your C++ application.
SST Architectural Simulation Components and Libraries
HaDes-V is an Open Educational Resource for learning microcontroller design. It guides you through creating a pipelined 32-bit RISC-V processor using SystemVerilog and FPGA tools. Developed by TU Graz's EAS Group, this resource combines hands-on exercises in hardware/software co-design with practical implementation on the Basys3 FPGA board.
A processor cache simulator for the MIPS architecture
A multi-cycle RISC CPU (processor) like MIPS-CPU architecture in VHDL ( a hardware-side implementation )
Sunflower Full-System Hardware Emulator and Physical System Simulator for Sensor-Driven Systems. Built-in architecture modeling of Hitachi SH (j-core), RISC-V, and more.
Super scalar Processor design
CSC403: Computer Organization and Architecture [COA] & CSL403: Processor Architecture Lab [PAL] <Semester IV>
A collection of my cources, lectures, articles and presentations
Senior Design Project at UW-Madison ECE
A simulation of the Tomasulo algorithm, a hardware algorithm for out-of-order scheduling and execution of computer instructions, written in C++.
Modular Graphical Simulator for Teaching Microprogramming
A MIPS CPU with dual-issue, out-of-order, and 5-stage pipelines
A RISC custom-ISA, 16-Bit Processor
RISC-V emulator/simulator in Python
Single Bus Processor - Summer Project 2016
Design of a simulated 8-bit single-cycle processor using Verilog HDL, which includes an ALU, a register file and other control logic
A minimalistic single-cycle RISC-V platform for demonstrational and educational purposes in Logisim Evolution.
An Implementation of MIPS processor with single cycle architecture using Verilog.
Domain Specific Hardware Accelerators - VLSI CAD Project
An imaginary 16-bit CPU architecture with custom assembly language and instructions
MIPS Pipelined CPU simulation using VHDL language
SEP, for Simple Enough Processor, is an elaborated from scratch simulated (on Logisim) educational CPU
This project involves the implementation and simulation of a MIPS 5-stage pipelined processor using Verilog. The implementation is based on the MIPS architecture as outlined in the "Computer Organization and Design: The Hardware/Software Interface" and "Digital Design and Computer Architecture"
A C++ pipeline based simulator of RSIC architecture.
Flexible functional simulator and assembler for user-defined architectures
A custom 16-bit processor with a custom assembly language and emulator, based off of the ARM 32-bit processor.