Skip to content
Simple VSM model for Labcenter Proteus
Branch: master
Clone or download
Latest commit f5ada23 Oct 11, 2016
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Release Initial commit Oct 10, 2016
sdk Initial commit Oct 10, 2016
.gitattributes :neckbeard: Added .gitattributes & .gitignore files Oct 10, 2016
.gitignore
ActiveModel.cpp Initial commit Oct 10, 2016
ActiveModel.h
DsimModel.cpp Initial commit Oct 10, 2016
DsimModel.h Initial commit Oct 10, 2016
VSMModel.cpp Initial commit Oct 10, 2016
VSMModel.sln Initial commit Oct 10, 2016
VSMModel.vcxproj Initial commit Oct 10, 2016
VSMModel.vcxproj.filters Initial commit Oct 10, 2016
dllmain.cpp
readme.md Update readme.md Oct 10, 2016
stdafx.cpp Initial commit Oct 10, 2016
stdafx.h Initial commit Oct 10, 2016

readme.md

##VSMModel

This is a very simple VSM implementation, of a 2 input AND port. The purpose of this project is simply to create a functional VSM model which can be built upon to create other, more complex, VSM emulation components.

This project is only for a digital model.

##Building

To build, just open the project on VS2015 and hit "Build". It should build with no errors.

##Testing

A simple design, called TestJig, is included, to test the built .DLL.

You can’t perform that action at this time.