Documentation updates
[yosys.git] / kernel /
2013-06-19 Clifford WolfAdded "eval" pass
2013-06-18 Clifford WolfFixed build with clang
2013-06-18 Clifford WolfAdded RTLIL::Module::fixup_ports() API and RTLIL::...
2013-06-14 Clifford WolfFixed even more ConstEval bugs found using xsthammer
2013-06-13 Clifford WolfAdded consteval testing to xsthammer and fixed bugs
2013-06-13 Clifford WolfMore fixes for bugs found using xsthammer
2013-06-12 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2013-06-12 Clifford WolfAnother fix for a bug found using xsthammer
2013-06-10 Clifford WolfSign-extension related fixes in SatGen and AST frontend
2013-06-10 Clifford WolfImprovements and fixes in SAT code
2013-06-10 Clifford WolfAdded history file read/write to driver
2013-06-09 Clifford WolfImplemented temporal induction proofs in sat_solve
2013-06-09 Clifford WolfFixed handling of $_XOR_ in SAT generator
2013-06-09 Clifford WolfAdded sequential solving support to sat_solve
2013-06-09 Clifford WolfSet rl_basic_word_break_characters in shell
2013-06-08 Clifford WolfImproved readline tab completion
2013-06-08 Clifford WolfLook for yosys-abc and yosys-svgviewer where the main...
2013-06-08 Clifford WolfMoved cmds from kernel/ to passes/cmds/
2013-06-08 Clifford WolfAdded support for shifter cells to SAT generator
2013-06-08 Clifford WolfAdded "cd" and "ls" commands for convenience
2013-06-08 Clifford WolfVarious improvements in sat_solve pass and SAT generator
2013-06-08 Clifford WolfImproved auto-detection of -show signals in sat_solve
2013-06-07 Clifford WolfImproved sat generator and sat_solve pass
2013-06-07 Clifford WolfAdded SAT generator and simple sat_solve command
2013-06-02 Clifford WolfAdded "dump" command (part ilang backend)
2013-05-24 Clifford WolfAdded log_assert() api
2013-05-24 Clifford WolfAdded log_abort() api
2013-05-23 Clifford WolfOnly initialize TCL interpreter when needed
2013-05-23 Clifford WolfAdded labels to "help -write-tex-command-reference...
2013-05-23 Clifford WolfAdded support for processes to show command
2013-05-23 Clifford WolfFixed show command for constant assignments
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