yosys.git
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
2014-12-19 Clifford WolfAdded $dffe support to write_verilog
2014-12-19 Clifford WolfChecking existence of ports in "hierarchy -check"
2014-12-19 Clifford WolfFixed another bug in write_blif handling of $lut cells
2014-12-17 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2014-12-17 Clifford WolfFixed writing of $lut cells in BLIF backend
2014-12-16 Clifford WolfFixed build with gcc 4.6
2014-12-14 Clifford WolfAdded "write_blif -undef" and support for special ...
2014-12-14 Clifford WolfAdded "write_blif -blackbox"
2014-12-14 Clifford WolfAdded "blif -unbuf" feature
2014-12-14 Clifford WolfRemoved psmisc from deps list (usually fuser is already...
2014-12-12 Clifford WolfAdded psmisc to prerequisites
2014-12-12 Clifford WolfRemoved UTF-8 chars from techmap.v
2014-12-12 Clifford WolfAdded missing prerequisites to README
2014-12-11 Clifford WolfAdded IdString::destruct_guard hack
2014-12-11 Clifford WolfCompile fix for visual studio
2014-12-11 Clifford WolfFixed supply0/supply1 with many wires
2014-12-08 Clifford WolfAdded functionality to dff2dffe pass
2014-12-08 Clifford WolfAdded bool constructors to SigBit and SigSpec
2014-12-08 Clifford WolfAdded module->addDffe() and module->addDffeGate()
2014-12-08 Clifford WolfAdded skeleton dff2dffe pass
2014-12-08 Clifford WolfAdded more documentation fixmes for nontrivial register...
2014-12-08 Clifford WolfAdded $dffe cell type
2014-12-08 Clifford WolfAdded $_DFFE_??_ cell types
2014-12-07 Clifford WolfMerge branch 'master' of https://github.com/Martoni...
2014-12-07 Fabien Marteaumanual/presentation.tex: bg option is unknown with...
2014-12-06 Clifford WolfMerge pull request #43 from Martoni/master
2014-12-05 Fabien Marteausuppressing semi-colon at the end of dot files
2014-12-04 Clifford WolfAdded some missing .gitignore in manual/
2014-11-27 Clifford WolfFixed bug in "hierarchy -top" with array of instances
2014-11-24 Clifford WolfFixed minor bug in parsing delays
2014-11-24 Clifford WolfFixed two minor bugs in constant parsing
2014-11-24 Clifford WolfSome fixes in stubnets example
2014-11-20 Clifford WolfMerge pull request #42 from slowriot/master
2014-11-20 SlowRiotswitching from unreliable typedefs to precisely sized...
2014-11-20 SlowRiotfixing incorrect buffer size allocation, and unsafe...
2014-11-14 Clifford WolfAdded warning for use of 'z' constants in HDL
2014-11-12 Clifford WolfFixed parsing of nested verilog concatenation and replicate
2014-11-12 Clifford WolfAnother 'make vcxsrc'
2014-11-11 Clifford WolfSome fixed in "make vcxsrc" srcfiles.txt creation
2014-11-11 Clifford WolfSplit MXE "make dist" into MXE "make mxebin" and non...
2014-11-09 Clifford WolfAdded "yosys -qq" to also quiet warning messages
2014-11-09 Clifford WolfIntroducing YS_OVERRIDE, YS_FINAL, YS_ATTRIBUTE, YS_NOR...
2014-11-09 Clifford WolfAdded log_warning() API
2014-11-08 Clifford WolfAdded automatic "make clean" to abc "hg pull" make...
2014-11-08 Clifford WolfSome fixes in presentation
2014-11-08 Clifford WolfAdded missing fixup_ports() calls to "rename" command
2014-11-08 Clifford WolfUse a cache for log_id() memory management
2014-11-08 Clifford WolfNow we are in Yoys 0.4+ development
2014-11-08 Clifford WolfYosys 0.4 yosys-0.4
2014-11-08 Clifford WolfAdded "ENABLE_PLUGINS := 0" to verific amd64 build...
2014-11-08 Clifford WolfVarious documentation updates
2014-11-08 Clifford WolfAdded "Nx" syntax to "show" command for repeating SigChunks
2014-11-07 Clifford WolfAdded "used" attribute to entries in yosys_cover_list
2014-11-07 Clifford WolfMinor corrections in CodingReadme
2014-11-07 Clifford WolfImproved TopoSort determinism
2014-11-07 Clifford WolfFixed generation of temp names in verilog backend
2014-11-07 Clifford WolfUpdated ABC to 5b5af75f1dda
2014-11-07 Clifford WolfChangelog for Yosys 0.4
2014-11-07 Clifford WolfFixed typo in "log_cmd_error_exception"
2014-11-06 Clifford WolfMade "cover" a compile-time option (disabled by default)
2014-11-05 Clifford WolfRemoved QMAKE variable from Makefile
2014-10-31 Clifford WolfAdded "abc" label in synth script
next