summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Added infix notation parsing to the function parser. (nw) couriersud2017-01-258-31/+153
* Updates "2016" strings to "2017 where relevant. Stiletto2017-01-242-2/+2
* srcclean (nw) Vas Crabb2017-01-2212-101/+101
* Netlist: code refactoring couriersud2017-01-2030-220/+260
* Assume string literals are UTF8 in netlist code. couriersud2017-01-2016-131/+108
* Default argument on plib::environment now optional. (nw) couriersud2017-01-203-3/+3
* Converted warnings and fatal log messages to constants. couriersud2017-01-2019-159/+234
* Netlist: couriersud2017-01-1712-371/+507
* Register all devices using NETLIB_DEVICE_IMPL. Fix encoding issue. (nw) couriersud2017-01-169-77/+116
* Keep track were registry elements are created. (nw) couriersud2017-01-169-37/+73
* Preparation work for automatically generated include file for devices. couriersud2017-01-1619-11/+138
* Move analog devices into "netlist::analog" namespace. Added couriersud2017-01-1522-301/+322
* Added more documentation to diode and bjt model. (nw) couriersud2017-01-155-14/+92
* Introduce a more structured approach to models. (nw) couriersud2017-01-158-38/+129
* Prepare source for consistent error message usage. (nw) couriersud2017-01-145-22/+50
* Add code to remove devices connected only to rail terminals. couriersud2017-01-143-3/+35
* Core refactoring couriersud2017-01-1418-77/+78
* Fix seldom used conditional build options. couriersud2017-01-124-36/+55
* Improve readability and remove some trampolines. (nw) couriersud2017-01-1216-218/+176
* Fix timing issue in CD4538. Add "pow" (power) to the function model. couriersud2017-01-124-7/+14
* - setup_t is owned by netlist_t. Stop being complicated. couriersud2017-01-1214-97/+98
* Move netlists into macro folder. (nw) couriersud2017-01-098-82/+130
* nlwav now accepts stdin and stdout. (nw) couriersud2017-01-091-40/+66
* Reduce memory footprint for parameters. (nw) couriersud2017-01-082-11/+28
* Decrease memory footprint. (nw) couriersud2017-01-082-23/+43
* No need for a virtual stop which is needed only by the solver. (nw) couriersud2017-01-084-19/+4
* Make stop be called again. Fix METHOD parameter. (nw) couriersud2017-01-082-2/+2
* Rename misleading solver parameters. (nw) couriersud2017-01-084-28/+27
* Remove parameter GS_THRESHOLD. It is now outdated. (nw) couriersud2017-01-082-48/+49
* Fix regression. (nw) couriersud2017-01-082-2/+3
* Fix some clang pedantic warnings. (nw) couriersud2017-01-074-5/+5
* Minor refactoring with focus on a bit more readability. (nw) couriersud2017-01-0712-77/+94
* Fix startup when there are no timestep devices present, i.e. Capacitors couriersud2017-01-074-12/+47
* Fix stuntcyc regression. (nw) couriersud2017-01-061-1/+1
* intX_fast_t may depend on compiler implementation and thus is not suited couriersud2017-01-065-21/+21
* Make destructors virtual on base classes. (nw) couriersud2017-01-063-3/+4
* More cleanups. (nw) couriersud2017-01-068-53/+119
* Fix clang "-Wno-weak-vtables" warnings in netlist source. Refactored couriersud2017-01-0527-730/+1041
* Fix some pedantic clang warnings. (nw) couriersud2017-01-056-7/+7
* Added SIGFPE enabling code to plib/pexception.*. Moved plib exceptions couriersud2017-01-048-92/+232
* Minor refactoring and renaming exercise. (nw) couriersud2017-01-047-85/+105
* Fix pin assignment 4001. (nw) couriersud2017-01-041-2/+2
* Add FREQ parameter to MM5837 noise generator. Specs in datasheet range couriersud2017-01-041-10/+19
* Fix MM5837. (nw) couriersud2017-01-041-1/+1
* Fix parsing of macro devices. (nw) couriersud2017-01-042-2/+2
* Refactored factory. Use namespace "factory" instead of prefix factory_ couriersud2017-01-0212-90/+101
* Simplify code. Introduce consistent approach to loading macro devices. couriersud2017-01-0213-235/+202
* Hopefully fix OSX crashes during netlist setup. (nw) couriersud2017-01-011-1/+1
* Hook up luigi walking sound in netlist mario sound implementation. couriersud2016-12-315-35/+36
* cstr() ==> c_str() (nw) couriersud2016-12-3018-79/+79