summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/macro/modules
Commit message (Collapse)AuthorAgeFilesLines
* netlist: Convert driver filenames to lower case. couriersud2020-09-303-0/+0
|
* netlist: Move ICL8038_DIP and NE556_DIP to core. couriersud2020-09-172-0/+85
| | | | * Remove code duplication.
* netlist: move to generated header and link support files files. couriersud2020-09-121-0/+12
* Removed device and macro header files. * All of those can be generated automatically so going forward there is no need for these any longer. * Introduced the modules concept. Modules are netlists for which automatic lib entries are generated. * Going forward you just store them in macro/modules and they will be automatically registered as device elements. * You need to do a "make generated" is src/lib/netlist/build * Some_device.cpp still needs to be added to netlist.lua * Added documentation on how to add devices to netlist. * Please refer to adding_devices.md for more information.