Added "yosys -X"
[yosys.git] / kernel / driver.cc
2014-12-29 Clifford WolfAdded "yosys -X"
2014-12-28 Clifford WolfAdded memhasher (yosys -M)
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-26 Clifford WolfAdded "yosys -d" command line option
2014-11-09 Clifford WolfAdded "yosys -qq" to also quiet warning messages
2014-11-06 Clifford WolfMade "cover" a compile-time option (disabled by default)
2014-10-17 Clifford WolfMore win32 (mxe and vs) build fixes
2014-10-17 Clifford WolfVarious MXE build fixes
2014-10-17 William SpeirsHeader changes so it will compile on VS
2014-10-11 Clifford WolfShrinked the copyright banner by 1 character
2014-10-09 Clifford WolfReplaced "#ifdef WIN32" with "#ifdef _WIN32"
2014-10-09 Clifford WolfNo rusage on win32
2014-09-22 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2014-09-14 Clifford WolfAdded "synth" command
2014-08-22 Clifford WolfAdded emscripten (emcc) support to build system and...
2014-08-22 Clifford WolfAdded "plugin" command
2014-08-16 Clifford WolfAdded log_spacer()
2014-08-01 Clifford WolfAdded logfile hash to statistics footer
2014-08-01 Clifford WolfAdded per-pass cpu usage statistics
2014-07-31 Clifford WolfMoved some stuff to kernel/yosys.{h,cc}, using Yosys...
2014-07-30 Clifford WolfAdded "yosys -A"
2014-07-30 Clifford WolfAdded "yosys -Q"
2014-07-30 Clifford WolfAdded "kernel/yosys.h" and "kernel/yosys.cc"
2014-07-29 Clifford WolfAdded "test_cell" command
2014-07-28 Clifford WolfUsing log_assert() instead of assert()
2014-07-27 Clifford WolfAdded log_cmd_error_expection
2014-07-27 Clifford WolfRefactoring: Renamed RTLIL::Design::modules to modules_
2014-07-26 Clifford WolfRefactoring: Renamed RTLIL::Module::cells to cells_
2014-07-26 Clifford WolfRefactoring: Renamed RTLIL::Module::wires to wires_
2014-07-26 Clifford WolfAdded support for here documents
2014-07-25 Clifford WolfDisabled cover() for non-linux builds
2014-07-24 Clifford WolfAdded "cover" command
2014-07-24 Clifford WolfNow using a dedicated ELF section for all coverage...
2014-07-24 Clifford WolfAdded support for YOSYS_COVER_FILE env variable
2014-07-24 Clifford WolfAdded support for YOSYS_COVER_DIR env variable
2014-07-21 Clifford WolfAdded support for scripts with labels
2014-07-11 Clifford WolfUse "verilog -sv" to parse .sv files
2014-03-12 Siesh1oo - kernel/register.h, kernel/driver.cc: refactor rewrit...
2014-03-12 Siesh1oo - kernel/register.h, kernel/driver.cc: refactor rewrit...
2014-03-11 Clifford WolfMerged a few fixes for non-posix systems from github...
2014-03-10 Siesh1oo - kernel/driver.cc: need to #include <cerrno> or errno...
2014-02-07 Clifford WolfAdded echo command
2014-02-06 Clifford WolfAdded support for backslash continuation in script...
2014-01-30 Clifford WolfAdded yosys -H for command list
2014-01-29 Clifford WolfAdded -h command line option
2013-12-02 Clifford WolfAdded "history" command
2013-11-29 Clifford WolfUsing RTLIL::id2cstr for prompt printing
2013-11-22 Clifford WolfSome driver changes/fixes
2013-11-17 Clifford WolfAdded -v<level> option and some minor driver cleanups
2013-11-10 Clifford WolfCall internal checker more often
2013-11-03 Clifford WolfWrite yosys version to output files
2013-10-27 Clifford WolfFixed get_share_file_name() for installed yosys
2013-10-27 Clifford WolfAdded API and Makefile rules for share/ files
2013-08-20 Clifford WolfAdded version info to yosys command and added -V option
2013-08-06 Clifford WolfAdded proper deallocation of history buffer
2013-06-10 Clifford WolfAdded history file read/write to driver
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-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