There are plenty of free SPICE and Verilog simulators out there such as LTSPICE or TINA or even WinSPICE. There are also several Verilog simulators as well. However, I am looking for free VerilogA simulators. Does anyone know one?
Asked
Active
Viewed 1.1k times
11
-
2I don't have an answer, but we've had some requests for adding Verilog-AMS (which includes Verilog-A) into CircuitLab. We've already made a significant effort to support behavioral sources in our simulator. Can you give a few examples of what kinds of systems you are looking to simulate? Do you have existing VerilogA models? – compumike Jul 14 '12 at 22:18
-
Why is that question marked off-topic? I agree that the question is a bit broad and that there are multiple valid answers, but the answer are not opinion-based, and it is quite hard to find free and/or open-source verilog-a simulators in my experience. – MayeulC Mar 15 '21 at 16:57
3 Answers
2
The GPL spice simulator Ngspice has an extension called ADMS that compiles Verilog-AMS code into C code that works with the API used by spice simulators. So you'd end up with something that could be compiled into an executable that a spice simulator (like Ngspice) could simulate.
Since Verilog-A is apparently just a subset of Verilog-AMS, this may suit your needs.

Sebastian Immel
- 63
- 6
1
you may find what you are looking for :
Advance Spice + Model Verilog A Compiler Build In -> a lot of improve features -> with New advanced Verilog A features to ensure convergencies ( Model Init & Limit Functions)
Schematic Capture ( 2 versions Xlib + Motif) Logic Simulations
etc ....
0
you should try Dolphin Integration's SMASH it is free or you should try VeriWell simulator

user1891662
- 1
- 1
-
2Did you try them? Could you give some details about your experience with these tools? – clabacchio Mar 23 '13 at 11:39
-