Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | - 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 ↵ | Siesh1oo | 2014-03-10 | 1 | -4/+11 | |
| | | | | | | | | | | | | | | | | | | | | POSIX getcwd() for portability. | |||||
| | | | * | - 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 ↵ | Siesh1oo | 2014-03-10 | 1 | -0/+16 | |
| | | | | | | | | | | | | | | | | | | | | clock_gettime(). | |||||
| | | | * | - 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 ↵ | Siesh1oo | 2014-03-10 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | portability (get_current_dir_name() does not exist on BSD). | |||||
| | | | * | - passes/techmap/dfflibmap.cc, passes/fsm/fsm_recode.cc, ↵ | Siesh1oo | 2014-03-10 | 3 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | passes/cmds/select.cc: #include <cerrno> for errno, use c++-style includes. | |||||
| | | * | | - Makefile: include $(PWD) in PATH, since 'make test' can happen before ↵ | Siesh1oo | 2014-03-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | 'make install'. | |||||
| | | * | | - 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 ↵ | Siesh1oo | 2014-03-11 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make sure our local copies of built executables and libraries are used. - Makefile: use find expression in target 'yosys-svgviewer' to find svgviewer binary (qmake will build into .app package on OSX). - Makefile: make 'test' target dependent on $(TARGETS) and $(EXTRA_TARGETS) to make sure that minisat is built. | |||||
| | | * | | - Makefile: resolve merge conflict. | Siesh1oo | 2014-03-11 | 1 | -5/+23 | |
| | | | | | ||||||
| | * | | | - Makefile: include $(PWD) in PATH, since 'make test' can happen before ↵ | Siesh1oo | 2014-03-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | 'make install'. | |||||
| | * | | | - 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 ↵ | Siesh1oo | 2014-03-12 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make sure our local copies of built executables and libraries are used. - Makefile: use find expression in target 'yosys-svgviewer' to find svgviewer binary (qmake will build into .app package on OSX). - Makefile: make 'test' target dependent on $(TARGETS) and $(EXTRA_TARGETS) to make sure that minisat is built. | |||||
| | * | | | - Makefile: resolve merge conflict. | Siesh1oo | 2014-03-12 | 1 | -5/+23 | |
| | | | | | ||||||
| * | | | | - kernel/register.h, kernel/driver.cc: refactor ↵ | Siesh1oo | 2014-03-13 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rewrite_yosys_exe()/get_share_file_name() to portable proc_self_dirname()/proc_share_dirname(). This refactoring improves robustness and allows OSX support with only 7 new lines of code, and easy extension for other systems. - passes/abc/abc.cc, passes/cmds/show.cc, passes/techmap/techmap.cc: use new, refactored semantics. - Makefile: no need to add $(PWD) to $(PATH) anymore. | |||||
| * | | | | - Makefile: don't export DYLD_LIBRARY_PATH/LD_LIBRARY_PATH: not needed if ↵ | Siesh1oo | 2014-03-13 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | we link minisat objects instead of library | |||||
| * | | | | - Makefile: include $(PWD) in PATH, since 'make test' can happen before ↵ | Siesh1oo | 2014-03-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | 'make install'. | |||||
| * | | | | - Makefile: export PATH=${DESTDIR}/bin:$(PATH) and (DY)LD_LIBRARY_PATH, to ↵ | Siesh1oo | 2014-03-13 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make sure our local copies of built executables and libraries are used. - Makefile: use find expression in target 'yosys-svgviewer' to find svgviewer binary (qmake will build into .app package on OSX). - Makefile: make 'test' target dependent on $(TARGETS) and $(EXTRA_TARGETS) to make sure that minisat is built. | |||||
| * | | | | - kernel/register.h, kernel/driver.cc: refactor ↵ | Siesh1oo | 2014-03-13 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rewrite_yosys_exe()/get_share_file_name() to portable proc_self_dirname()/proc_share_dirname(). This refactoring improves robustness and allows OSX support with only 7 new lines of code, and easy extension for other systems. - passes/abc/abc.cc, passes/cmds/show.cc, passes/techmap/techmap.cc: use new, refactored semantics. - Makefile: no need to add $(PWD) to $(PATH) anymore. | |||||
| * | | | | - Makefile: don't export DYLD_LIBRARY_PATH/LD_LIBRARY_PATH: not needed if ↵ | Siesh1oo | 2014-03-13 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | we link minisat objects instead of library | |||||
| * | | | | - .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 ↵ | Siesh1oo | 2014-03-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | 'make install'. | |||||
| * | | | | - 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 ↵ | Siesh1oo | 2014-03-13 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make sure our local copies of built executables and libraries are used. - Makefile: use find expression in target 'yosys-svgviewer' to find svgviewer binary (qmake will build into .app package on OSX). - Makefile: make 'test' target dependent on $(TARGETS) and $(EXTRA_TARGETS) to make sure that minisat is built. | |||||
| * | | | | - 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 ↵ | Siesh1oo | 2014-03-12 | 5 | -37/+44 | |
|/ / / | | | | | | | | | | | | | | | | | | | rewrite_yosys_exe()/get_share_file_name() to portable proc_self_dirname()/proc_share_dirname(). This refactoring improves robustness and allows OSX support with only 7 new lines of code, and easy extension for other systems. - passes/abc/abc.cc, passes/cmds/show.cc, passes/techmap/techmap.cc: use new, refactored semantics. | |||||
* | | | 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 ↵ | Clifford Wolf | 2014-03-11 | 1 | -2/+3 | |
| | | | | | | | | | | | | github.com/Siesh1oo/yosys (see https://github.com/cliffordwolf/yosys/pull/28) | |||||
* | | Merged addition of SED makefile variable from github.com/Siesh1oo/yosys | Clifford Wolf | 2014-03-11 | 2 | -2/+3 | |
| | | | | | | | | (see https://github.com/cliffordwolf/yosys/pull/28) | |||||
* | | Merged a few fixes for non-posix systems from github.com/Siesh1oo/yosys | Clifford Wolf | 2014-03-11 | 11 | -13/+52 | |
| | | | | | | | | (see https://github.com/cliffordwolf/yosys/pull/28) | |||||
* | | 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 | |
| | ||||||
* | Improvements in verific command | Clifford Wolf | 2014-03-10 | 1 | -59/+39 | |
| | ||||||
* | Added RTLIL::Module::add... helper methods | Clifford Wolf | 2014-03-10 | 2 | -0/+293 | |
| | ||||||
* | Added "verific" command | Clifford Wolf | 2014-03-09 | 3 | -2/+501 | |
| | ||||||
* | Fixed dumping of timing() { .. } block in libparse | Clifford Wolf | 2014-03-09 | 1 | -2/+3 | |
| | ||||||
* | Verbose reading of liberty and constr files in ABC pass | Clifford Wolf | 2014-03-09 | 1 | -2/+2 | |
| | ||||||
* | Fixed bug in freduce command | Clifford Wolf | 2014-03-07 | 1 | -0/+30 | |
| | ||||||
* | Some minor code cleanups in freduce command | Clifford Wolf | 2014-03-07 | 1 | -5/+5 | |
| | ||||||
* | Bugfix in ilang frontend autoidx recovery | Clifford Wolf | 2014-03-07 | 1 | -2/+2 | |
| | ||||||
* | Use log_abort() and log_assert() in BTOR backend | Clifford Wolf | 2014-03-07 | 1 | -18/+17 | |
| |