Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
b3exp
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
2022
b3exp
Wiki
extra
Changes
Page history
New page
Templates
Clone repository
Update extra
authored
3 years ago
by
Toru Koizumi
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
extra.md
+2
-0
2 additions, 0 deletions
extra.md
with
2 additions
and
0 deletions
extra.md
View page @
f870aed3
...
...
@@ -54,6 +54,8 @@ CPU の実行すべき命令は、必ずしも直前の命令の結果を使う
可能な限り並列実行できるようにするために考えるべきことはそれなりに多く、いきなりそれを全部考慮するのは大変です。
まずはごく単純な、間違いの起こりようのない例でだけ並列実行できるようにするのがコツです。その後、並列実行できるパターンを段階的に追加していけばよいでしょう。
なお、スーパースカラプロセッサを作るためにはマルチポートメモリが必要となるかもしれません。
[
マルチポートメモリの作り方
](
FPGAMultiportRAM
)
を参照してください。
### アウトオブオーダー実行できるようにする
*
難易度:5+
...
...
This diff is collapsed.
Click to expand it.