summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist
Commit message (Expand)AuthorAgeFilesLines
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-032-2/+2
* Add Zaccaria to mamenl build. (nw) couriersud2017-05-281-0/+2
* Fix state saving for pfunction lfsr. (nw) couriersud2017-05-285-4/+23
* srcclean (nw) Vas Crabb2017-05-281-4/+4
* Fix issues identified by Vas and LordKale4: couriersud2017-05-273-2/+14
* Add rand() function to pfunction expression parser. Use this to simulate couriersud2017-05-272-0/+8
* netlist: add a crude TTL schmitt trigger model and hook up in 1B11142 Vas Crabb2017-05-277-1/+248
* Fix DEBUG build. (nw) couriersud2017-05-271-1/+1
* Various code alignments across solvers. (nw) couriersud2017-05-277-76/+137
* Cleanup of solver code. (nw) couriersud2017-05-279-289/+46
* Reordered members to be more cache friendly. (nw) couriersud2017-05-272-9/+10
* Netlist refactoring: couriersud2017-05-276-17/+84
* Changed Solver.PARALLEL parameter logic: couriersud2017-05-272-33/+13
* Preliminary netlist sound for the Zaccaria 1B11142 board Vas Crabb2017-05-272-2/+129
* cheekyms: add preliminary netlist sound based on schematics provided by Sam G... Vas Crabb2017-05-263-0/+0
* Forgot this one for GCC 7.1 (nw) Miodrag Milanovic2017-05-151-0/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+1
* stupid MSVC (nw) Vas Crabb2017-04-241-0/+2
* srcclean (nw) Vas Crabb2017-04-232-44/+44
* Minor optimization. (nw) couriersud2017-04-091-4/+4
* Parametrized device activation in truthtables. (nw) couriersud2017-04-091-13/+15
* Fix VS2015 build. (nw) couriersud2017-04-094-2/+17
* More work on 9316. (nw) couriersud2017-04-091-13/+8
* Refactored 74715 to one device layout. Removed subdevice. (nw) couriersud2017-04-091-65/+31
* Netlist code refactoring: couriersud2017-04-0937-446/+472
* pstring, pdynlib, pfmtlog refactoring : couriersud2017-04-0418-314/+556
* Fix pedantic clang warnings. (nw) couriersud2017-03-302-3/+3
* Use char32_t were appropriate. (nw) couriersud2017-03-301-3/+3
* Change pstring to use std::string as storage container. couriersud2017-03-3017-619/+233
* Turn psring iterator into a real forward iterator that works with standard al... Vas Crabb2017-03-308-53/+85
* srcclean (nw) Vas Crabb2017-03-261-1/+1
* Fix openmp compile. (nw) couriersud2017-03-201-4/+4
* Fix clang warnings in netlist code. couriersud2017-03-0517-39/+38
* More cppcheck fixes. (nw) Couriersud2017-03-0537-98/+100
* Fix some cppcheck warnings. (nw) Couriersud2017-03-055-36/+60
* Netlist refactoring couriersud2017-02-254-107/+105
* Fix netlist stats collection. Code refactoring: couriersud2017-02-248-244/+160
* Added a heap priority queue to the netlist source. couriersud2017-02-242-7/+127
* Fix VS2015 compile. (nw) couriersud2017-02-224-4/+11
* Improve readability. Add more c++11 noexcept and swap semantics. couriersud2017-02-229-100/+131
* Clean up net_t interface and increase readability. (nw) couriersud2017-02-2216-58/+40
* Slightly improve event timing if state changes. couriersud2017-02-193-23/+36
* srcclean (nw) Vas Crabb2017-02-1915-101/+101
* Add prodigy to mamenl build. Fix clang5 warnings. (nw) couriersud2017-02-194-4/+4
* More truthtable rework and clean up. (nw) couriersud2017-02-197-227/+260
* Fix nltool logging. (nw) couriersud2017-02-191-8/+9
* Merge pull request #2068 from JoakimLarsson/prodigy_display R. Belmont2017-02-174-0/+164
|\
| * new netlist device: 74164 - 8bit parallel output serial shift register Joakim Larsson Edstrom2017-02-174-0/+164
* | Fix mingw 32 bit build. (nw) couriersud2017-02-176-28/+22
* | Reworked truthtables a bit. couriersud2017-02-1720-619/+410
|/