Skip to content
Permalink
015bc11b40
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) 296 Bytes
/**
* University of Connecticut
* CSE 5302 / ECE 5402: Computer Architecture
* Fall 2021
*
* Programming Assignment 4: Pipelined riscy-uconn Simulator With Scoreboard
*
* riscy-uconn: register_map.h
*
* DO NOT MODIFY THIS FILE
*
*/
#pragma once
extern const char* register_map[];