summaryrefslogtreecommitdiffstatshomepage
path: root/nl_examples/7400_astable.c
Commit message (Collapse)AuthorAgeFilesLines
* Add license to files that were not part of build or are containing data to ↵ Miodrag Milanovic2016-03-051-0/+2
| | | | build sources for cpu emulation (nw)
* Fixed netlist examples. Couriersud2014-02-231-3/+2
|
* Commit current state of netlist examples. Later, these are intended as a ↵ Couriersud2014-02-091-7/+7
| | | | basis for regression tests.
* Major renaming of netlist device macros, like Couriersud2014-01-191-8/+8
| | | | | | | NETDEV_ALIAS ==> ALIAS NETDEV_R ==> RES NETDEV_C ==> CAP
* Netlist: Couriersud2014-01-181-0/+1
| | | | | | | | | | | - Working Ebers Moll model. That's a significant step ahead. - Simple 2x2|RHS SPICE stamps now supported by two terminal devices. This was implicitly contained in the design, but set_mat now shows how a two-terminal device fits into a SPICE approach. - Introduced direct solvers for net groups with 1 or 2 nets. - Introduced specialized solvers for N=1,2,3,4,5 by using templates. - nice performance increase for BJTs
* Enhanced the netlist parser and cleaned pong.c. Also added a folder ↵ Couriersud2013-12-311-0/+33
nl_examples which contains standalone netlist examples. [couriersud] The examples have a ".c" suffix. In eclipse, I get automatic syntax parsing and error notifications. The parser treats "#" preprocessor defines/includes just as comments. All of these examples can be run through nltool: ./nltool -f nl_examples/opamp.c -t 1 -l OUT runs the opamp example for 1 second of emulation time and logs the terminal named "OUT" to "netlist_log_OUT.log". I'll post a simple script to the list to visualize those logs using gnuplot.