You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a thought, but sometimes this happens if a build gets killed or has an error in which the IP starts getting generated but isn't fully generated. Can you look in the build location, in the build-ip directory, and try deleting the directory for the axi_intercon_2x64_128_bd IP, then rebuild the FPGA? It should regenerate that directory with a fresh copy of the IP automatically. Also, look in the logs/console to see if there are any errors at the point where it generates axi_intercon_2x64_128_bd that might give a clue. I can't tell if the IP is missing for you or if it just can't find it for some reason.
Can you look in the build location, in the build-ip directory, and try deleting the directory for the axi_intercon_2x64_128_bd IP, then rebuild the FPGA? It should regenerate that directory with a fresh copy of the IP automatically.
That didn't work. Got the same error.
Also, look in the logs/console to see if there are any errors at the point where it generates axi_intercon_2x64_128_bd that might give a clue.
Looking at the main build log file just gives me the same error.
Looking at the log file for axi_intercon_2x64_128_bd doesn't have any errors at all and seems to generate the files just fine. Although it doesn't generate an xci file and instead just creates a wrapper for the bd file. Not sure if it is also supposed to package it as an IP or not...
Issue Description
I get the following error when building my custom OOT module with custom rfnoc blocks
Setup Details
UHD 4.7.0.0-210-ge75629c3
in aUbuntu 22.04
docker imageExpected Behavior
Not to have this error
Actual Behaviour
I get this error
Steps to reproduce the problem
rfnoc_modtool
gain
with my block namerfnoc/my_oot/ip/<ip_name>/<ip_name>.xci
Makefile.inc
inrfnoc/my_oot/ip/<ip_name>
and added the following (replacing<ip_name>
with the name of my IP:fpga/<oot_name>/CMakeLists.txt
:rfnoc/blocks/<block_name>.yml
)x310_rfnoc_image_core.yml
from the gain example into the icores dir and replacedgain
with the name of my blockRFNOC_REGISTER_IMAGE_CORE(SRC x310_rfnoc_image_core.yml)
toicores/CMakeLists.txt
Additional Information
The text was updated successfully, but these errors were encountered: