summaryrefslogtreecommitdiffstatshomepage
path: root/nl_examples/congo_bongo.c
Commit message (Collapse)AuthorAgeFilesLines
* utf8 support for pstring. Opted for a scalable solution which should be couriersud2015-08-101-1/+4
| | | | | easily extensible to utf16 and utf32 as well. All position related operations now operate on char code positions instead of byte positions. [Couriersud]
* Improve MB3614 parameters. Changed some opamps to type "idealized" (type couriersud2015-07-291-4/+17
| | | 1) in Congo Bongo netlist and got 50% speed improvement.
* Added nlwav to tools. nlwav converts netlist logs into wav files. couriersud2015-07-261-3/+3
| | | | | | | | | Example usage: ./nlwav -i netlist.log_RO.1.log -o tt.wav ./nlwav -h [Couriersud]
* Consolidate the scattered model parsing code. Now models support couriersud2015-07-231-6/+8
| | | | recursive models,e.g. DIODE("1N914(IS=1e-15)"). Removed ".model" from model definitions. (nw)
* Changed case for parameter "model" to uppercase to align with rest of couriersud2015-07-201-2/+2
| | | code. (nw)
* Add macro library for opamp models. (nw) couriersud2015-07-161-47/+7
|
* Changed uppercase filenames to lowercase. (nw) couriersud2015-07-121-0/+490