Feature/idma#13
Merged
Merged
Conversation
- cleanup on how traces are enabled. Just TRACE variable. - Cleanup on configs and dependencies - optimisations that make simulation faster - 'cleantb' target for cleaning just the testbench - 'sim-fast' and 'sim-fast-uboot' easy targets for the fastest known config - make can be run with '-j N' to speedup testbench build - wrapper fix for .fst dump not working with Veril 5.049
- Xilinx CDMA only enabled in Xilinx build. - Enabling configs for enabling IDMA parts - Adding iDMA submodule (with custom patches).
- Master id width = 5
=> litedram RTL and includes regenerated
=> VGA wrapper
=> This probably breaks all Xilinx generated stuff
=> USB wrapper: fix parameter used (master instead of slave width)
- AXI side of AHB-AXI bridge signals added to u-boot (commented)
=> capture can be processed with ahb-axi capture analyzer tool
- Top file changes:
=> xbar: 2 new masters and 2 new slaves
=> master id width 5
=> For USB 64-bits path, the axi64_mmio_to_axilite32_v2 instance was
changed to axi_mmio_to_axilite32_v3 because of the id width change
=> CDMA: left there but axi64_mmio_to_axilite32_v2 changed to
axi_mmio_to_axilite32_v3 (id width)
=> iDMA Instantiation
=> UberDDR3 instantiation with updated parameters
- iDMA: using fork with small patches
- updated ahb-axi submodule
- DTS: updated DTS to use uncached region for descriptors. Needed for
memory coherency
- lots of debugging signals added (to be removed)
- Verilator infrastructure for iDMA (tested in u-boot). Needs to be
enabled manually.
Remark: tested only in RV32W64 config (with LiteDRAM). There is a
deadlock with UberDDR3 which needs to be solved.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.