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

Golden Image of VCK190 #8564

Open
liang-yan-yu opened this issue Oct 24, 2024 · 0 comments
Open

Golden Image of VCK190 #8564

liang-yan-yu opened this issue Oct 24, 2024 · 0 comments

Comments

@liang-yan-yu
Copy link

Hi,

I am trying to setup xocl driver for VCK190. I have found the related information of VCK190 in the ID list of xocl driver. I am now wondering what does VCK190 PCIE Golden Image here stand for and where can I get the image? So that I can setup to corresponding hardware design that is compatible to the xocl driver.

/**********************VCK190 PCIE Golden Image START********************/
#define XOCL_RES_XFER_MGMT_VCK190 \
((struct resource []) { \
{ \
.start = 0x60000, \
.end = 0x6FFFF , \
.flags = IORESOURCE_MEM, \
} \
})
#define XOCL_DEVINFO_FLASH_MFG_VCK190 \
{ \
XOCL_SUBDEV_XFER_VERSAL, \
XOCL_XFER_VERSAL, \
XOCL_RES_XFER_MGMT_VCK190, \
ARRAY_SIZE(XOCL_RES_XFER_MGMT_VCK190), \
.override_idx = -1, \
.bar_idx = (char []){ 0 }, \
}

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