/Z01.1-Fury

Repositório da disciplina de Elementos de Sistemas

Primary LanguageVHDLOtherNOASSERTION

Desenvolvendo um computador operacional do ZERO!

Material disponível na wiki

Clonando

$ git clone https://github.com/Insper/Z01.1
$ cd Z01.1
$ git submodule update --init --recursive
$ git submodule foreach 'git stash; git checkout master; git pull'