summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/build/create_modules.py
Commit message (Collapse)AuthorAgeFilesLines
* netlist: move to generated header and link support files files. couriersud2020-09-121-0/+83
* 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.