EttusResearch / gr-ettus

Out-of-tree GNU Radio Module for Experimental Ettus Research Features
Other
48 stars 44 forks source link

CMakeLists.txt generated by rfnocmodtool points to non-existent fpga-src directory #38

Closed robincoxe closed 4 years ago

robincoxe commented 5 years ago

Line 250 of gr-ettus/python/rfnoc_modtool/rfnoc-newmod/CMakeLists.txt has a bug:

COMMAND source ${FPGA}/usrp3/top/e300/setupenv.sh && make -C rfnoc/testbenches/${name} ${SIM} FPGA_TOP_DIR=${FPGA}

e300 is now e3xx in the fpga repo, so this step causes make nocblock[name_of_your_block]_tb to fail.

Also might be worth changing rfnoc/testbenches/${name}to an absolute path-- ${CMAKE_SOURCE_DIR}/rfnoc/testbenches/${name}

primercuervo commented 5 years ago

@mbr0wn This can be closed

natetemple commented 4 years ago

Thanks for the bug report @robincoxe, and thanks for the PR @primercuervo !