amirmasp / ECE562

ECE 462/562: Computer Architecture and Design

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ECE 562


Building and installing

This repository uses submodules. Please use --recursive to fetch the sources automatically.

$ git clone --recursive https://github.com/mitchdz/ECE562.git

alternatively:

$ git clone https://github.com/mitchdz/ECE562.git
$ cd ECE562
$ git submodule update --init --recursive

Prerequisites

There exists no prerequisites at this time.


UofA

About

ECE 462/562: Computer Architecture and Design


Languages

Language:Python 93.2%Language:Shell 6.8%