abs-tudelft / abs-tudelft/tydi
Inconsistency: Strobe only encodes individual lane validity at C≥8
- 主要语言
- Rust
- 星标
- 15
- 派生
- 5
- PR 合并指标
- 30 天内没有已合并 PR
描述
## Issue
https://abs-tudelft.github.io/tydi/specification/physical.html#signals
Mentions that `strb` encoding individual lane validity is contingent on C≥8. This is repeated in a few other places.
However, https://abs-tudelft.github.io/tydi/specification/physical.html#signal-omission makes `strb` contingent on C≥7.
And https://abs-tudelft.github.io/tydi/specification/physical.html#complexity-c likewise suggests that "The indices of the active data lanes can be described with a simple range." only applies to C<7.
## Assumed/Suggested Fix
`strb` encoding individual lane validity/activity should be contingent on C≥7. As otherwise, C=7 is identical in functionality to C=6.
Instead, the intent was most likely to have C≥7 add support for individual lane validity (a `strb` bit per element lane), while C≥8 adds support for individual lane-based sequence terminations (a `last` signal per element lane).
贡献指南
这个仓库没有索引到贡献指南
调研方向
Review the specification pages linked in the issue: 'signals', 'signal-omission', and 'complexity-c'. Compare the stated conditions for strb encoding (C≥8 vs C≥7). The fix is to update the documentation to consistently state C≥7 for individual lane validity and C≥8 for lane-based last signals. Verify no other references are inconsistent.
由索引模型根据 Issue 内容生成。
评估
- 领域
- documentation
- Issue 类型
- 文档
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 70/100