Skip to content

inaty/186cpu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

165 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

186cpu

最終的にはここに対外的な説明が並ぶ

共有メモ

リポジトリの名前を変えるのは難しくないのでとりあえず仮の名前にしてある

使い方の想定

186cpu直下にcore, compiler, simulator, fpuという4つのディレクトリがあり、その中で各自作業をするという想定
186cpu/<charge>(役割)/README.mdに各自のメモ(仕様とかビルド方法とか)を書く的な

  1. 自分のPCの作業ディレクトリにしたい場所にクローン
    git clone <url>(右上にある)
    186cpuというディレクトリ(ローカルリポジトリ)ができるはず
  2. 186cpu/<charge>というディレクトリを作って成果物を入れる
  3. 追跡させてコミットしてプッシュ
    cd 186cpu
    git add -A
    git commit -m "<charge> first commit"
    git push origin master
    

コマンドが合ってるかは知りません
gitの基本的な使い方とかはググるか聞いて(編集 -> (add) -> commit -> pushを繰り返すのが基本、詳しいところは僕もよく知らない)
たぶんそのうちpushできませんとか言われることがあると思うけど大抵コンフリクトなのでググるか聞いて

About

cpu実験2018-6班

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • VHDL 55.0%
  • Verilog 43.9%
  • C 0.6%
  • Assembly 0.2%
  • OCaml 0.1%
  • Scheme 0.1%
  • Other 0.1%