Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.2.0 | 2017-11-24 | ||
2.0.8 | 2017-02-14 | ||
2.0.4 | 2016-02-25 | ||
2.0.2 | 2015-11-13 | ||
2.0 | 2015-10-02 | ||
1.8 | 2015-05-14 | ||
1.6 | 2014-11-28 | ||
1.4 | 2014-08-20 | ||
1.2 | 2014-01-21 | ||
1.0 | 2013-10-04 | ||
0_8_8 | 2013-02-26 | ||
0_8_6 | 2013-02-03 | ||
0_8_4 | 2012-12-14 | ||
0_8_2 | 2012-12-05 | ||
README.TXT | 2013-10-04 | 2.3 kB | |
Totals: 15 Items | 2.3 kB | 0 |
MSEspice, GUI for Ngspice Version 1.0a 2013-09-29 - Download and install ngspice from http://sourceforge.net/projects/ngspice/ Note: The Windows standard download is the GUI-version of ngspice. There will be a a ngspice error message window with the GUI version at every simulation run. The console version of ngspice for Windows does not suffer from that problem. Currently there is no compiled console version available. - Download msespice_i386_linux_1_0a.tar.gz or msespice_x86_64_linux_1_0a.tar.gz on Linux or msespice_i386_win32_1_0a.zip on Windows from http://sourceforge.net/projects/mseuniverse/ - Extract them into a directory of your choice (MYDIRECTORY). - On Linux cd in MYDIRECTORY/msespice_i386_linux or MYDIRECTORY/msespice_x86_64_linux, start msespice, on Windows cd in MYDIRECTORY\msespice_i386_win32, start msespice.exe. - 'File'-'Open Project', select 'examples/rclowpass.msp'. - Pess F9. If the ngspice program is not in path select it in 'Options'-'Global'-'Ngspice Program'. How to compile MSEspice ----------------------- MSEspice is made with MSEide+MSEgui cross platform development environment for Free Pascal: http://sourceforge.net/projects/mseide-msegui/ Source is here: https://gitorious.org/mseide-msegui repository mseide-msegui First step is to install Free Pascal and MSEide+MSEgui 1. Download and install FPC 2.6.2, you can get it from http://www.freepascal.org/download.var 2. Download mseide_msegui_src_3_0.zip and mseide_i386_win32_3_0.zip or mseide_i386_linux_3_0.tar.gz or mseide_x84_64_linux_3_0.tar.gz http://sourceforge.net/projects/mseide-msegui/files/mseide-msegui/3.0/ 3. Extract them to a directory of your choice ('yourdirectory') . 4. Run 'yourdirectory/bin/mseide' on linux or 'yourdirectory\bin\mseide.exe' on windows. 5. In 'Settings'-'Configure MSEide'-'${MSEDIR}' select 'yourdirectory/msegui'. 6. In 'Project'-'Open' select 'yourdirectory/msegui/apps/demo/demo.prj'. 7. 'Target'-'Continue'. If that works get the MSEspice sources from here: https://gitorious.org/mseuniverse repository mseuniverse, tools/msespice. In MSEide 'Project'-'Open', select tools/msespice/msespice.prj, press F9. The project will be compiled and started in debugger. Have a lot of fun! Martin