-
Notifications
You must be signed in to change notification settings - Fork 676
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
using vivado ip core in rfnocmod tool #715
Comments
When I use rfnocmodtool to creat a self-build module, I did not modify Cmakelist.txt. When using the command"rfnocmodttol add ", the Cmakelist is changed automatically. I do not know whether you use the 'add' command ., If not I recommand it to you . If you have used it, I suppose you not to change Cmakelist.txt. Just follow the "get start with RFNoC" and "RFNoC 4.0", the two websites. And I suggest you that you should check you verilog.v file. You may have some unrealizable functions in it. Make sure that you have modified XXX.yml, nlock_XXX.yml, et. al. rightly |
I did something interesting.
|
Hi @vahidrezaee If this method works, can you explain the steps in detail? Thank you. |
Title: Unable to Change Read-Only Property "synth" when Building Out-of-Tree RFNoC Module with Vivado IP Cores for X410 Device
Issue Description:
I am attempting to build an out-of-tree (OOT) RFNoC module using Vivado IP cores in my project. To create the project, I utilized the
rfnocmodtool
tool and followed a similar structure to therfnoc-example
folder located in/uhd/host/example/rfnoc-example
. I have made necessary modifications to the Makefiles and CMakeLists.txt files in the project.In the Verilog file within my RFNoC block, I have instantiated two Vivado IP cores. However, during the FPGA image build process for the X410 device, I encounter the following error: "ERROR: [Common 17-107] Cannot change read-only property 'generate_synth_checkpoint'."
Steps to Reproduce:
rfnocmodtool
to create a project for an out-of-tree RFNoC module./uhd/host/example/rfnoc-example
.Expected Behavior:
The build process should complete successfully without encountering any errors related to read-only properties.
Actual Behavior:
The build process fails with the error message: "ERROR: [Common 17-107] Cannot change read-only property 'generate_synth_checkpoint'."
Environment:
Additional Information:
Screenshots/Logs:
Include any relevant screenshots or log outputs that capture the error message and its context during the build process.
The text was updated successfully, but these errors were encountered: