Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
b3exp
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
2021
b3exp
Wiki
Home
Changes
Page history
New page
Templates
Clone repository
Update home
authored
5 years ago
by
Junichiro Kadomoto
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
home.md
+8
-0
8 additions, 0 deletions
home.md
with
8 additions
and
0 deletions
home.md
View page @
549e77ee
...
@@ -6,6 +6,14 @@
...
@@ -6,6 +6,14 @@
設計するプロセッサの 命令セット・アーキテクチャ (Instruction-Set Architecture: ISA) としては、
[
RISC-V
](
https://riscv.org/
)
を用います(
**教科書や旧 wiki で用いている ISA とは大きく異なります!注意!**
)。
設計するプロセッサの 命令セット・アーキテクチャ (Instruction-Set Architecture: ISA) としては、
[
RISC-V
](
https://riscv.org/
)
を用います(
**教科書や旧 wiki で用いている ISA とは大きく異なります!注意!**
)。
下記のリポジトリはテスト用プラグラム配布用兼、最終課題提出用です。
各自でforkしたのち、手元にcloneして利用してください。
テスト用プログラムのビルド方法は
[
RISC-V ツールチェインの構築
](
./build
)
を、
実行方法は
[
RISC-V プログラムの実行
](
./run
)
を参照してください。
[
b3exp
](
http://exp.mtl.t.u-tokyo.ac.jp/2019/b3exp
)
初回で使ったスライドは以下からダウンロードできます。
初回で使ったスライドは以下からダウンロードできます。
[
cpu2019.pdf
](
uploads/8400b3ae143fc17b100ba5d1a166a1d6/cpu2019.pdf
)
[
cpu2019.pdf
](
uploads/8400b3ae143fc17b100ba5d1a166a1d6/cpu2019.pdf
)
...
...
This diff is collapsed.
Click to expand it.