Dose HDL coder generate Verilog HDL-1995 verision or Verilog HDL-2001 version?
3 ビュー (過去 30 日間)
古いコメントを表示
When I use HDL advisor, the app will generate Verilog HDL code from matlab function, so is it Verilog HDL-1995 verision or Verilog HDL-2001 version?
0 件のコメント
回答 (2 件)
Bharath Venkataraman
2022 年 3 月 15 日
HDL Coder generates HDL code compliant with Verilog-2001.
0 件のコメント
Kiran Kintali
2025 年 3 月 13 日
編集済み: Kiran Kintali
2025 年 3 月 13 日
HDL Coder Language Support
VHDL, Verilog, and SystemC HLS Language Support
The generated HDL code complies with the following standards:
- VHDL-1993 (IEEE® 1076-1993)
- Verilog-2001 (IEEE 1364-2001)
- SystemVerilog-2005 (IEEE 1800-2005)
The generated HLS code complies with the following standards:
- SystemC 2.3 (IEEE 1666-2011)
https://www.mathworks.com/help/hdlcoder/gs/language-and-tool-version-support.html
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!