Science topic

High Level Synthesis - Science topic

Explore the latest questions and answers in High Level Synthesis, and find High Level Synthesis experts.
Questions related to High Level Synthesis
  • asked a question related to High Level Synthesis
Question
3 answers
Looking for basic requirements for xilinx system generator and High level synthesis design (HLS) based hardware implementation of a DSP based algorithm.
Relevant answer
Answer
Xilinx System Generator supports a sufficiently large number of DSP blocks, ranging from simple adders, multipliers etc. to complex blocks such as FFTs, filters and memories, etc. supporting floating-point DSP. It is only limited to Xilinx FPGA products and requires manual conversion of Simulink floating-point numbers to fixed-point, which can be a time consuming and error-prone process.
An automated HLS flow allows custom logic designers to specify design functionality in high level programming languages for both embedded software and customized hardware logic on the SoC.
  • asked a question related to High Level Synthesis
Question
3 answers
I am looking for a simple High Level Synthesis HLS tool suitable for teaching purposes. I have used Catapult for sometime, but it has a lengthy learning curve. Can anyone recommend a suitable basic tool that illustrates the basic ideas of HLS.
Relevant answer
Answer
The LegUp high-level synthesis tool is freely available at http://legup.eecg.utoronto.ca/
  • asked a question related to High Level Synthesis
Question
6 answers
Can anyone refer me a good link for hardware synthesis from matlab programme.. How to genetae valid C code from MATLAB and use it to genrate RTL synthesis report using VIVADO HLS Tool.
Relevant answer