How do I import my existing Verilog-A code into SIMULINK?
8 ビュー (過去 30 日間)
古いコメントを表示
Can I import my existing Verilog-A code into some form that can be run from simulink.
0 件のコメント
回答 (1 件)
Tim McBrayer
2016 年 9 月 2 日
Neither HDL Coder nor HDL Verifier currently have direct support for Verilog-A. If you can update your Verilog-A to Verilog-AMS by wrapping it so that it has a digital interface, you may be able to instantiate it inside Simulink using a cosimulation block. This block is part of the HDL Verifier product. You might then be able to cosimulate your Verilog-AMS with Simulink.
0 件のコメント
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!