Hi, the rfnoc_image_builder has probably generated the bitfile but in a folder which you do not expect.
Until UHD 4.7 (which you are using), the build folder is generated in the same folder as the x410_CG_400_rfnoc_image_core.yml file (fpga/usrp3/top/x400) per default. Starting with UHD 4.8, the “build” folder which contains the resulting .bit is generated in the current folder where run the “rfnoc_image_builder” command.\ This change was introduced with commit 8e780be0, and described as follows: ``` image builder: create build(...) directories in the current directory Introduce a new parameter --base-dir BASE_DIR. If the parameters --build-dir BUILD_DIR / --build-ip-dir BUILD_IP_DIR / --build-output-dir BUILD_OUTPUT_DIR are not set explicitly, they will be set to these values per default: - BUILD_DIR=<BASE_DIR>/build-<IMAGE_CORE_NAME> - BUILD_IP_DIR=<BASE_DIR>/build-ip - BUILD_OUTPUT_DIR=<BASE_DIR>/build BASE_DIR defaults to the current directory if the parameter --base-dir is not set. This means that per default, the build(...) directories are generated in the current directory. ```
_______________________________________________ USRP-users mailing list -- [email protected] To unsubscribe send an email to [email protected]
