aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | - Makefile: include $(PWD) in PATH, since 'make test' can happen before 'mak...Siesh1oo2014-03-111-1/+1
| | | * | - Makefile: fix typo in LDFLAGS: obviously -L, not -I is required hereSiesh1oo2014-03-111-1/+1
| | | * | - Makefile: export PATH=${DESTDIR}/bin:$(PATH) and (DY)LD_LIBRARY_PATH, to m...Siesh1oo2014-03-111-2/+6
| | | * | - Makefile: resolve merge conflict.Siesh1oo2014-03-111-5/+23
| | * | | - Makefile: include $(PWD) in PATH, since 'make test' can happen before 'mak...Siesh1oo2014-03-121-1/+1
| | * | | - Makefile: fix typo in LDFLAGS: obviously -L, not -I is required hereSiesh1oo2014-03-121-1/+1
| | * | | - Makefile: export PATH=${DESTDIR}/bin:$(PATH) and (DY)LD_LIBRARY_PATH, to m...Siesh1oo2014-03-121-1/+5
| | * | | - Makefile: resolve merge conflict.Siesh1oo2014-03-121-5/+23
| * | | | - kernel/register.h, kernel/driver.cc: refactor rewrite_yosys_exe()/get_shar...Siesh1oo2014-03-131-2/+0
| * | | | - Makefile: don't export DYLD_LIBRARY_PATH/LD_LIBRARY_PATH: not needed if we...Siesh1oo2014-03-131-2/+0
| * | | | - Makefile: include $(PWD) in PATH, since 'make test' can happen before 'mak...Siesh1oo2014-03-131-1/+1
| * | | | - Makefile: export PATH=${DESTDIR}/bin:$(PATH) and (DY)LD_LIBRARY_PATH, to m...Siesh1oo2014-03-131-0/+4
| * | | | - kernel/register.h, kernel/driver.cc: refactor rewrite_yosys_exe()/get_shar...Siesh1oo2014-03-131-2/+0
| * | | | - Makefile: don't export DYLD_LIBRARY_PATH/LD_LIBRARY_PATH: not needed if we...Siesh1oo2014-03-131-2/+0
| * | | | - .gitignore: ignore qmake/OSX package libs/svgviewer/svgviewer.appSiesh1oo2014-03-131-0/+1
| * | | | - Makefile: include $(PWD) in PATH, since 'make test' can happen before 'mak...Siesh1oo2014-03-131-1/+1
| * | | | - Makefile: fix typo in LDFLAGS: obviously -L, not -I is required hereSiesh1oo2014-03-131-1/+1
| * | | | - Makefile: export PATH=${DESTDIR}/bin:$(PATH) and (DY)LD_LIBRARY_PATH, to m...Siesh1oo2014-03-131-1/+5
| * | | | - Makefile: resolve merge conflict.Siesh1oo2014-03-131-5/+23
* | | | | Merged OSX fixes from Siesh1oo with some modificationsClifford Wolf2014-03-1310-7/+198
|/ / / /
* | | | Some fixes in libs/minisat (thanks to Siesh1oo)Clifford Wolf2014-03-123-9/+10
* | | | - kernel/register.h, kernel/driver.cc: refactor rewrite_yosys_exe()/get_shar...Siesh1oo2014-03-125-37/+44
|/ / /
* | | Fixed dependencies of "make test"Clifford Wolf2014-03-121-1/+1
* | | Added libs/minisat (copy of minisat git master)Clifford Wolf2014-03-1228-28/+5025
|/ /
* | OSX compatible creation of stdcells.inc, using code from github.com/Siesh1oo/...Clifford Wolf2014-03-111-2/+3
* | Merged addition of SED makefile variable from github.com/Siesh1oo/yosysClifford Wolf2014-03-112-2/+3
* | Merged a few fixes for non-posix systems from github.com/Siesh1oo/yosysClifford Wolf2014-03-1111-13/+52
* | Added support for `line compiler directiveClifford Wolf2014-03-111-0/+11
* | Fixed memory corruption in passes/abc/blifparse.ccClifford Wolf2014-03-111-1/+1
* | Fixed yosys path in tests/techmap/mem_simple_4x1_runtest.shClifford Wolf2014-03-111-1/+1
* | Use "verilog -noattr" in tests/techmap/mem_simple_4x1 test (for old iverilog)Clifford Wolf2014-03-111-1/+1
|/
* Fixed a typo in RTLIL::Module::addReduce...Clifford Wolf2014-03-101-5/+5
* Improved verific command (added support for some operators)Clifford Wolf2014-03-101-2/+160
* Improvements in verific commandClifford Wolf2014-03-101-59/+39
* Added RTLIL::Module::add... helper methodsClifford Wolf2014-03-102-0/+293
* Added "verific" commandClifford Wolf2014-03-093-2/+501
* Fixed dumping of timing() { .. } block in libparseClifford Wolf2014-03-091-2/+3
* Verbose reading of liberty and constr files in ABC passClifford Wolf2014-03-091-2/+2
* Fixed bug in freduce commandClifford Wolf2014-03-071-0/+30
* Some minor code cleanups in freduce commandClifford Wolf2014-03-071-5/+5
* Bugfix in ilang frontend autoidx recoveryClifford Wolf2014-03-071-2/+2
* Use log_abort() and log_assert() in BTOR backendClifford Wolf2014-03-071-18/+17
* Added freduce -dumpClifford Wolf2014-03-061-1/+24
* Added freduce -stopClifford Wolf2014-03-061-3/+18
* Fixed gcc compiler warningClifford Wolf2014-03-061-1/+2
* Fixed undef handling in opt_reduceClifford Wolf2014-03-061-2/+2
* Fixes for improved techmap of shifts with large B inputsClifford Wolf2014-03-061-8/+8
* Fixed use of frozen literals in SatGenClifford Wolf2014-03-061-3/+2
* Strictly zero-extend unsigned A-inputs of shift operations in techmapClifford Wolf2014-03-061-4/+4
* Added techmap -max_iter optionClifford Wolf2014-03-061-0/+10