Skip to content
Permalink
fc887d595d
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
16 lines (14 sloc) 291 Bytes
/**
* University of Connecticut
* CSE 5302 / ECE 5402: Computer Architecture
* Fall 2023
*
* Programming Assignment 4: Pipelined RISC-V Simulator With Scoreboard
*
* riscy-uconn: register_map.h
*
* DO NOT MODIFY THIS FILE
*
*/
#pragma once
extern const char* register_map[];