-
Notifications
You must be signed in to change notification settings - Fork 179
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
Add procs for interfacing with AXI peripherals in ZSTD Decoder #1613
Commits on Oct 11, 2024
-
CI/modules-zstd: Fix calls to multiple bazel run targets
bazel run executes only the first target from the list of targets acquired from the output of bazel query. In order to properly call all targets it is required to loop through the targets and run one at a time Signed-off-by: Pawel Czarnecki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 90b206e - Browse repository at this point
Copy the full SHA 90b206eView commit details -
modules/zstd: Decrease pin spacing for SequenceExecutor
Required to pass place_and_route Signed-off-by: Pawel Czarnecki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d253f2 - Browse repository at this point
Copy the full SHA 2d253f2View commit details -
modules/zstd/memory: Add packages with AXI4 structs
Co-authored-by: Michal Czyz <[email protected]> Signed-off-by: Robert Winkler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d904a4 - Browse repository at this point
Copy the full SHA 6d904a4View commit details -
modules/zstd/memory: Add common definitions for memory blocks
Signed-off-by: Robert Winkler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c18c98 - Browse repository at this point
Copy the full SHA 7c18c98View commit details -
modules/zstd/memory: Add AxiReader proc
This comit adds implementation of AxiReader proc that can be used to to issue AXI read requests as an AXI Manager device. Signed-off-by: Robert Winkler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 788dc78 - Browse repository at this point
Copy the full SHA 788dc78View commit details -
modules/zstd/memory: Add AxiStreamRemoveEmpty proc
This commits adds AxiStreamRemoveEmpty proc, that can be used to remove bytes marked as containing no data in the Axi Stream Signed-off-by: Robert Winkler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb11f56 - Browse repository at this point
Copy the full SHA fb11f56View commit details -
modules/zstd/memory: Add AxiStreamDownscaler proc
This commit adds AxiStreamDownscaler that can be used to convert AxiStream transactions from a wider bus, to multiple transactions on more narrow bus Signed-off-by: Robert Winkler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8dd3b30 - Browse repository at this point
Copy the full SHA 8dd3b30View commit details -
modules/zstd/memory: Add MemReader and MemReaderAdv
This commit adds MemReader and MemReaderAdv procs for handling read transactions on the AXI bus. Signed-off-by: Robert Winkler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f34d8f1 - Browse repository at this point
Copy the full SHA f34d8f1View commit details -
modules/zstd/memory: Add AxiWriter proc
Internal-tag: [#62924] Co-authred-by: Pawel Czarnecki <[email protected]> Co-authred-by: Robert Winkler <[email protected]> Signed-off-by: Michal Czyz <[email protected]> Signed-off-by: Pawel Czarnecki <[email protected]> Signed-off-by: Robert Winkler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac19a75 - Browse repository at this point
Copy the full SHA ac19a75View commit details -
modules/zstd/memory: Add AxiStreamAddEmpty
Internal-tag: [#64376] Signed-off-by: Pawel Czarnecki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 31d9bd6 - Browse repository at this point
Copy the full SHA 31d9bd6View commit details -
modules/zstd/memory: Add MemWriter
Internal-tag: [#65205] Signed-off-by: Pawel Czarnecki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7eb6798 - Browse repository at this point
Copy the full SHA 7eb6798View commit details -
modules/zstd/memory: Add README describing the AXI interface
Co-authored-by: Pawel Czarnecki <[email protected]> Signed-off-by: Robert Winkler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c8ee6a9 - Browse repository at this point
Copy the full SHA c8ee6a9View commit details