Skip to content

Commit

Permalink
Added run command to SPICE circuits automatically in Eagle to Spice U…
Browse files Browse the repository at this point in the history
…LP. Updated SPICE tools to use .TRAN instead of MacSpice specific commands.
  • Loading branch information
xdissent committed Nov 20, 2009
1 parent 78b96b8 commit 73af831
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified Libraries/SPICE Tools.lbr
Binary file not shown.
2 changes: 2 additions & 0 deletions User Language Programs/Eagle to Spice.ulp
Expand Up @@ -400,6 +400,8 @@ int main() {
// Open output file
output(outfile) {
printf(filesetext(filename(SCHEM.name), "\n"));
// Automatically run simulations. Must be first command.
printf(".CONTROL\nrun\n.ENDC\n");
printf(strjoin(models, '\n'));
printf(strjoin(netlist, '\n'));
}
Expand Down

0 comments on commit 73af831

Please sign in to comment.