SWIFT(TM) LMTV interface 
 
This folder contains files required to build the swift_lmtv.dll library:
- swift_lmtv.c
- mk.bat       
- readme.txt
- makefile
- makegcc.bat

The switft_lmtv.dll library is required for simulating Verilog SWIFT models using the LMTV interface. 
 
Please, follow the instructions below to build the switft_lmtv.dll library:

1. Copy additional files to this folder from the SWIFT SmartModels installation.
- ccl_lmtv_include.h
- ccl_lmtv_include_code.h
- lmtv.lib 

2. Building swift_lmtv.dll with Visual Studio.
   Run mk.bat to build the swift_lmtv.dll file.
   Visual Studio with proper environment settings is required.

3. Building swift_lmtv.dll with MINGW gcc installed with Active-HDL.
   Run makegcc.bat to build the swift_lmtv.dll file.

4. Copy swift_lmtv.dll to the Active-HDL \BIN subdirectory.
   Refer to the Active-HDL on-line documentation for information on using PLI libraries in Verilog.
