Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Pipelined ARMv8 with hazard detection and forwarding - Computer Architecture course project - Computer Science @ FAMAF (UNC)

License

Notifications You must be signed in to change notification settings

helcsnewsxd/armv8-pipelined-hazard-handling

Repository files navigation

Note

This repository contains a SystemVerilog implementation of a simplified pipelined ARMv8 processor, extended with MOVZ instruction support, a hazard detection unit, and a forwarding unit. The goal is to apply a forwarding-stall mechanism to handle data hazards effectively.

It was developed as part of the Computer Architecture course at FAMAF – Universidad Nacional de Córdoba.

The code, documentation, and comments are in Spanish, as they were written for academic purposes and submission.

Arquitectura del Computador (2023): Laboratorio ARMv8 en SystemVerilog

El presente repositorio contiene todo el material referido al primer proyecto de la asignatura "Arquitectura del Computador" (2023) de la Licenciatura en Ciencias de la Computación de la Facultad de Matemática, Astronomía, Física y Computación (FaMAF) de la Universidad Nacional de Córdoba (UNC).

Integrantes

Proyecto

Archivos
Enunciado del proyecto
Informe del ejercicio 1
Informe del ejercicio 2