yosys.git
2015-01-02 Clifford WolfCosmetic changes in verilog output format
2015-01-02 Clifford WolfAdded proper clkpol support to memory_bram
2015-01-02 Clifford WolfFixes and improvements in bram test
2015-01-02 Clifford WolfProgress in bram testbench
2015-01-02 Clifford WolfDefine YOSYS and SYNTHESIS in preproc
2015-01-02 Clifford WolfNew $mem simlib model
2015-01-02 Clifford WolfProgress in memory_bram
2015-01-01 Clifford WolfProgress in memory_bram
2015-01-01 Clifford WolfProgress in bram testbench
2015-01-01 Clifford WolfBram testbench (incomplete)
2015-01-01 Clifford WolfProgress in memory_bram
2015-01-01 Clifford WolfFixed memory->start_offset handling
2015-01-01 Clifford WolfProgress in memory_bram
2015-01-01 Clifford WolfRemoved SigSpec::extend_xx() api
2014-12-31 Clifford WolfProgress in memory_bram
2014-12-31 Clifford WolfAdded memory_bram (not functional yet)
2014-12-31 Clifford WolfAdded hashlib .count(key, iterator) and it1 < it2
2014-12-31 Clifford WolfImprovements in CodingReadme
2014-12-31 Clifford Wolfimproved bitpattern (proc_mux) performance
2014-12-31 Clifford Wolfhashlib cleanups and a fix
2014-12-31 Clifford Wolfgcc-4.6 compile fixes
2014-12-31 Clifford Wolfnew hashlib::pool<> (derived from new dict)
2014-12-31 Clifford Wolfmajor rewrite of hashlib::dict<>
2014-12-31 Clifford WolfIdString optimization
2014-12-31 Clifford Wolfhotfix for ModInfo
2014-12-30 Clifford Wolfusing pool<> in bitpattern.h
2014-12-30 Clifford Wolfimproved -v option
2014-12-30 Clifford Wolftypo fix for "opt -fast"
2014-12-30 Clifford Wolfprint timing details (-d) in -q mode
2014-12-30 Clifford WolfFixed a bug in "select %ci %co %x"
2014-12-30 Clifford WolfAdded more information to CodingReadme
2014-12-30 Clifford WolfFixed typo in ABC command
2014-12-30 Clifford Wolfadded hashlib::mkhash_init
2014-12-30 Clifford WolfFixed simlib entries for $memrd and $memwr
2014-12-30 Clifford WolfSmall optimization in hashlib
2014-12-30 Clifford WolfImprovements in hashlib
2014-12-30 Clifford WolfFixed build with SMALL=1
2014-12-29 Clifford WolfPut dummy reference to empty idstring in yosys_shutdown()
2014-12-29 Clifford WolfImproved free list management in hashlib
2014-12-29 Clifford WolfFixed memory corruption in "splice" command
2014-12-29 Clifford WolfAdded statehash to ezSAT
2014-12-29 Clifford WolfLess verbose ABC output
2014-12-29 Clifford WolfAdded global yosys_celltypes
2014-12-29 Clifford WolfAdded "yosys -X"
2014-12-29 Clifford WolfCleanups in opt_clean
2014-12-29 Clifford WolfFixed comment parsing in Pass::call()
2014-12-29 Clifford Wolfdict/pool changes in opt_clean
2014-12-29 Clifford WolfAdded newline support to Pass::call() parser
2014-12-29 Clifford Wolfdict/pool changes in ast
2014-12-29 Clifford Wolfgcc build fixes
2014-12-29 Clifford WolfConverting "share" to dict<> and pool<> complete
2014-12-28 Clifford WolfSwitched most of "share" to dict<> and pool<>
2014-12-28 Clifford WolfAdded mkhash_xorshift()
2014-12-28 Clifford WolfSome changes to hashlib to make for better stl compatib...
2014-12-28 Clifford WolfSome cleanups
2014-12-28 Clifford WolfAdded memhasher (yosys -M)
2014-12-28 Clifford Wolfusing dict and pool in opt_reduce
2014-12-28 Clifford Wolfbugfix in opt_share
2014-12-28 Clifford WolfChanged more code to dict<> and pool<>
2014-12-28 Clifford WolfFixed performance bug in object hashing
2014-12-28 Clifford WolfImproved hashlib iterator implementation
2014-12-28 Clifford WolfRenamed hashmap.h to hashlib.h, some related improvements
2014-12-27 Clifford WolfVarious improvements in ModIndex
2014-12-27 Clifford WolfMore dict/pool related changes
2014-12-27 Clifford WolfAdded memory statistics (at least on linux)
2014-12-27 Clifford WolfBetter help message printing for command line tool
2014-12-27 Clifford WolfImproved some warning messages
2014-12-27 Clifford WolfFixed mem2reg warning message
2014-12-27 Clifford WolfMore hashtable finetuning
2014-12-26 Clifford WolfSome cleanups in dict/pool hashtable implementation
2014-12-26 Clifford WolfUsing Yosys::dict and Yosys::pool in sigtools.h
2014-12-26 Clifford WolfReplaced std::unordered_set (nodict) with Yosys::pool
2014-12-26 Clifford WolfReplaced std::unordered_map as implementation for Yosys...
2014-12-26 Clifford WolfAdded new_dict (hashmap.h) and re-enabled code coverage...
2014-12-26 Clifford WolfTemporary gcc 4.6 build hotfix for Yosys::dict and...
2014-12-26 Clifford WolfAdded "yosys -d" command line option
2014-12-26 Clifford WolfAdded Yosys::{dict,nodict,vector} container types
2014-12-25 Clifford WolfVarious fixes and improvements in "write_smt2 -bv"
2014-12-25 Clifford WolfAdded "test_cell -muxdiv"
2014-12-25 Clifford WolfVarious fixes and improvements in write_smt2
2014-12-25 Clifford WolfAdded "test_cell -w" feature
2014-12-25 Clifford WolfFixed simplemap for $ne cells with output width > 1
2014-12-25 Clifford WolfAdded support for most BV cell types to write_smt2
2014-12-25 Clifford WolfAdded "write_smt2 -bv" and other write_smt2 improvements
2014-12-24 Clifford WolfFixed off-by-one bug in "hierarchy -check" for position...
2014-12-24 Clifford WolfAdded write_smt2 (only gate level logic supported so...
2014-12-24 Clifford WolfAdded "dfflibmap -prepare" help
2014-12-24 Clifford WolfAdded "dfflibmap -prepare"
2014-12-24 Clifford WolfAdded "dff2dffe -direct" for direct gate mapping
2014-12-24 Clifford WolfAdded "dff2dffe -unmap"
2014-12-24 Clifford WolfAdded support for gate-level cells in dff2dffe
2014-12-24 Clifford WolfImprovements in simplemap api, added $ne $nex $eq ...
2014-12-24 Clifford WolfRenamed extend() to extend_xx(), changed most users...
2014-12-23 Clifford WolfImproved ABC clock domain partitioning
2014-12-23 Clifford WolfIndenting fix in show.cc
2014-12-23 Clifford WolfAdded "show -colorattr"
2014-12-23 Clifford WolfAdded "abc -markgroups"
2014-12-21 Clifford WolfAdded support for multiple clock domains to "abc" pass
2014-12-21 Clifford WolfFixed "abc" pass for clk and enable signals driven...
2014-12-19 Clifford WolfAdded DFFE support to "abc" pass
next