generation matlab to VHDL
8 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
mohamed mb
am 15 Okt. 2017
Beantwortet: Kiran Kintali
am 21 Mär. 2022
Hello my friends,i convert my code matlab to VHDL with MATLAB coder ,when i tested my code c in vivadeo HLS ,i get this problem"cannot find a c test bench".what can i do about this problem?some help please.

0 Kommentare
Akzeptierte Antwort
Tim McBrayer
am 16 Okt. 2017
I'm not sure you want to be attempting to perform HLS on HDL source code. HLS is normally a C/C++ based flow, not an HDL flow. It looks like Vivado HLS is expecting the test bench to be written C/C++ due to this. In any case, this is an issue in using the Xilinx Vivado tool and not an issue with HDL Coder or other MathWorks tools.
0 Kommentare
Weitere Antworten (1)
Kiran Kintali
am 21 Mär. 2022
SystemC Code Generation from MATLAB
Generate Synthesizable SystemC Code from MATLAB® algorithms for use with Cadence Stratus HLS Workflows
0 Kommentare
Siehe auch
Kategorien
Mehr zu MATLAB Language Support finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!