Skip to content
Permalink
6dbb60457a
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) 322 Bytes
/**
* University of Connecticut
* CSE 4302 / CSE 5302 / ECE 5402: Computer Architecture
* Fall 2021
*
* Programming Assignment 3: Pipelined Simulator with Multi-cycle Operations and Data Cache
*
* riscy-uconn: register_map.h
*
* DO NOT MODIFY THIS FILE
*
*/
#pragma once
extern const char* register_map[];