Repository navigation

#

cpu-architecture

Gain an understanding of the fundamental topics and concepts of computer architecture including the application of these with modern Arm processors

HTML
284
4 个月前

A multi-cycle RISC CPU (processor) like MIPS-CPU architecture in VHDL ( a hardware-side implementation )

VHDL
29
4 年前

This repository contains the complete Verilog implementation and supporting tools for a cycle-accurate, dual-issue pipelined multimedia processor inspired by the Synergistic Processing Unit (SPU) of the Cell Broadband Engine architecture.

Verilog
18
5 个月前

VHDL , ModelSIM, Quartus, FPGA, Image Processing

VHDL
17
7 年前

The Sherwood Architecture is a custom 64-Bit RISC based CPU architecture.

CSS
15
7 年前

An analysis of intels goldmont plus uarch predecode caches core logic due to it being undocumented

C
13
3 个月前

An FPGA-based single-cycle RISC-V processor (RV32I) implemented in SystemVerilog. Project includes complete datapath and control logic with instruction memory, data memory, ALU, immediate generator, and branch comparator. This project is ideal for learning computer architecture, digital design, and RISC-V ISA implementation.

SystemVerilog
8
2 个月前

Μια ενδεικτική υλοποίηση RISC-V επεξεργαστή και ενός υποστηρικτικού Assembler - Διπλωματική εργασία στο Τμήμα Μηχανικών Η/Υ και Πληροφορικής, Πανεπιστήμιο Πατρών / An Indicative RISC-V CPU Implementation and an Accompanying Assembler - Master's Diploma Thesis at the Computer Engineering and Informatics Department (CEID), University of Patras

TeX
7
4 年前

Assembler, ISA & everything else featuring the 16-Bit Minecraft Redstone CPU "Frostybte"

Python
5
12 天前

A Verilog project for designing an Arithmetic Logic Unit (ALU) using pre-existing logic blocks. This ALU performs fundamental operations such as addition, subtraction, and logical shifts in a CPU architecture.

4
1 年前

[Computer Engineering] Programmable 8-bit computer based on von Neumann architecture, designed and implemented from scratch in Logisim.

3
3 年前

[2009 – 2012] MDSP: functional simulation of a Multimedia Digital Signal Processor

C++
3
7 年前

A study in MIPS microarchitecture trade-offs. This project implements three CPU designs: a single-cycle, a hardware-scheduled multicycle, and a software-scheduled pipelined core; then documents and contrasts their performance/complexity. Source is organized by variant (src_sc, src_hw, src_sw) with dedicated testbenches and write-ups.

Python
3
2 个月前

Code snippets for the CpuFun blog

C++
3
1 年前

Tomasulo algorithm visualizer

TypeScript
2
8 年前

General purpose processor with a RISC architecture and a five stage pipeline, implemented on a Cyclone IV FPGA using a development board

Verilog
2
4 年前

CPU Cache Simulation using gem5

C
2
3 年前

This is a simple CPU emulator with custom architecture

Java
2
4 个月前

16-bit CPU architecture implementation and verification using SystemVerilog

2
1 年前