-
Notifications
You must be signed in to change notification settings - Fork 55
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
Could NOT find Vitis (missing: Vitis_FLOATING_POINT_LIBRARY) #34
Comments
Hi there :-) which version of Vitis do you have installed? |
Hi, I have installed the latest 2024.2 version. |
Thank you for solving this! I think this issue is in the hlslib repo. @definelicht - find_library(Vitis_FLOATING_POINT_LIBRARY Ip_floating_point_v7_0_bitacc_cmodel
+ find_library(Vitis_FLOATING_POINT_LIBRARY Ip_floating_point_v7_1_bitacc_cmodel
PATHS
- ${VITIS_ROOT}/lnx64/tools/fpo_v7_0
- ${VITIS_ROOT}/../../Vitis_HLS/${Vitis_VERSION}/lnx64/tools/fpo_v7_0
- ${VITIS_ROOT}/../../Vivado/${Vitis_VERSION}/lnx64/tools/fpo_v7_0
- ${VITIS_ROOT}/Vivado_HLS/lnx64/tools/fpo_v7_0)
+ ${VITIS_ROOT}/lnx64/tools/fpo_v7_1
+ ${VITIS_ROOT}/../../Vitis_HLS/${Vitis_VERSION}/lnx64/tools/fpo_v7_1
+ ${VITIS_ROOT}/../../Vivado/${Vitis_VERSION}/lnx64/tools/fpo_v7_1
+ ${VITIS_ROOT}/Vivado_HLS/lnx64/tools/fpo_v7_1) |
Guys, could you please check out this branch (called |
Hi Guys:
![error](https://private-user-images.githubusercontent.com/38723185/390676325-7078a7cc-c280-4ae6-bae4-d0711c32319e.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMDI3NTMsIm5iZiI6MTczOTAwMjQ1MywicGF0aCI6Ii8zODcyMzE4NS8zOTA2NzYzMjUtNzA3OGE3Y2MtYzI4MC00YWU2LWJhZTQtZDA3MTFjMzIzMTllLmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDA4MTQxM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTlhMTYxMmZlZGZlNTM5NmU1ZWQwN2VlOTQwYzI4NjI4ZDllNmNjYWU0Mzg3MzAyZDIxNGYzYTZmMGM2MDUxMzMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.HfnydfHswJlbtkKD8DZSFE38Oqw2aAub_isTRUBLCfI)
I am using this project, and when I run the cmake command,
cmake ../ -DMM_DATA_TYPE=float -DMM_PARALLELISM_N=32 -DMM_PARALLELISM_M=8 -DMM_MEMORY_TILE_SIZE_N=512 -DMM_MEMORY_TILE_SIZE_M=512
the following error is reported. I am not sure if it is an environment variable problem, or the path is not specified, or Vitis is not installed completely? Can anyone help me?
The text was updated successfully, but these errors were encountered: