yosys.git
2014-04-11 Clifford WolfMerge pull request #33 from bentley/dox
2014-04-11 Anthony J.... Typos and grammar fixes through chapter 2.
2014-04-05 Clifford WolfMerge pull request #31 from bentley/posix-rm
2014-04-04 Anthony J.... POSIX find requires a path argument.
2014-04-04 Anthony J.... Remove non-POSIX 'rm -v'.
2014-04-02 Clifford WolfAdded SIMLIB_NOLUT to simlib.v
2014-04-02 Clifford WolfAdded SIMLIB_NOSR to simlib.v
2014-03-31 Clifford WolfAdded support for dlatchsr cells
2014-03-20 Clifford WolfFixed mapping of Verific WIDE_DFFRS operator
2014-03-20 Clifford WolfFixed mapping of Verific FADD primitive with unconnecte...
2014-03-19 Clifford WolfFixed performance problem in opt_mux with nets driven...
2014-03-17 Clifford WolfProgress in Verific bindings
2014-03-17 Clifford WolfFixed typo in RTLIL::Module::addAdff()
2014-03-17 Clifford WolfProgress in Verific bindings
2014-03-17 Clifford WolfProgress in Verific bindings
2014-03-16 Clifford WolfAdded support for memories to verific bindings
2014-03-16 Clifford WolfUse Verific Net::{IsGnd,IsPwr} API in Verific bindings
2014-03-15 Clifford WolfFixed typo in RTLIL::Module::{addSshl,addSshr}
2014-03-15 Clifford WolfProgress in Verific bindings
2014-03-15 Clifford WolfProgress in Verific bindings
2014-03-15 Clifford WolfProgress in Verific bindings
2014-03-15 Clifford WolfAdded RTLIL::Module::add{Dff,Dffsr,Adff,Dlatch}Gate...
2014-03-14 Clifford WolfProgress in Verific bindings
2014-03-14 Clifford WolfAdded log_dump() support for generic pointers
2014-03-14 Clifford WolfProgress in Verific bindings
2014-03-14 Clifford WolfAdded RTLIL::Module::Add{Inv,And,Or,Xor,Mux}Gate API
2014-03-13 Clifford WolfProgress in Verific bindings
2014-03-13 Clifford WolfCopy Verific vdbs files to Yosys "share" data directory
2014-03-13 Clifford WolfSmall improvement in SAT log messages
2014-03-13 Clifford WolfAdded test_navre.ys for verific frontend
2014-03-13 Clifford WolfHotfix for kernel/compatibility.h
2014-03-13 Clifford WolfMerge branch 'master' of https://github.com/Siesh1oo...
2014-03-13 Clifford WolfMerged OSX fixes from Siesh1oo with some modifications
2014-03-13 Siesh1oo - Makefile, kernel/posix_compatibility.h/.cc: replay...
2014-03-13 Siesh1ooMerge branch 'master' of https://github.com/Siesh1oo...
2014-03-13 Siesh1oo - kernel/register.h, kernel/driver.cc: refactor rewrit...
2014-03-13 Siesh1oo - Makefile: don't export DYLD_LIBRARY_PATH/LD_LIBRARY_...
2014-03-13 Siesh1oo - Makefile: include $(PWD) in PATH, since 'make test...
2014-03-13 Siesh1oo - Makefile: export PATH=${DESTDIR}/bin:$(PATH) and...
2014-03-13 Siesh1oo - kernel/register.h, kernel/driver.cc: refactor rewrit...
2014-03-13 Siesh1oo - Makefile: don't export DYLD_LIBRARY_PATH/LD_LIBRARY_...
2014-03-13 Siesh1oo - .gitignore: ignore qmake/OSX package libs/svgviewer...
2014-03-13 Siesh1oo - Makefile: include $(PWD) in PATH, since 'make test...
2014-03-13 Siesh1oo - Makefile: fix typo in LDFLAGS: obviously -L, not...
2014-03-13 Siesh1oo - Makefile: export PATH=${DESTDIR}/bin:$(PATH) and...
2014-03-13 Siesh1oo - Makefile: resolve merge conflict.
2014-03-12 Clifford WolfSome fixes in libs/minisat (thanks to Siesh1oo)
2014-03-12 Siesh1oo - kernel/register.h, kernel/driver.cc: refactor rewrit...
2014-03-12 Siesh1oo - kernel/register.h, kernel/driver.cc: refactor rewrit...
2014-03-12 Siesh1oo - Makefile: don't export DYLD_LIBRARY_PATH/LD_LIBRARY_...
2014-03-12 Siesh1oo - .gitignore: ignore qmake/OSX package libs/svgviewer...
2014-03-12 Siesh1oo - Makefile: follow changes in https://github.com/cliff...
2014-03-12 Siesh1oo - libs/minisat/Solver.cc: insert spaces between string...
2014-03-12 Siesh1oo - libs/minisat/System.cc: fix definition/declaration...
2014-03-12 Siesh1ooMerge branch 'master' of https://github.com/Siesh1oo...
2014-03-12 Siesh1oo - Makefile: include $(PWD) in PATH, since 'make test...
2014-03-12 Siesh1oo - Makefile: fix typo in LDFLAGS: obviously -L, not...
2014-03-12 Siesh1oo - Makefile: export PATH=${DESTDIR}/bin:$(PATH) and...
2014-03-12 Siesh1oo - Makefile: resolve merge conflict.
2014-03-12 Clifford WolfFixed dependencies of "make test"
2014-03-12 Clifford WolfAdded libs/minisat (copy of minisat git master)
2014-03-11 Siesh1oo - Makefile: don't add '-g' after '-ggdb' to CXXFLAGS
2014-03-11 Siesh1ooRebase to cliffordwolf repo HEAD finished.
2014-03-11 Siesh1oo - Makefile: include $(PWD) in PATH, since 'make test...
2014-03-11 Siesh1oo - Makefile: fix typo in LDFLAGS: obviously -L, not...
2014-03-11 Siesh1oo - Makefile: export PATH=${DESTDIR}/bin:$(PATH) and...
2014-03-11 Siesh1oo - Makefile: resolve merge conflict.
2014-03-11 Clifford WolfOSX compatible creation of stdcells.inc, using code...
2014-03-11 Clifford WolfMerged addition of SED makefile variable from github...
2014-03-11 Clifford WolfMerged a few fixes for non-posix systems from github...
2014-03-11 Clifford WolfAdded support for `line compiler directive
2014-03-11 Siesh1oo - passes/techmap/Makefile.inc: POSIX 'od' has no ...
2014-03-11 Clifford WolfFixed memory corruption in passes/abc/blifparse.cc
2014-03-11 Clifford WolfFixed yosys path in tests/techmap/mem_simple_4x1_runtest.sh
2014-03-11 Clifford WolfUse "verilog -noattr" in tests/techmap/mem_simple_4x1...
2014-03-10 Siesh1oo - Makefile: include $(PWD) in PATH, since 'make test...
2014-03-10 Siesh1oo - libs/ezsat/ezminisat.cc: use sigemptyset() to clear...
2014-03-10 Siesh1oo - Makefile: fix typo in LDFLAGS: obviously -L, not...
2014-03-10 Siesh1oo - Makefile: export PATH=${DESTDIR}/bin:$(PATH) and...
2014-03-10 Siesh1oo - frontends/vhdl2verilog/vhdl2verilog.cc, passes/abc...
2014-03-10 Siesh1oo - Makefile, techlibs/common/Makefile.inc: call GNU...
2014-03-10 Siesh1oo - libs/ezsat/ezminisat.cc: use POSIX.2001 sigaction...
2014-03-10 Siesh1oo - Makefile, kernel/posix_compatibility.h/.cc: provide...
2014-03-10 Siesh1oo - README: fix typo in sed-command for minisat-include...
2014-03-10 Siesh1oo - frontends/vhdl2verilog/vhdl2verilog.cc: #include...
2014-03-10 Siesh1oo - kernel/register.cc: need to #include <cerrno> or...
2014-03-10 Siesh1oo - kernel/driver.cc: need to #include <cerrno> or errno...
2014-03-10 Siesh1oo - kernel/log.h: add rusage()-based fallback for system...
2014-03-10 Siesh1oo - libs/ezsat/ezsat.cc: need to #include <cmath> or...
2014-03-10 Siesh1oo - passes/abc/abc.cc: #include <cerrno> for errno;...
2014-03-10 Siesh1oo - passes/techmap/dfflibmap.cc, passes/fsm/fsm_recode...
2014-03-10 Clifford WolfFixed a typo in RTLIL::Module::addReduce...
2014-03-10 Clifford WolfImproved verific command (added support for some operators)
2014-03-10 Clifford WolfImprovements in verific command
2014-03-10 Clifford WolfAdded RTLIL::Module::add... helper methods
2014-03-09 Clifford WolfAdded "verific" command
2014-03-09 Clifford WolfFixed dumping of timing() { .. } block in libparse
2014-03-09 Clifford WolfVerbose reading of liberty and constr files in ABC...
2014-03-07 Clifford WolfFixed bug in freduce command
2014-03-07 Clifford WolfSome minor code cleanups in freduce command
next