How to use Matlab generated c code for High Level Synthesis ?
Mostra commenti meno recenti
I wrote an algorithm for Fast Fourier Transform (FFT),then generated executable
c code for it. The settings done by me are :
1) Generate all Functions into single file.
2) included main.c - in Custom code \Additional source files .
Now I want to use that generated c code for High level synthesis using GAUT 2.4.3 build 17/02/2010 tool. when I try to compile the source file in GAUT it is showing some errors. Help me please.
Risposta accettata
Più risposte (2)
Kaustubha Govind
il 18 Giu 2014
0 voti
If you're using a synthesis tool, don't you need HDL code, and not C code? You probably should be using HDL Coder instead.
5 Commenti
Shravankumar P
il 18 Giu 2014
Kaustubha Govind
il 19 Giu 2014
I don't know anything about GAUT, but it is possible that it doesn't support C code for synthesis, which is why you see the errors.
Shravankumar P
il 19 Giu 2014
Kaustubha Govind
il 20 Giu 2014
Shravankumar: Sorry, this is not really a domain that I am familiar with. You want to try other forums that specialize in that domain.
Shravankumar P
il 28 Giu 2014
Kiran Kintali
il 21 Mar 2022
0 voti
SystemC Code Generation from MATLAB
Generate Synthesizable SystemC Code from MATLAB® algorithms for use with Cadence Stratus HLS Workflows
Categorie
Scopri di più su User-Defined MATLAB Functions in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!