index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
attrmap: extend -remove to allow removing attributes with any value.
whitequark
2019-04-22
1
-1
/
+3
*
Set ENABLE_LIBYOSYS=0 by default
Clifford Wolf
2019-04-22
1
-1
/
+1
*
Set ENABLE_PYOSYS=0 by default
Clifford Wolf
2019-04-22
1
-1
/
+1
*
Merge pull request #905 from christian-krieg/feature/python_bindings
Clifford Wolf
2019-04-22
15
-10
/
+2472
|
\
|
*
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 c...
Benedikt Tutzer
2019-04-04
1
-10
/
+2
|
*
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 managed...
Benedikt Tutzer
2018-08-22
1
-323
/
+337
|
*
|
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 py...
Benedikt Tutzer
2018-08-20
5
-7
/
+12
|
*
|
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 in...
Benedikt Tutzer
2018-08-20
2
-1
/
+8
|
*
|
Python passes are now looked for in share/plugins and can be added by specify...
Benedikt Tutzer
2018-08-20
2
-24
/
+5
|
*
|
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 command....
Benedikt Tutzer
2018-08-16
5
-2
/
+160
|
*
|
Added Wrappers for:
Benedikt Tutzer
2018-08-13
4
-144
/
+2925
|
*
|
Saving id and pointer to c++ object. Object is valid only if both id and poin...
Benedikt Tutzer
2018-08-01
1
-8
/
+29
[next]