Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Temporarily remove 'r' extension | Eddie Hung | 2019-04-22 | 2 | -95/+7 |
| | |||||
* | Allow POs to be PIs in XAIG | Eddie Hung | 2019-04-22 | 1 | -7/+4 |
| | |||||
* | Remove kernel/cost.cc since master has refactored it | Eddie Hung | 2019-04-22 | 2 | -76/+0 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into xaig | Eddie Hung | 2019-04-22 | 46 | -97/+4201 |
|\ | |||||
| * | Merge pull request #952 from YosysHQ/clifford/fix370 | Clifford Wolf | 2019-04-22 | 1 | -3/+18 |
| |\ | | | | | | | Determine correct signedness and expression width in for-loop unrolling | ||||
| | * | Determine correct signedness and expression width in for loop unrolling, ↵ | Clifford Wolf | 2019-04-22 | 1 | -3/+18 |
| | | | | | | | | | | | | | | | | | | fixes #370 Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | Merge pull request #951 from YosysHQ/clifford/logdebug | Clifford Wolf | 2019-04-22 | 11 | -53/+183 |
| |\ \ | | | | | | | | | Add log_debug() framework | ||||
| | * | | Add log_debug() framework | Clifford Wolf | 2019-04-22 | 11 | -53/+183 |
| | |/ | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | Merge pull request #949 from YosysHQ/clifford/pmux2shimprove | Clifford Wolf | 2019-04-22 | 2 | -3/+24 |
| |\ \ | | | | | | | | | Add full_pmux feature to pmux2shiftx | ||||
| | * | | Updaye pmux2shiftx test | Clifford Wolf | 2019-04-22 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| | * | | Add full_pmux feature to pmux2shiftx | Clifford Wolf | 2019-04-22 | 1 | -1/+22 |
| | |/ | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | Merge pull request #953 from YosysHQ/clifford/fix948 | Clifford Wolf | 2019-04-22 | 1 | -0/+8 |
| |\ \ | | | | | | | | | Add support for zero-width signals to Verilog back-end | ||||
| | * | | Add support for zero-width signals to Verilog back-end, fixes #948 | Clifford Wolf | 2019-04-22 | 1 | -0/+8 |
| |/ / | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | Merge pull request #950 from whitequark/attrmap_remove_wildcard | Clifford Wolf | 2019-04-22 | 1 | -1/+3 |
| |\ \ | | |/ | |/| | attrmap: extend -remove to allow removing attributes with any value | ||||
| | * | 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 |
| | | | |