yosys.git
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
2013-11-28 Clifford WolfStarted writing appnote 011
2013-11-28 Clifford WolfAdded support for "show -pause" and "show -format dot"
2013-11-28 Clifford WolfAdded QGraphicsWebView to yosys-svgviewer
2013-11-27 Clifford WolfUpdated ABC to 9241719523f6
2013-11-27 Clifford WolfAdded some svgviewer code for possible future switch...
2013-11-27 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2013-11-27 Clifford WolfTighter integration of ABC build
2013-11-27 Clifford WolfSet version number to 0.1.0+
2013-11-25 Clifford WolfStarted implementing undef support in "sat" command
2013-11-25 Clifford WolfBugfixes in new "stat" command
2013-11-25 Clifford WolfAdded "stat" command
2013-11-25 Clifford WolfImprovements in satgen undef handling
2013-11-25 Clifford WolfImprovements in satgen undef handling
2013-11-25 Clifford WolfAdded ezsat vec_const() api
2013-11-25 Clifford WolfStarted implementing undef handling in satgen
2013-11-25 Clifford WolfRemoved undef feature from ezsat api
2013-11-24 Clifford WolfUsing simplemap mappers from techmap
2013-11-24 Clifford WolfAdded simplemap pass
2013-11-24 Clifford WolfRenamed stdcells_sim.v to simcells.v and fixed blackbox.v
2013-11-24 Clifford WolfAdded module->avail_parameters (for advanced techmap...
2013-11-24 Clifford WolfAdded techmap -D and -I options
2013-11-24 Clifford WolfAdded verilog frontend -ignore_redef option
2013-11-24 Clifford WolfAdded "techmap -share_map" option
2013-11-24 Clifford WolfEarly wire/reg/parameter width calculation in ast/simplify
2013-11-24 Clifford WolfUpdated TODOs
2013-11-24 Clifford WolfFixed xilinx/example_sim_counter test bench
2013-11-24 Clifford WolfAdded proper dumping of signed/unsigned parameters...
2013-11-24 Clifford WolfAdded support for signed parameters in ilang
2013-11-24 Clifford WolfRemoved now obsolete test cases
2013-11-24 Clifford WolfRemove auto_wire framework (smarter than the verilog...
2013-11-24 Clifford WolfImplemented correct handling of signed module parameters
2013-11-24 Clifford WolfAdded modelsim support to autotest
2013-11-24 Clifford WolfFixed "flatten" top-module detection: Only use on fully...
2013-11-24 Clifford WolfFixed "make install" dependencies
2013-11-24 Clifford WolfAdded "top" attribute to mark top module in hierarchy
2013-11-23 Clifford WolfUpdated command-reference-manual.tex
2013-11-23 Clifford WolfAppNote 010 typo fixes and corrections
2013-11-23 Clifford WolfAppNote 010 progress
2013-11-23 Clifford WolfImproved handling of techmap special wires
2013-11-23 Clifford WolfImproved handling of initialized registers
2013-11-23 Clifford WolfAdded more generic _TECHMAP_ wire mechanism to techmap...
2013-11-23 Clifford WolfMaking prograss on Appnote 010
2013-11-22 Clifford WolfProgress on AppNote 010
2013-11-22 Clifford WolfStarted to write on AppNote 010: Verilog to BLIF
2013-11-22 Clifford WolfUpdated command-reference-manual.tex
next