Skip to content
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

Xilinx Alveo U55C Support! #148

Open
joseph659 opened this issue Jul 2, 2024 · 0 comments
Open

Xilinx Alveo U55C Support! #148

joseph659 opened this issue Jul 2, 2024 · 0 comments

Comments

@joseph659
Copy link

I want to run vortex on Alveo u55c. I've started by changing vortex.cpp for XRT by adding:

static const platform_info_t g_platforms [] = {
{"vortex_xrtsim", 4, 0x10, 0x0},
{"xilinx_u55c", 4, 0x1C, 0x0},

But it still shows undefined symbol error in libvortex.so while running blackbox script.

undefined symbol: _ZN3xrt6device11load_xclbinERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE

Can someone please help me with this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant