yosys.git
2015-01-13 Clifford WolfTiny fix in vcdcd.pl
2015-01-13 Clifford WolfSmall Makefile typo fix
2015-01-09 Clifford WolfOnly enable code coverage counters on linux
2015-01-08 Clifford WolfMerge pull request #46 from utzig/master
2015-01-08 Fabio UtzigEnable use of homebrew's provided bison if available
2015-01-08 Fabio UtzigEnable bison to be customized
2015-01-08 Fabio UtzigAdd homebrew's libffi paths
2015-01-08 Fabio UtzigAdd homebrew's readline paths
2015-01-07 Clifford WolfAdded add_share_file Makefile macro
2015-01-07 Clifford Wolfadded minimalistic xilinx sim models
2015-01-07 Clifford Wolfdisabled problematic mux -> and/or transform
2015-01-07 Clifford WolfMore Xilinx bram cleanups
2015-01-07 Clifford WolfCleanups in xilinx bram descriptions
2015-01-06 Clifford Wolfmemory_bram hotfix for memories with width 1
2015-01-06 Clifford WolfXilinx RAMB36/RAMB18 memory_bram support complete
2015-01-06 Clifford WolfTowards Xilinx bram support
2015-01-06 Clifford Wolfsmall fix in xilinx/brams.v
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
next