| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | | | * | - passes/techmap/Makefile.inc: POSIX 'od' has no '-w' option. Use '-An' inst... | Siesh1oo | 2014-03-11 | 1 | -4/+6 |
| | | | * | - Makefile: include $(PWD) in PATH, since 'make test' can happen before 'mak... | Siesh1oo | 2014-03-10 | 1 | -1/+1 |
| | | | * | - libs/ezsat/ezminisat.cc: use sigemptyset() to clear sig_action.sa_mask; us... | Siesh1oo | 2014-03-10 | 1 | -2/+2 |
| | | | * | - Makefile: fix typo in LDFLAGS: obviously -L, not -I is required here | Siesh1oo | 2014-03-10 | 1 | -1/+1 |
| | | | * | - Makefile: export PATH=${DESTDIR}/bin:$(PATH) and (DY)LD_LIBRARY_PATH, to m... | Siesh1oo | 2014-03-10 | 1 | -2/+6 |
| | | | * | - frontends/vhdl2verilog/vhdl2verilog.cc, passes/abc/abc.cc: #include <climi... | Siesh1oo | 2014-03-10 | 2 | -0/+2 |
| | | | * | - Makefile, techlibs/common/Makefile.inc: call GNU sed instead of BSD sed on... | Siesh1oo | 2014-03-10 | 2 | -3/+5 |
| | | | * | - libs/ezsat/ezminisat.cc: use POSIX.2001 sigaction() instead on non-portabl... | Siesh1oo | 2014-03-10 | 1 | -4/+8 |
| | | | * | - Makefile, kernel/posix_compatibility.h/.cc: provide POSIX.2008 fake implem... | Siesh1oo | 2014-03-10 | 4 | -10/+211 |
| | | | * | - README: fix typo in sed-command for minisat-include fix. | Siesh1oo | 2014-03-10 | 1 | -1/+1 |
| | | | * | - frontends/vhdl2verilog/vhdl2verilog.cc: #include <cerrno> for errno; use P... | Siesh1oo | 2014-03-10 | 1 | -4/+11 |
| | | | * | - kernel/register.cc: need to #include <cerrno> or errno.h for errno. | Siesh1oo | 2014-03-10 | 1 | -0/+1 |
| | | | * | - kernel/driver.cc: need to #include <cerrno> or errno.h for errno. | Siesh1oo | 2014-03-10 | 1 | -0/+1 |
| | | | * | - kernel/log.h: add rusage()-based fallback for systems without clock_gettim... | Siesh1oo | 2014-03-10 | 1 | -0/+16 |
| | | | * | - libs/ezsat/ezsat.cc: need to #include <cmath> or math.h for math functions. | Siesh1oo | 2014-03-10 | 1 | -1/+2 |
| | | | * | - passes/abc/abc.cc: #include <cerrno> for errno; use POSIX getcwd() for por... | Siesh1oo | 2014-03-10 | 1 | -2/+6 |
| | | | * | - passes/techmap/dfflibmap.cc, passes/fsm/fsm_recode.cc, passes/cmds/select.... | Siesh1oo | 2014-03-10 | 3 | -1/+4 |
| | | * | | - Makefile: include $(PWD) in PATH, since 'make test' can happen before 'mak... | Siesh1oo | 2014-03-11 | 1 | -1/+1 |
| | | * | | - Makefile: fix typo in LDFLAGS: obviously -L, not -I is required here | Siesh1oo | 2014-03-11 | 1 | -1/+1 |
| | | * | | - Makefile: export PATH=${DESTDIR}/bin:$(PATH) and (DY)LD_LIBRARY_PATH, to m... | Siesh1oo | 2014-03-11 | 1 | -2/+6 |
| | | * | | - Makefile: resolve merge conflict. | Siesh1oo | 2014-03-11 | 1 | -5/+23 |
| | * | | | - Makefile: include $(PWD) in PATH, since 'make test' can happen before 'mak... | Siesh1oo | 2014-03-12 | 1 | -1/+1 |
| | * | | | - Makefile: fix typo in LDFLAGS: obviously -L, not -I is required here | Siesh1oo | 2014-03-12 | 1 | -1/+1 |
| | * | | | - Makefile: export PATH=${DESTDIR}/bin:$(PATH) and (DY)LD_LIBRARY_PATH, to m... | Siesh1oo | 2014-03-12 | 1 | -1/+5 |
| | * | | | - Makefile: resolve merge conflict. | Siesh1oo | 2014-03-12 | 1 | -5/+23 |
| * | | | | - kernel/register.h, kernel/driver.cc: refactor rewrite_yosys_exe()/get_shar... | Siesh1oo | 2014-03-13 | 1 | -2/+0 |
| * | | | | - Makefile: don't export DYLD_LIBRARY_PATH/LD_LIBRARY_PATH: not needed if we... | Siesh1oo | 2014-03-13 | 1 | -2/+0 |
| * | | | | - Makefile: include $(PWD) in PATH, since 'make test' can happen before 'mak... | Siesh1oo | 2014-03-13 | 1 | -1/+1 |
| * | | | | - Makefile: export PATH=${DESTDIR}/bin:$(PATH) and (DY)LD_LIBRARY_PATH, to m... | Siesh1oo | 2014-03-13 | 1 | -0/+4 |
| * | | | | - kernel/register.h, kernel/driver.cc: refactor rewrite_yosys_exe()/get_shar... | Siesh1oo | 2014-03-13 | 1 | -2/+0 |
| * | | | | - Makefile: don't export DYLD_LIBRARY_PATH/LD_LIBRARY_PATH: not needed if we... | Siesh1oo | 2014-03-13 | 1 | -2/+0 |
| * | | | | - .gitignore: ignore qmake/OSX package libs/svgviewer/svgviewer.app | Siesh1oo | 2014-03-13 | 1 | -0/+1 |
| * | | | | - Makefile: include $(PWD) in PATH, since 'make test' can happen before 'mak... | Siesh1oo | 2014-03-13 | 1 | -1/+1 |
| * | | | | - Makefile: fix typo in LDFLAGS: obviously -L, not -I is required here | Siesh1oo | 2014-03-13 | 1 | -1/+1 |
| * | | | | - Makefile: export PATH=${DESTDIR}/bin:$(PATH) and (DY)LD_LIBRARY_PATH, to m... | Siesh1oo | 2014-03-13 | 1 | -1/+5 |
| * | | | | - Makefile: resolve merge conflict. | Siesh1oo | 2014-03-13 | 1 | -5/+23 |
* | | | | | Merged OSX fixes from Siesh1oo with some modifications | Clifford Wolf | 2014-03-13 | 10 | -7/+198 |
|/ / / / |
|
* | | | | Some fixes in libs/minisat (thanks to Siesh1oo) | Clifford Wolf | 2014-03-12 | 3 | -9/+10 |
* | | | | - kernel/register.h, kernel/driver.cc: refactor rewrite_yosys_exe()/get_shar... | Siesh1oo | 2014-03-12 | 5 | -37/+44 |
|/ / / |
|
* | | | Fixed dependencies of "make test" | Clifford Wolf | 2014-03-12 | 1 | -1/+1 |
* | | | Added libs/minisat (copy of minisat git master) | Clifford Wolf | 2014-03-12 | 28 | -28/+5025 |
|/ / |
|
* | | OSX compatible creation of stdcells.inc, using code from github.com/Siesh1oo/... | Clifford Wolf | 2014-03-11 | 1 | -2/+3 |
* | | Merged addition of SED makefile variable from github.com/Siesh1oo/yosys | Clifford Wolf | 2014-03-11 | 2 | -2/+3 |
* | | Merged a few fixes for non-posix systems from github.com/Siesh1oo/yosys | Clifford Wolf | 2014-03-11 | 11 | -13/+52 |
* | | Added support for `line compiler directive | Clifford Wolf | 2014-03-11 | 1 | -0/+11 |
* | | Fixed memory corruption in passes/abc/blifparse.cc | Clifford Wolf | 2014-03-11 | 1 | -1/+1 |
* | | Fixed yosys path in tests/techmap/mem_simple_4x1_runtest.sh | Clifford Wolf | 2014-03-11 | 1 | -1/+1 |
* | | Use "verilog -noattr" in tests/techmap/mem_simple_4x1 test (for old iverilog) | Clifford Wolf | 2014-03-11 | 1 | -1/+1 |
|/ |
|
* | Fixed a typo in RTLIL::Module::addReduce... | Clifford Wolf | 2014-03-10 | 1 | -5/+5 |
* | Improved verific command (added support for some operators) | Clifford Wolf | 2014-03-10 | 1 | -2/+160 |