Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | attrmap: extend -remove to allow removing attributes with any value. | whitequark | 2019-04-22 | 1 | -1/+3 |
| | | | | | | | | | Currently, `-remove foo` would only remove an attribute `foo = ""`, which doesn't work on an attribute like `src` that may have any value. Extend `-remove` to handle both cases. `-remove foo=""` has the old behavior, and `-remove foo` will remove the attribute with whatever value it may have, which is still compatible with the old behavior. | ||||
* | Set ENABLE_LIBYOSYS=0 by default | Clifford Wolf | 2019-04-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Set ENABLE_PYOSYS=0 by default | Clifford Wolf | 2019-04-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Merge pull request #905 from christian-krieg/feature/python_bindings | Clifford Wolf | 2019-04-22 | 15 | -10/+2472 |
|\ | | | | | Feature/python bindings | ||||
| * | Suppress error from the compiler run during libboost-python* detection | Benedikt Tutzer | 2019-04-07 | 1 | -4/+4 |
| | | |||||
| * | Autodetect Python paths and boost python libraries for different distributions | Benedikt Tutzer | 2019-04-05 | 1 | -8/+24 |
| | | |||||
| * | Used PyImport_ImportModule instead of PyImport_Import to avoid the explicit ↵ | Benedikt Tutzer | 2019-04-04 | 1 | -10/+2 |
| | | | | | | | | conversion to a python string | ||||
| * | Removed link to experimental filesystem library | Benedikt Tutzer | 2019-04-04 | 1 | -2/+2 |
| | | |||||
| * | Changed filesystem dependency to boost instead of experimental std library | Benedikt Tutzer | 2019-04-04 | 4 | -5/+11 |
| | | |||||
| * | Removed compiler flags that are clang specific | Benedikt Tutzer | 2019-04-03 | 1 | -2/+2 |
| | | |||||
| * | Even less options for the preprocessor | Benedikt Tutzer | 2019-04-03 | 1 | -1/+1 |
| | | |||||
| * | Preprocessing does not need all the flags | Benedikt Tutzer | 2019-04-03 | 1 | -1/+1 |
| | | |||||
| * | Global lists in rtlil.cc are now static objects | Benedikt Tutzer | 2019-04-03 | 1 | -10/+10 |
| | | |||||
| * | Added cross-platform support for plugin-paths | Benedikt Tutzer | 2019-04-03 | 2 | -8/+12 |
| | | |||||
| * | Improved Error reporting when Python passes are loaded | Benedikt Tutzer | 2019-04-03 | 1 | -0/+2 |
| | | |||||
| * | Added support for changing Yosys namespace | Benedikt Tutzer | 2019-04-03 | 2 | -4/+5 |
| | | |||||
| * | Added cell_stats example | Benedikt Tutzer | 2019-04-03 | 4 | -478/+54 |
| | | |||||
| * | Added dependencies to README and travis configuration | Benedikt Tutzer | 2019-04-03 | 2 | -4/+20 |
| | | |||||
| * | Autodetect highest installed python version | Benedikt Tutzer | 2019-04-03 | 1 | -2/+8 |
| | | |||||
| * | Removed generation of commented-out code | Benedikt Tutzer | 2019-04-01 | 1 | -4/+0 |
| | | |||||
| * | Use addition assignment operator | Benedikt Tutzer | 2019-04-01 | 1 | -14/+13 |
| | | |||||
| * | Fixed identation | Benedikt Tutzer | 2019-04-01 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into feature/python_bindings | Benedikt Tutzer | 2019-03-28 | 428 | -2474/+23383 |
| |\ | |||||
| * | | Make can now install Python libraries to system path | Benedikt Tutzer | 2018-12-21 | 1 | -10/+10 |
| | | | |||||
| * | | Added python-api to install | Benedikt Tutzer | 2018-12-11 | 1 | -0/+11 |
| | | | |||||
| * | | Added sample code for python-api | Benedikt Tutzer | 2018-12-11 | 3 | -0/+479 |
| | | | |||||
| * | | throw exception when member is NULL | Benedikt Tutzer | 2018-12-06 | 1 | -0/+3 |
| | | | |||||
| * | | added all variable in __init__.py to allow importing of the whole module | Benedikt Tutzer | 2018-10-25 | 1 | -0/+2 |
| | | | |||||
| * | | changed dlopen flags to support plugins | Benedikt Tutzer | 2018-10-25 | 1 | -0/+3 |
| | | | |||||
| * | | removed debug output from make | Benedikt Tutzer | 2018-10-25 | 1 | -1/+1 |
| | | | |||||
| * | | removed deletes | Benedikt Tutzer | 2018-10-25 | 1 | -1/+1 |
| | | | |||||
| * | | added py_wrap_generator | Benedikt Tutzer | 2018-10-25 | 1 | -0/+2098 |
| | | | |||||
| * | | Exposed generator script to make-process | Benedikt Tutzer | 2018-09-19 | 3 | -3893/+19 |
| | | | |||||
| * | | added functions whose definitions are split over multiple lines | Benedikt Tutzer | 2018-08-23 | 1 | -0/+60 |
| | | | |||||
| * | | added default yosys license text | Benedikt Tutzer | 2018-08-23 | 1 | -0/+19 |
| | | | |||||
| * | | Fixed segfault / multiple free issue with lists | Benedikt Tutzer | 2018-08-23 | 1 | -26/+38 |
| | | | |||||
| * | | Do not pass heap object to Python. This way they should be completely ↵ | Benedikt Tutzer | 2018-08-22 | 1 | -323/+337 |
| | | | | | | | | | | | | managed by Python and destroyed when out of scope. Also, the file in which a function/struct was found is added to the comment before the function | ||||
| * | | Fixed Identation | Benedikt Tutzer | 2018-08-22 | 1 | -189/+188 |
| | | | |||||
| * | | Wrapped functions that use unsigned int or type_t as types | Benedikt Tutzer | 2018-08-21 | 1 | -7/+127 |
| | | | |||||
| * | | added operators <, == and != | Benedikt Tutzer | 2018-08-21 | 1 | -0/+45 |
| | | | |||||
| * | | Added previousely missed functions | Benedikt Tutzer | 2018-08-21 | 1 | -1/+445 |
| | | | |||||
| * | | Deleted duplicate Destructor | Benedikt Tutzer | 2018-08-21 | 1 | -1/+0 |
| | | | |||||
| * | | added some checks if python is enabled to make sure everything compiles if ↵ | Benedikt Tutzer | 2018-08-20 | 5 | -7/+12 |
| | | | | | | | | | | | | python is disabled in the makefile | ||||
| * | | Two passes are not allowed to have the same filename | Benedikt Tutzer | 2018-08-20 | 1 | -1/+1 |
| | | | |||||
| * | | The share directory cannot be searched when used as a Python library, only ↵ | Benedikt Tutzer | 2018-08-20 | 2 | -1/+8 |
| | | | | | | | | | | | | in shell mode | ||||
| * | | Python passes are now looked for in share/plugins and can be added by ↵ | Benedikt Tutzer | 2018-08-20 | 2 | -24/+5 |
| | | | | | | | | | | | | specifying a relative or absolute path | ||||
| * | | Fixed issue when using a python plugin in the yosys shell | Benedikt Tutzer | 2018-08-20 | 3 | -4/+28 |
| | | | |||||
| * | | Python Passes can now be added with the -m option or with the plugin ↵ | Benedikt Tutzer | 2018-08-16 | 5 | -2/+160 |
| | | | | | | | | | | | | command. There are still issues when run in shell mode, but they can be used just fine in a python script | ||||
| * | | Added Wrappers for: | Benedikt Tutzer | 2018-08-13 | 4 | -144/+2925 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -IdString -Const -CaseRule -SwitchRule -SyncRule -Process -SigChunk -SigBit -SigSpec With all their member functions as well as the remaining member functions for Cell, Wire, Module and Design and static functions of rtlil.h | ||||
| * | | Saving id and pointer to c++ object. Object is valid only if both id and ↵ | Benedikt Tutzer | 2018-08-01 | 1 | -8/+29 |
| | | | | | | | | | | | | pointer match the pair saved in the corresponding map in kernel/rtlil.cc. Otherwise, the object was destroyed in c++ and should not be accessed any more |