How do I import my existing Verilog-A code into SIMULINK?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Can I import my existing Verilog-A code into some form that can be run from simulink.
0 Kommentare
Antworten (1)
Tim McBrayer
am 2 Sep. 2016
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 Kommentare
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!