abs-tudelft / abs-tudelft/tydi
Inconsistency: Strobe only encodes individual lane validity at C≥8
- Ngôn ngữ chính
- Rust
- Star
- 15
- Fork
- 5
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
## 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).
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Hướng nghiên cứu
Xem xét các trang đặc tả được liên kết trong issue: 'signals', 'signal-omission' và 'complexity-c'. So sánh các điều kiện được nêu cho mã hóa strb (C≥8 so với C≥7). Bản sửa lỗi là cập nhật tài liệu để nêu nhất quán C≥7 cho tính hợp lệ của từng lane và C≥8 cho các tín hiệu cuối dựa trên lane. Xác minh rằng không có tham chiếu nào khác không nhất quán.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Lĩnh vực
- documentation
- Loại issue
- Tài liệu
- Độ khó
- 2/5
- Thời gian dự kiến
- 1-3 giờ
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Đặc tả rõ ràng
- Mức phù hợp với người mới
- 70/100