Skip to content
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

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

Closed
robincoxe opened this issue Sep 11, 2019 · 2 comments

Comments

@robincoxe
Copy link

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 noc_block_[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 added a commit to primercuervo/gr-ettus that referenced this issue Oct 4, 2019
@primercuervo
Copy link
Contributor

@mbr0wn This can be closed

@natetemple
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants