-
想請問目前遇到一個error在是第一個notebook裡面hardware generation時,跳出vitis_hls not found。 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
同學好,
※補充: |
Beta Was this translation helpful? Give feedback.
-
想請問目前遇到一個error在是第一個notebook裡面hardware generation時,跳出vitis_hls not found。 |
Beta Was this translation helpful? Give feedback.
-
同學好,
※補充: |
Beta Was this translation helpful? Give feedback.
同學好,
請幫我先確認一下以下事項:
1.使用工作站的哪一台server (e.g. HLS01, 02, 03, 04)
在docker裡面打下以下指令
echo $FINN_XILINX_PATH
理論上應該要指向 /opt/Xilinx 才對,這是docker裡面預設指向的環境,這邊才會放有vitis_hls
在docker裡面打下以下指令
echo $HLS_PATH
理論上應該要指向 /opt/Xilinx/Vitis_HLS/2022.1 才對,如果測試項目2錯誤,則此測試項目也不會正確。
※補充:
(直接在terminal裡面打 ./run-docker.sh 即可進入docker環境。)
(若直接在terminal裡面打 ./run-docker.sh notebook,則會開啟jupyter notebook。)