AlveoLink
AlveoLink copied to clipboard
Failed to create Hivenet xo object file for U250
Hi,
I tried to generate .xo files for U250. Doing so my build fails with the following ERROR (however, the default build with U55c generated .xo files correctly.):
Vivado version: 2022.1
ERROR: [BD 5-683] VLNV <grovf.com:libhivenet:asynchronousWriteToHBM:1.0> is not supported for the current part.
ERROR: [Common 17-39] 'create_bd_cell' failed due to earlier errors
Following are the only changes I made:
File: HiveNet_bd.tcl
lines 15 and 18. I changed xcu55c-fsvh2892-2L-e
to xcu250-figd2104-2L-e
15 create_project HiveNet_bd ./HiveNet_bd -part xcu250-figd2104-2L-e
18 set_property part xcu250-figd2104-2L-e [current_project]
It is allowed to modify the part number to port to U250? other question I have is: are the provided IP files specific to U55c? can you please clarify.
Thanks.