Fixed issue when using a python plugin in the yosys shell
[yosys.git] / kernel / python_wrappers.cc
2018-08-20 Benedikt TutzerFixed issue when using a python plugin in the yosys...
2018-08-16 Benedikt TutzerPython Passes can now be added with the -m option or...
2018-08-13 Benedikt TutzerAdded Wrappers for:
2018-08-01 Benedikt TutzerSaving id and pointer to c++ object. Object is valid...
2018-08-01 Benedikt TutzerSetup is called automatically when the module is loaded...
2018-08-01 Benedikt TutzerCleaned up comments
2018-07-10 Benedikt TutzerAdded Monitor class that can monitor all changes in...
2018-07-09 Benedikt Tutzercommands can now be run on arbitrary designs, not only...
2018-07-09 Benedikt Tutzermultiple designs can now exist independent from each...
2018-06-28 Benedikt TutzerIntroduced namespace and removed class-prefixes to...
2018-06-28 Benedikt Tutzerchanged references from hash-ids to IdString names
2018-06-25 Benedikt Tutzeradded wrappers for Design, Modules, Cells and Wires