SystemC code generation directly from SIMULINK model
Afficher commentaires plus anciens
I have a SIMULINK model designs that have been compiled as generic ASIC HDL. I would like to convert the design to a SystemC model to start presilicon software development.
The references to SystemC generation that I found so far all assumes starting from MATLAB not Simulink https://www.mathworks.com/help/hdlcoder/systemc-code-generation-from-matlab.html Another question posted asked if SystemC can be generated from HDL Verifier. There was no detail on the process except that SIMULINK coder is required. https://www.mathworks.com/matlabcentral/answers/120830-systemc-code-generation-from-the-hdl-verifier?s_tid=sug_su
I would like to know the steps to generated a SystemC modele from an existing Simulink design that has been successful compiled using HDL Coder.
Réponses (1)
Kiran Kintali
le 24 Déc 2023
0 votes
HDL Coder generates Synthesizable VHDL, Verilog and SystemVerilog for a DUT in Simulink model for targeting ASIC/FPGA/SoC workflows.
Currently Synthesizable SystemC / C++ Code Generation for High Level Synthesis (HLS) workflows is only limited to MATLAB workflows. Simulink support is on the future roadmap. Please reach out to tech support with your usecases for Simulink support.
4 commentaires
John Terry
le 26 Déc 2023
Kiran Kintali
le 26 Déc 2023
HDL Verifier helps you verify the RTL. SystemC based workflows in HDL Verifier work with Simulink.
John Terry
le 27 Déc 2023
Bhanu
le 27 Déc 2023
Hi John,
Using HDL Verifier, you can generate SystemC TLM 2.0 models from Simulink model.
Please find examples below
Catégories
En savoir plus sur Transaction Level Model Generation dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!