-
Notifications
You must be signed in to change notification settings - Fork 223
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
Extended support of Alveo boards by BSC #150
Open
alekrop
wants to merge
1,938
commits into
PrincetonUniversity:openpiton-dev
Choose a base branch
from
bsc-loca:openpiton-dev_upst
base: openpiton-dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Extended support of Alveo boards by BSC #150
alekrop
wants to merge
1,938
commits into
PrincetonUniversity:openpiton-dev
from
bsc-loca:openpiton-dev_upst
Conversation
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
…erge/openpiton-dev
…into merge/openpiton-dev.
…h official openpiton-dev.
…fix, closer to official OP).
…or boot through it (normally is auto-generated by protosyn with option --uart-dmw) since MEEP shell anyway needs it despite doesn't support such UART mode.
… SD initialization starts instead of OSBI+Linux boot.
…onstream works, normal Linux boot doesn't start yet.
…s, baremetal works through UART.
…memory" in bootrom asm code, otherwise Linux is not booted for build under MEEP shell.
…rocess instead of fixed one, dependent on MSG_LENGTH field in the header (like it is done in deser process for data write).
…ts for DDR mem (2 inactive ports are present by default).
Hi @Jbalkind , sorry for a delay. Some update is here: now Ariane patching is done through |
…HBM) in meep shell.
…e containing sw test application, 100GbE uB-based prototype design.
…openpiton-dev_upstr
…rable in meaning of AXI protocol and data width.
…straints to meet 322MHz timing closure.
…`virtual` tag in `devices.xml` instead of physical access through ncmem `noc_axi4_bridge`.
…N_RUNTIME_NCMEM` since physical `ncmem` connection to DRAM is excluded in favor of logical connection of non-cached `dma_pool` device to DRAM through `virtual` tag in `devices.xml`.
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.
Here is a suggested support of 3 types of AMD Alveo boards: U55C, U280, U250. It is based on embedded meep_shell which includes QDMA based PCIe inteface, 2 kinds of supported DRAM: DDR and HBM, support of multi-MC (Memory Controllers) connection to HBM utilizing free NOC ports of edge tiles. Apart of this the contribution includes modified NOC-AXI4 bridge, 100GbE solution based on Ultrascale+ CMAC hard-macro+QSFP and AXI-DMA, BSCAN based small JTAG shell. Support of Alveo boards is provided as independent of Vivado versions. The last checked Vivado version is 2024.1. The bitstream built in different configurations and utilizing all above is Linux bootable.