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

AXI ブリッジを転送サイズのフィールド変更に対応させる #52

Closed
taichi-ishitani opened this issue Nov 28, 2019 · 0 comments · Fixed by #54
Closed
Assignees

Comments

@taichi-ishitani
Copy link
Owner

AXI ブリッジを #51 に対応させる。
AXI のリードデータチャンネルには、転送サイズを示すフィールドはない。
なので、ブリッジ内で、

  • 要求パケットから、転送サイズを取り出して保持
  • byte_count/byte_offset を管理

する必要がある。

これを保持するバッファが必要になるが、パラメータで保持する値を指定する。
バッファのインデックスは、

  • location_id/tag の幅が ID 幅より小さい場合
    • location_id/tag そのもの
  • location_id/tag の幅が ID 幅より大きい場合
    • location_id/tag から CRC を計算し、その上位ビット

とする。インデックスがリクエストの ID となる。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant