
# ADMS - An automatic device model synthesizer

ADMS is a code generator that converts electrical compact device models specified
in high-level description language into ready-to-compile C code for the API of spice
simulators. Based on transformations specified in XML language, ADMS transforms
Verilog-AMS code into other target languages.

This version is forked from the code previously available at:
<http://sourceforge.net/projects/mot-adms/files/adms-source/2.3/>

The original SVN repository is no longer available.

This version is based on ADMS 2.3.4 which again is based on ADMS 2.3.0,
the last version released by the original author.

Currently only a subset of the Verilog-AMS language is supported.

## Platforms

This version is a fork for QucsStudio project.
It compiles with MSVC 2010, MinGW 4.9.2 and compatible versions.
