How do I import my existing Verilog-A code into SIMULINK?
Show older comments
Can I import my existing Verilog-A code into some form that can be run from simulink.
Answers (1)
Tim McBrayer
on 2 Sep 2016
1 vote
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.
Categories
Find more on Visualization and Data Export in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!