aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/python_wrappers.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed issue when using a python plugin in the yosys shellBenedikt Tutzer2018-08-201-4/+7
* Python Passes can now be added with the -m option or with the plugin command....Benedikt Tutzer2018-08-161-1/+65
* Added Wrappers for:Benedikt Tutzer2018-08-131-138/+2881
* Saving id and pointer to c++ object. Object is valid only if both id and poin...Benedikt Tutzer2018-08-011-8/+29
* Setup is called automatically when the module is loaded, shutdown when python...Benedikt Tutzer2018-08-011-16/+19
* Cleaned up commentsBenedikt Tutzer2018-08-011-9/+3
* Added Monitor class that can monitor all changes in a Design or in a ModuleBenedikt Tutzer2018-07-101-0/+119
* commands can now be run on arbitrary designs, not only on the active oneBenedikt Tutzer2018-07-091-0/+10
* multiple designs can now exist independent from each other. Cells/Wires/Modul...Benedikt Tutzer2018-07-091-45/+47
* Introduced namespace and removed class-prefixes to increase readabilityBenedikt Tutzer2018-06-281-163/+165
* changed references from hash-ids to IdString namesBenedikt Tutzer2018-06-281-64/+32
* added wrappers for Design, Modules, Cells and WiresBenedikt Tutzer2018-06-251-0/+244