Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

クリティカルパスを短くする #22

Open
pineapplehunter opened this issue May 25, 2022 · 0 comments
Open

クリティカルパスを短くする #22

pineapplehunter opened this issue May 25, 2022 · 0 comments
Labels
feature 機能追加など
Milestone

Comments

@pineapplehunter
Copy link
Collaborator

What

現在の実装ではステージ数が少ないことにより、FPGA上での動作周波数がとても遅くなっている。(Nexys 4で10MHz。)そこで、クリティカルパスを短くする。

How

クリティカルパスはVivadoのImplementationのTiming画面で確認することができる。

  • フェッチとデコードの間に1ステージ追加する(Vidvadoで最長のパスとされている)
  • 更にクリティカルパスが存在するようであればステージの追加

Problems

修正内容が難しく、テストを増やさないといけない

@pineapplehunter pineapplehunter added the feature 機能追加など label May 25, 2022
@pineapplehunter pineapplehunter added this to To do in Implementation via automation May 25, 2022
@pineapplehunter pineapplehunter added this to the 動作改善 milestone May 25, 2022
@pineapplehunter pineapplehunter removed this from To do in Implementation Jul 5, 2022
@pineapplehunter pineapplehunter added this to To do in 動作改善 Jul 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 機能追加など
Projects
Development

No branches or pull requests

1 participant