yosys.git
2014-06-07 Clifford Wolfadded tests for new verilog features
2014-06-07 Clifford Wolffixed cell array handling of positional arguments
2014-06-07 Clifford WolfAdd support for cell arrays
2014-06-07 Clifford WolfAdded support for repeat stmt in const functions
2014-06-06 Clifford Wolffurther improved const function support
2014-06-06 Clifford Wolfmade the generate..endgenrate keywords optional
2014-06-06 Clifford Wolfimproved const function support
2014-06-06 Clifford Wolffix functions with no block (but single statement,...
2014-06-06 Clifford WolfAdded tests/simple/repwhile.v
2014-06-06 Clifford Wolfimproved ast simplify of const functions
2014-06-06 Clifford Wolfadded while and repeat support to verilog parser
2014-06-04 Clifford WolfImproved error message for options after front-end...
2014-06-03 Clifford Wolfadded tee cmd
2014-06-01 Clifford WolfFixed log messages in memory_dff
2014-05-29 Clifford WolfUpdated ABC to rev fa4404b395f0
2014-05-29 Clifford WolfMerge pull request #36 from hansiglaser/master
2014-05-28 Johann Glaseradded log_header to miter and expose pass, show cell...
2014-05-28 Johann Glasernew flags -ignore_miss_func and -ignore_miss_dir for...
2014-05-26 Johann Glaserbe more verbose when techmap yielded processes
2014-05-12 Clifford WolfFixed bug in opt_reduce (see vloghammer issue_044)
2014-05-10 Clifford Wolffixed syntax error in dot file created by "show" command
2014-05-09 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2014-05-09 Clifford WolfUpdated ABC to 67c84cdd49e4
2014-05-06 Clifford WolfProgress in presentation
2014-05-06 Clifford WolfImproved ezsat stand-alone tests
2014-05-03 Clifford Wolfworkaround for OpenBSD 'stdout' implementation
2014-05-02 Clifford Wolfworkaround for OpenBSD 'stdin' implementation
2014-05-02 Clifford WolfMerge pull request #35 from bentley/dox
2014-05-02 Anthony J.... Typos and grammar fixes through chapter 4.
2014-04-20 Clifford WolfFixed clang -Wdeprecated-register warnings
2014-04-20 Clifford WolfReplaced depricated %name-prefix= bison directive
2014-04-20 Clifford Wolfminisat compile fix
2014-04-18 Clifford WolfUpdated README
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.
next