How to use Matlab generated c code for High Level Synthesis ?
이전 댓글 표시
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.
채택된 답변
추가 답변 (2개)
Kaustubha Govind
2014년 6월 18일
0 개 추천
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
Shravankumar P
2014년 6월 18일
Kaustubha Govind
2014년 6월 19일
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
2014년 6월 19일
Kaustubha Govind
2014년 6월 20일
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
2014년 6월 28일
Kiran Kintali
2022년 3월 21일
0 개 추천
SystemC Code Generation from MATLAB
Generate Synthesizable SystemC Code from MATLAB® algorithms for use with Cadence Stratus HLS Workflows
카테고리
도움말 센터 및 File Exchange에서 User-Defined MATLAB Functions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!