yosys.git
2014-01-03 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2014-01-03 Ahmed Irfanmakefile
2014-01-03 Ahmed Irfanbtor
2014-01-02 Clifford WolfAdded correct handling of $memwr priority
2014-01-02 Clifford WolfFixed more complex undef cases in freduce
2014-01-02 Clifford WolfNow */ is optional in */<mode>:<arg> selections
2014-01-02 Clifford WolfAdded "rename -hide" command
2014-01-02 Clifford WolfAdded SAT undef model for $pmux and $safe_pmux
2014-01-02 Clifford WolfMore "freduce" related fixes and improvements
2014-01-02 Clifford WolfAdded support for module->connections to select %ci...
2014-01-02 Clifford WolfSome cleanups in freduce -inv mode (and switched from...
2014-01-02 Clifford WolfAdded autotest.sh -p option
2014-01-02 Clifford WolfMajor rewrite of "freduce" command
2014-01-01 Clifford WolfUpdated CHANGELOG
2013-12-31 Clifford WolfFixed use of limited length buffer in ABC blif parser
2013-12-31 Clifford WolfUse "abc -dff" in "make test"
2013-12-31 Clifford WolfAdded abc -dff and -clk support
2013-12-31 Clifford WolfVarious small cleanups in stdcells.v techmap code
2013-12-31 Clifford WolfAdded additional checks for A_SIGNED == B_SIGNED for...
2013-12-31 Clifford WolfUpdated ABC to hg rev 57517e81666b
2013-12-31 Clifford WolfNow using BLIF as ABC input format
2013-12-31 Clifford WolfFixed commented out techmap call in tests/tools/autotest.sh
2013-12-31 Clifford WolfAlways use BLIF as ABC output format
2013-12-29 Clifford WolfFixed a stupid access after delete bug
2013-12-29 Clifford WolfFixed undef extend for bitwise binary ops (bugs in...
2013-12-28 Clifford WolfUpdated manual/command-reference-manual.tex
2013-12-28 Clifford WolfAdded new cell types to manual
2013-12-28 Clifford WolfAdded $bu0 cell (for easy correct $eq/$ne mapping)
2013-12-28 Clifford WolfAdded sat -prove-x and -set-def-inputs
2013-12-28 Clifford WolfImproved $_MUX_ handling in opt_const
2013-12-28 Clifford WolfMore conservastive $eq/$ne/$eqx/$nex opt_const code
2013-12-27 Clifford WolfFixed sat handling of $eqx and $nex with unequal port...
2013-12-27 Clifford WolfFixed parsing of non-arg macro calls followed by "("
2013-12-27 Clifford WolfSmall cleanup in SatGen
2013-12-27 Clifford WolfMore $eq/$ne/$eqx/$nex fixes in opt_const
2013-12-27 Clifford WolfFixed parsing of macros with no arguments and expansion...
2013-12-27 Clifford WolfFixed sat handling of $eqx and $nex cells
2013-12-27 Clifford WolfFixed/improved opt_const $eq/$ne/$eqx/$nex handling
2013-12-27 Clifford WolfAdded support for non-const === and !== (for miter...
2013-12-27 Clifford WolfAdded proper === and !== support in constant expressions
2013-12-27 Clifford WolfAdded sat -set-def/-set-*-undef support
2013-12-27 Clifford WolfRenamed sat -set-undef to -set-any-undef
2013-12-21 Clifford WolfFixed dfflibmap for unused output ports
2013-12-21 Clifford WolfNow prefer smallest cells in dfflibmap
2013-12-20 Clifford WolfCleanup of dfflibmap cellmap exploration code
2013-12-20 Clifford WolfFurther improved dfflibmap cellmap exploration
2013-12-20 Clifford WolfFixed dfflibmap endless-loop bug
2013-12-20 Clifford WolfAdded log_dump() API
2013-12-19 Clifford WolfPrefer non-inverted clocks in dfflibmap
2013-12-18 Clifford WolfAdded multiplier test case from eda playground
2013-12-18 Clifford WolfAdded elsif preproc support
2013-12-18 Clifford WolfAdded support for macro arguments
2013-12-08 Clifford WolfFixes and other changes in README
2013-12-08 Clifford WolfFinished AppNote 011
2013-12-08 Clifford WolfProgress on AppNote 011
2013-12-07 Clifford WolfAdded sat -max_undef feature
2013-12-07 Clifford WolfProgress on AppNote 011
2013-12-07 Clifford WolfAdded "sat" undef support and "sat -set-init" options
2013-12-07 Clifford WolfFixed uninitialized const flags bug
2013-12-07 Clifford WolfFixed compiler warining in passes/sat/eval.cc
2013-12-07 Clifford WolfProgress on AppNote 011
2013-12-07 Clifford WolfProgress on AppNote 011
2013-12-07 Clifford WolfAdded eval -set-undef and eval -table
2013-12-07 Clifford WolfFixes and improvements in RTLIL::SigSpec::parse
2013-12-06 Clifford WolfFixes in fsm detect/extract for better detection of...
2013-12-05 Clifford WolfFixed bug in example prog in appnote 011
2013-12-05 Clifford WolfKeep strings as strings in const ternary and concat
2013-12-05 Clifford WolfAdded const folding support for $signed and $unsigned
2013-12-05 Clifford WolfAdded AstNode::mkconst_str API
2013-12-04 Clifford WolfFixed generate-for (and disabled double warning for...
2013-12-04 Clifford WolfAdded support for $clog2 system function
2013-12-04 Clifford WolfVarious improvements in support for generate statements
2013-12-04 Clifford WolfReplaced signed_parameters API with CONST_FLAG_SIGNED
2013-12-04 Clifford WolfReplaced RTLIL::Const::str with generic decoder method
2013-12-04 Clifford WolfFix in sincos testbench gen
2013-12-04 Clifford WolfAdded sincos test case
2013-12-04 Clifford WolfAdded support for local regs in named blocks
2013-12-04 Clifford WolfFixed gentb_constant handling in autotest backend
2013-12-04 Clifford WolfMore ABC releated Makefile changes
2013-12-03 Clifford WolfMinor improvements in ABc build
2013-12-02 Clifford WolfProgress on AppNote 011
2013-12-02 Clifford WolfFixed submod for non-primitive cells
2013-12-02 Clifford WolfFixed submod for non-cleaned designs
2013-12-02 Clifford WolfAdded Pass:call_newsel API
2013-12-02 Clifford WolfAdded "history" command
2013-12-01 Clifford WolfA fix in memory_dff for write ports with static addresses
2013-12-01 Clifford WolfProgress on AppNote 011
2013-11-29 Clifford WolfProgress on AppNote 011
2013-11-29 Clifford WolfProgress on AppNote 011
2013-11-29 Clifford WolfUsing RTLIL::id2cstr for prompt printing
2013-11-29 Clifford WolfAdded dump -m and -n options
2013-11-28 Clifford WolfProgress on AppNote 011
2013-11-28 Clifford WolfMerge pull request #17 from mschmoelzer/master
2013-11-28 Clifford WolfFixed temp net name generation in rtlil process generat...
2013-11-28 Clifford WolfAdded pattern support to "ls" command
2013-11-28 Clifford WolfImproved ID matching scheme in select (and thus for...
2013-11-28 Clifford WolfFixes and improvements in "show" command
2013-11-28 Martin SchmölzerInclude unistd.h in svgview.cpp (required for getcwd...
2013-11-28 Clifford WolfMore progress on AppNote 011
2013-11-28 Clifford WolfAdded "src" attribute to processes
next