aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/python_wrappers.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed segfault / multiple free issue with listsBenedikt Tutzer2018-08-231-26/+38
* Do not pass heap object to Python. This way they should be completely managed...Benedikt Tutzer2018-08-221-323/+337
* Fixed IdentationBenedikt Tutzer2018-08-221-189/+188
* Wrapped functions that use unsigned int or type_t as typesBenedikt Tutzer2018-08-211-7/+127
* added operators <, == and !=Benedikt Tutzer2018-08-211-0/+45
* Added previousely missed functionsBenedikt Tutzer2018-08-211-1/+445
* added some checks if python is enabled to make sure everything compiles if py...Benedikt Tutzer2018-08-201-3/+3
* 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