Windows port of gEDA Project. A schematics editor, SPICE simulators (Ngspice/Gnucap) and a waveform viewer on MS-Windows.
This uses the following projects:
- gEDA for Windows: gEDA for MS-Windows page (Pre-built binaries:
geda-20130122.zip
) - gSpiceUI: Mike Waters's GNU SPICE GUI page (Documents), sourceforge (Source code:
trunk r275
) - NGSpice: Ngspice project (Source code:
ngspice-26.tar.gz
) - Gnucap: GPL'd Electronic Design Automation (Source code:
Gnucap-2009-12-07.tar.gz
)
- [required] Download the project :
[Clone or download] - [Download ZIP]
- [required] Unzip the file into any folder you like.
- [required] Execute
pixbuf.cmd
once after you unzip the file. Also you should do this when you move the folder to another. - [optional] Copy contents of USERPROFILE subfolder to your HOME folder (usually
%USERPROFILE%
). Edit the copied files if necessary.
- gschem : double click
run_gschem.cmd
icon. - gSpiceUI : double click
run_gSpiceUI.cmd
icon. - Other tools : run
gedavars.cmd
on command prompt or double clickgeda_console.cmd
, then invoke any tool in the command prompt.
Please refer each project home page for individual usage.
gSpiceUI creates the following config file.
%USERPROFILE%\.gspiceui.conf
If you want to reset gSpiceUI settings, delete the above config file.
gschem creates the following config files.
%USERPROFILE%\.gEDA
%USERPROFILE%\.pcb
%USERPROFILE%\AppData\Local\gEDA\geda-user.conf
Creating files gschemrc
and gafrc
allows you to customize gschem and gnetlist behavior with your own settings. These files should be written in guile script.
These config files define user global settings when you put them in %USERPROFILE%\.gEDA
folder.
These files define project only settings when you put them in the project folder.
.gEDA\gschemrc example:
; disable auto-saving
(auto-save-interval 0)
.gEDA\gafrc example:
(component-library "C:\\Users\\USER\\.gEDA\\local_symbols" "Local Symbols")
Your own symbol library files (.sym) are recommended to place in local_symbols
subfolder in %USERPROFILE%\.gEDA
folder.
kitanokitsune / 北乃きつね