管道与分支预测资源。如何确定需要多少个摊位。修改代码

发布于 2024-12-15 17:04:20 字数 179 浏览 0 评论 0原文

我找到了管道衬里和分支预测很难理解。有这些方面的推荐资源吗?特别是对于 MIPS。

  • 常见问题包括识别控制/危险信号的值、
  • 识别所需的失速数量
  • 、修改代码以减少失速
  • 、预测是否采取分支等,

视频/动画非常有助于理解。否则讲义或书都可以

I found pipe-lining & branch prediction hard to understand. Are there any recommended resources for these? In particular for MIPS.

  • Common questions are like identifying values of control/hazard signals
  • identifying number of stalls required
  • modify code to reduce stall
  • predict if branch is taken

Videos/animation are great to help understand. Otherwise lecture notes or book are fine

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

暗恋未遂 2024-12-22 17:04:20

下载 WinDLX 并在其中运行 DLX 汇编代码。 DLX ISA 与 MIPS ISA 非常相似,您可以很容易地找出停顿、转发以及您需要知道的所有信息。

Download WinDLX and run your DLX assembly code in it. DLX ISA is very similar to MIPS ISA and you can quite easily figure out the stalls,forwarding, and all that you need to know .

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文