Improved readline tab completion
[yosys.git] / kernel / driver.cc
2013-06-08 Clifford WolfImproved readline tab completion
2013-06-08 Clifford WolfLook for yosys-abc and yosys-svgviewer where the main...
2013-05-23 Clifford WolfOnly initialize TCL interpreter when needed
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-01 Clifford WolfRemoved 4096 bytes limit for size of command from scrip...
2013-03-31 Clifford WolfAdded "script" command
2013-03-28 Clifford WolfImplemented TCL support (only via -c option at the...
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-18 Clifford WolfMerge branch 'hansi'
2013-03-18 Johann Glaserfixed typos
2013-03-06 Clifford WolfImproved error message on failed module load
2013-03-06 Clifford WolfAdded support for loadable modules (aka plugins)
2013-03-03 Clifford WolfImplemented general handler for selection arguments
2013-02-28 Clifford WolfAdded more help messages
2013-02-28 Clifford WolfImproved help message for "shell" command
2013-02-28 Clifford WolfAdded help for command line options
2013-02-27 Clifford WolfChanged default frontend for "-" to "script" (was:...
2013-01-08 Martin SchmölzerMerge remote-tracking branch 'upstream/master'
2013-01-06 Clifford WolfImprovements in command shell
2013-01-05 Clifford Wolfinitial import