Merge branch 'bugfix'
[yosys.git] / kernel /
2013-05-16 Clifford WolfMerge branch 'bugfix'
2013-05-02 Clifford WolfAdded tcl "yosys -import" command
2013-05-01 Clifford WolfImproved/simplified TCL bindings
2013-04-15 Clifford WolfFixed "show -format ..." command line parsing
2013-04-01 Clifford WolfFixed/improved handling of colored wires in show command
2013-04-01 Clifford WolfAdded support for @<set-name> in expand select ops...
2013-04-01 Clifford WolfRemoved 4096 bytes limit for size of command from scrip...
2013-04-01 Clifford WolfAdded -color <color> <selection> option to show command
2013-03-31 Clifford WolfFixed "select" for "%%" stmt with emty stack
2013-03-31 Clifford WolfAdded "script" command
2013-03-29 Clifford WolfImproved opt_share for reduce cells
2013-03-28 Clifford WolfImplemented TCL support (only via -c option at the...
2013-03-28 Clifford WolfImplemented proper handling of stub placeholder modules
2013-03-27 Clifford WolfAdded check: only one module for "show" unless format...
2013-03-27 Clifford WolfNow using SVG and yosys-svgviewer per default in show...
2013-03-26 Clifford WolfCreate nice errors when calling RTLIL::Module::derive...
2013-03-25 Clifford WolfAdded hierarchy -generate command for generating skelet...
2013-03-24 Clifford WolfFixed handling of show -viewer
2013-03-24 Clifford WolfFixed handling of internal signals in show command
2013-03-24 Clifford WolfImproved show -colors color assignments
2013-03-24 Clifford WolfAdded show -strech and renamed -widthlabels to -width
2013-03-24 Clifford WolfAdded -widthlabels options to chow command
2013-03-24 Clifford WolfAdded -colors option to show command
2013-03-21 Clifford WolfAdded help -write-tex-command-reference-manual option
2013-03-21 Clifford WolfAdded -S option for simple synthesis to gate logic
2013-03-21 Clifford WolfDisabled the per-default dumping of ILANG code
2013-03-19 Clifford WolfMerge branch 'hansiglaser-master'
2013-03-18 Johann Glaserfixed a crash when lines start with whitespace
2013-03-18 Clifford WolfMerge branch 'hansi'
2013-03-18 Johann Glaserfixed typos
2013-03-15 Clifford WolfFixed gcc warnings and added error handling to shell...
2013-03-15 Clifford WolfAdded additional functionality and cleanups in sigtools...
2013-03-14 Clifford WolfChanged prefix for selection operators from # to %
2013-03-14 Clifford WolfAdded #ci and #co selection operators
2013-03-14 Clifford WolfAdded more features to #x selection operator
2013-03-14 Clifford WolfAdded "select -write" command
2013-03-14 Clifford WolfAdded $sr cell type to celltypes.h
2013-03-10 Clifford WolfAdded shell escape to command language
2013-03-08 Clifford WolfFixed and improved #x selection operator
2013-03-08 Clifford WolfAdded ## selection operator (union all on stack)
2013-03-08 Clifford WolfAdded select -count mode
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-05 Clifford WolfImplemented much better #x select operator
2013-03-03 Clifford WolfAdded design->select() api and use it in extract pass
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 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-01 Clifford WolfAdded id2cstr API
2013-03-01 Clifford WolfDo not unescape identifiers starting with \$
2013-02-28 Clifford WolfAdded more help messages
2013-02-28 Clifford WolfImproved help message for "shell" command
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-27 Clifford WolfChanged default frontend for "-" to "script" (was:...
2013-02-27 Clifford WolfImplemented basic functionality of "extract" pass
2013-02-27 Clifford WolfMoved stand-alone libs to libs/ directory and added...
2013-01-08 Martin SchmölzerMerge remote-tracking branch 'upstream/master'
2013-01-06 Clifford WolfImprovements in command shell
2013-01-05 Clifford WolfAdded a:*=* syntax to select framework
2013-01-05 Clifford Wolfinitial import