-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AXI4 Stream Demo: bugfix + datawith change
Change the datawidth used for the CoreAXI4DMAController in the AXI4Stream demo example to be 64'b from 32'b. This change allows the CoreAXI4DMAController to transfer data at a higher maximum rate. Resolve a bug with the AXI Stream data generator module which was incorrectly implementing the AXI4 Stream specification. See SAR #128874. Corresponding updates to build script and BFM scripts as a result of these changes. Signed-off-by: Patrick Owens <[email protected]>
- Loading branch information
Showing
8 changed files
with
162 additions
and
143 deletions.
There are no files selected for viewing
52 changes: 38 additions & 14 deletions
52
...pport/additional_configurations/AXI4_STREAM_DATA_GENERATOR/AXI4_STREAM_DATA_GENERATOR.tcl
Large diffs are not rendered by default.
Oops, something went wrong.
63 changes: 53 additions & 10 deletions
63
...t/additional_configurations/AXI4_STREAM_DATA_GENERATOR/AXI4_STREAM_DATA_GENERATOR_BFM.tcl
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
58 changes: 0 additions & 58 deletions
58
script_support/hdl/AXI4_STREAM_DATA_GENERATOR/AXI4_STREAM_DATA_GENERATOR_DFF.v
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters