yosys.git
2015-01-06 Clifford Wolffixed compiler warning on non-linux archs
2015-01-06 Clifford Wolfremoved old debug code
2015-01-06 Clifford Wolfhashlib iterator fix
2015-01-06 Clifford Wolfbuild fix for mxe
2015-01-06 Clifford WolfTowards Xilinx bram support
2015-01-06 Clifford WolfVarious small improvements to synth_xilinx
2015-01-06 Clifford WolfTowards Xilinx bram support
2015-01-06 Clifford WolfTowards Xilinx bram support
2015-01-05 Clifford Wolfdict<> ref vs insert bugfix
2015-01-05 Clifford WolfTowards Xilinx bram support
2015-01-04 Clifford WolfTowards Xilinx bram support
2015-01-04 Clifford WolfAdded memory_bram "shuffle_enable" feature
2015-01-04 Clifford WolfRemoved left over debug code from memory_bram
2015-01-04 Clifford WolfFixed pattern matching in "hierarchy -generate"
2015-01-03 Clifford WolfPrint non-errors to stdout
2015-01-03 Clifford WolfAdded "memory -bram"
2015-01-03 Clifford WolfAdded memory_bram 'or_next_if_better' feature
2015-01-03 Clifford Wolfmemory_bram transp support
2015-01-03 Clifford WolfProgress in memory_bram
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
next