Adriana Febles
Adriana Febles
Hi @muonkmu, I'm facing the same error, but with a newer pynq version: Target : ZCU104 ( Pynq: 3.0.1) TVM v0.18.dev0 xilinx toos : vivado 2020.1 I haven't found information...
We are getting the same error in a Virtual Machine with Ubuntu 18.04, Vivado 2020.1 and HLS4ML 0.8.0. We haven't found a solution yet. Does anyone have experience launching HLS4ML...
Hi @chhzh123, Whit this command I got an error, it uses makefile_us_alveo.mk while I defined the platform for zynqmp common image folder: ``` sudo cp xilinx-zynqmp-common-v2023.2.tar.gz /tools/Xilinx/Vitis/2023.2/edge_common_sw sudo tar -xvf...
I realized the Allo container didn't have the Xilinx environmet completely configured. Therefore, I ran the build command outside the container: `make run TARGET=hw PLATFORM=$XDEVICE` This time I got an...
logs/link: [vivado.log](https://github.com/user-attachments/files/23578462/vivado.log) [v++.log](https://github.com/user-attachments/files/23578467/v%2B%2B.log) [link.steps.log](https://github.com/user-attachments/files/23578470/link.steps.log) logs/forward: [forward.steps.log](https://github.com/user-attachments/files/23578507/forward.steps.log) [forward_vitis_hls.log](https://github.com/user-attachments/files/23578508/forward_vitis_hls.log) @chhzh123, sorry, here are the log files. Could you take a look at them to verify that the problem is indeed with my...
Hello @chhzh123, the compilation process was successfully completed after changing the clock frequency to 150 MHz for the ZCU102 board. I was able to obtain the files of the SD...
Hi @vloncar, the console only displays this error message: `File "/home/miniconda3/envs/hls4ml-tutorial-main/lib/python3.10/site-packages/hls4ml/model/graph.py", line 801, in compile self._compile() File "/home/miniconda3/envs/hls4ml-tutorial-main/lib/python3.10/site-packages/hls4ml/model/graph.py", line 820, in _compile self._top_function_lib = ctypes.cdll.LoadLibrary(lib_name) File "/home/miniconda3/envs/hls4ml-tutorial-main/lib/python3.10/ctypes/__init__.py", line 452, in...