summaryrefslogtreecommitdiffstatshomepage
path: root/nl_examples/ne555_astable.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed netlist examples. Couriersud2014-02-231-2/+1
|
* Major renaming of netlist device macros, like Couriersud2014-01-191-9/+9
| | | | | | | NETDEV_ALIAS ==> ALIAS NETDEV_R ==> RES NETDEV_C ==> CAP
* Removed two duplicate devices in netlist. Couriersud2014-01-111-1/+1
|
* Enhanced the netlist parser and cleaned pong.c. Also added a folder ↵ Couriersud2013-12-311-0/+49
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.