yosys.git
2013-03-14 Clifford WolfAdded $sr cell type to celltypes.h
2013-03-10 Clifford WolfFixed detection of public wires in opt_rmunused
2013-03-10 Clifford WolfAdded shell escape to command language
2013-03-08 Clifford WolfFixed and improved #x selection operator
2013-03-08 Clifford WolfAutomatically select new objects in abc and techmap...
2013-03-08 Clifford WolfAdded ## selection operator (union all on stack)
2013-03-08 Clifford WolfAdded select -count mode
2013-03-08 Clifford WolfSplit extract -attr into extract -cell_attr and -wire_attr
2013-03-07 Clifford WolfAdded support for attribute matching in extract pass
2013-03-07 Clifford WolfAdded portmapping support to subcircuit userCompareNode...
2013-03-07 Clifford WolfCleanups and improvements in Makefile
2013-03-06 Clifford WolfFixed parsing of select #x<num> operator
2013-03-06 Clifford WolfImproved error message on failed module load
2013-03-06 Clifford WolfAdded support for loadable modules (aka plugins)
2013-03-06 Clifford WolfReset Makefile default config setting (oops)
2013-03-06 Clifford WolfFixed mine test case for subcircuit library
2013-03-06 Clifford WolfFixed handling of constant values and port swapping...
2013-03-05 Clifford WolfChanged default value for extract -mine_cells_span
2013-03-05 Clifford WolfAdded some simple progress information to verbose subci...
2013-03-05 Clifford WolfImplemented -mine_split option to extract pass
2013-03-05 Clifford WolfImplemented much better #x select operator
2013-03-03 Clifford WolfImplemented extract -mine_max_fanout <num> option
2013-03-03 Clifford WolfPerformance optimization in subcircuit mining
2013-03-03 Clifford WolfFixed a gcc compiler warning [-Wparentheses]
2013-03-03 Clifford WolfAdded "shared nodes" feature to the subcircuit library
2013-03-03 Clifford WolfAdded support for "extract_order" attribute to extract...
2013-03-03 Clifford WolfAdded design->select() api and use it in extract pass
2013-03-03 Clifford WolfFixed subcircuit allowOverlap=false corner case
2013-03-03 Clifford WolfAdded support for #x:<num> select stmt
2013-03-03 Clifford WolfHandle known inout ports as outputs in show command
2013-03-03 Clifford WolfFixed memory corruption in subcircuit miner
2013-03-03 Clifford WolfMinor hotfixes (mostly gcc build fixes)
2013-03-03 Clifford WolfAdded library support to celltypes class and show pass
2013-03-03 Clifford WolfImplemented general handler for selection arguments
2013-03-02 Clifford WolfFinished "extract -mine" feature
2013-03-02 Clifford WolfMore fun with subcircuit mining
2013-03-02 Clifford WolfAdded -mine option to extract pass (not finished)
2013-03-02 Clifford Wolfsubcircuit library: implied allExtern for mining
2013-03-02 Clifford WolfAdded frequent subcircuit miner to subcircuit library
2013-03-01 Clifford WolfAdded help messages for fsm_* passes
2013-03-01 Clifford WolfAdded help messages to memory_* passes
2013-03-01 Clifford WolfAdded help messages to proc_* passes
2013-03-01 Clifford WolfAdded help messages for opt_* passes
2013-03-01 Clifford WolfAdded id2cstr API
2013-03-01 Clifford WolfAdded help messages to ilang and verilog frontends
2013-03-01 Clifford WolfDo not unescape identifiers starting with \$
2013-03-01 Clifford WolfFixed "make qtcreator" (we now have a libs/ directory)
2013-02-28 Clifford WolfAdded more help messages
2013-02-28 Clifford WolfImproved help message for "shell" command
2013-02-28 Clifford WolfAdded help command to README (and some other README...
2013-02-28 Clifford WolfAdded online help for "show" and "hierarchy" commands
2013-02-28 Clifford WolfAdded help for command line options
2013-02-28 Clifford WolfAdded help msg to select command (and minor improvements)
2013-02-28 Clifford WolfAdded more help messages (extract, abc, dfflibmap)
2013-02-28 Clifford WolfAdded "help" command
2013-02-28 Clifford WolfAdded port swapping and compatible types to "extract...
2013-02-27 Clifford WolfAdded "extract -constports" feature
2013-02-27 Clifford WolfChanged default frontend for "-" to "script" (was:...
2013-02-27 Clifford WolfFixed "extract" pass for non-optimized needles
2013-02-27 Clifford WolfAdded support for simple gates with one constant input...
2013-02-27 Clifford WolfAdded extract -verbose and -map ilang support
2013-02-27 Clifford WolfImplemented basic functionality of "extract" pass
2013-02-27 Clifford WolfAdded support for constant signals in "extract" pass
2013-02-27 Clifford WolfAdded "extract" pass (not functional yet)
2013-02-27 Clifford WolfAdded some additional TODO items
2013-02-27 Clifford WolfFixed typo in README
2013-02-27 Clifford WolfAdded copyright statement to readme file
2013-02-27 Clifford WolfMoved stand-alone libs to libs/ directory and added...
2013-02-26 Clifford WolfAdded support for verilog genblock[index].member syntax
2013-02-24 Clifford WolfMerge pull request #2 from mschmoelzer/master
2013-02-23 Martin Schmölzer"fsm_export" pass: fix KISS file generation.
2013-01-16 Clifford WolfAdded support for "always @(*)"
2013-01-08 Clifford WolfMerge pull request #1 from mschmoelzer/master
2013-01-08 Martin SchmölzerMerge remote-tracking branch 'upstream/master'
2013-01-08 Martin SchmölzerAdd support for "fsm_export" synthesis attributes to...
2013-01-06 Clifford WolfAdded "getting started" section to README
2013-01-06 Clifford WolfImprovements in command shell
2013-01-05 Clifford WolfAdded a:*=* syntax to select framework
2013-01-05 Clifford WolfAdded qtcreator.creator.user to top level .gitignore
2013-01-05 Clifford WolfCopy attributes from state signal to fsm cell
2013-01-05 Clifford WolfMore .gitignore and fixed "make mrproper"
2013-01-05 Clifford Wolfadded more .gitignore files (make test)
2013-01-05 Clifford Wolfadded .gitignore files
2013-01-05 Clifford Wolfinitial import