I want to convert MATLAB code of DBSCAN Algorithm to VHDL code, using Hdl-coder in MATLAB, but it keeps sending errors. First the problem was nested function, using two other functions in one function, when it was solved, the error was: "HDL generator can not support 2D-matrices", while the input was 1D. I thought maybe it was because of using "D=squareform(pdist(x))". How can I reach to VHDL code of DBSCAN, it takes too much time writing it in VHDL, and the GitHub C++ code for it does not work in Vivado-hLS:(
2.1m questions
2.1m answers
60 comments
57.0k users