-
Notifications
You must be signed in to change notification settings - Fork 674
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
module 'axi_intercon_2x64_128_bd' not found #832
Comments
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 |
That didn't work. Got the same error.
Looking at the main build log file just gives me the same error. Looking at the log file for |
Not sure what caused the fix, but regenerating IPs and recreating the entire project seemed to fix it |
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: