Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consistent use of 'override' for virtual methods in derived classes. | Henner Zeller | 2018-07-20 | 1 | -6/+5 |
| | | | | | | | | | o Not all derived methods were marked 'override', but it is a great feature of C++11 that we should make use of. o While at it: touched header files got a -*- c++ -*- for emacs to provide support for that language. o use YS_OVERRIDE for all override keywords (though we should probably use the plain keyword going forward now that C++11 is established) | ||||
* | Add support for "yosys -E" | Clifford Wolf | 2018-01-07 | 1 | -0/+2 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Bugfix in comment handling | Clifford Wolf | 2016-12-13 | 1 | -1/+1 |
| | |||||
* | Added glob support to all front-ends | Clifford Wolf | 2016-08-22 | 1 | -4/+12 |
| | |||||
* | Added "yosys -D" feature | Clifford Wolf | 2016-04-21 | 1 | -1/+1 |
| | |||||
* | Added ScriptPass helper class for script-like passes | Clifford Wolf | 2016-03-31 | 1 | -0/+59 |
| | |||||
* | Added support for ":" as comment symbol after ;-parsing | Clifford Wolf | 2015-10-23 | 1 | -1/+1 |
| | |||||
* | Progress on cell help messages | Clifford Wolf | 2015-10-17 | 1 | -1/+1 |
| | |||||
* | Added first help messages for cell types | Clifford Wolf | 2015-10-14 | 1 | -6/+43 |
| | |||||
* | Fixed trailing whitespaces | Clifford Wolf | 2015-07-02 | 1 | -4/+4 |
| | |||||
* | Added support for "file names with blanks" | Clifford Wolf | 2015-04-08 | 1 | -4/+3 |
| | |||||
* | Replaced ezDefaultSAT with ezSatPtr | Clifford Wolf | 2015-02-21 | 1 | -0/+14 |
| | |||||
* | Fixed creation of command reference in manual | Clifford Wolf | 2015-02-09 | 1 | -4/+3 |
| | |||||
* | Fixed comment parsing in Pass::call() | Clifford Wolf | 2014-12-29 | 1 | -3/+8 |
| | |||||
* | Added newline support to Pass::call() parser | Clifford Wolf | 2014-12-29 | 1 | -0/+12 |
| | |||||
* | Added support for empty lines to here documents | Clifford Wolf | 2014-10-29 | 1 | -2/+2 |
| | |||||
* | Added run_command() api to replace system() and popen() | Clifford Wolf | 2014-10-12 | 1 | -1/+1 |
| | |||||
* | Using next_token() to parse commands | Clifford Wolf | 2014-10-10 | 1 | -24/+24 |
| | |||||
* | Corrected spelling mistakes found by lintian | Ruben Undheim | 2014-09-06 | 1 | -3/+3 |
| | |||||
* | Removed compatbility.{h,cc}: Not using open_memstream/fmemopen anymore | Clifford Wolf | 2014-08-23 | 1 | -16/+8 |
| | |||||
* | Changed frontend-api from FILE to std::istream | Clifford Wolf | 2014-08-23 | 1 | -9/+14 |
| | |||||
* | Changed backend-api from FILE to std::ostream | Clifford Wolf | 2014-08-23 | 1 | -12/+16 |
| | |||||
* | Added Frontend "+/" filename syntax for files from proc_share_dir | Clifford Wolf | 2014-08-15 | 1 | -1/+4 |
| | |||||
* | No implicit conversion from IdString to anything else | Clifford Wolf | 2014-08-02 | 1 | -2/+2 |
| | |||||
* | Added per-pass cpu usage statistics | Clifford Wolf | 2014-08-01 | 1 | -7/+35 |
| | |||||
* | Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespace | Clifford Wolf | 2014-07-31 | 1 | -18/+16 |
| | |||||
* | Added write_file command | Clifford Wolf | 2014-07-30 | 1 | -3/+5 |
| | |||||
* | Renamed "write_autotest" to "test_autotb" and moved to passes/tests/ | Clifford Wolf | 2014-07-29 | 1 | -1/+3 |
| | |||||
* | Using log_assert() instead of assert() | Clifford Wolf | 2014-07-28 | 1 | -8/+7 |
| | |||||
* | Added support for here documents | Clifford Wolf | 2014-07-26 | 1 | -1/+30 |
| | |||||
* | Added "cover" command | Clifford Wolf | 2014-07-24 | 1 | -12/+16 |
| | |||||
* | Added call_on_selection() and call_on_module() API | Clifford Wolf | 2014-07-20 | 1 | -4/+30 |
| | |||||
* | Improved error message for options after front-end filename arguments | Clifford Wolf | 2014-06-04 | 1 | -0/+4 |
| | |||||
* | workaround for OpenBSD 'stdout' implementation | Clifford Wolf | 2014-05-03 | 1 | -1/+2 |
| | |||||
* | workaround for OpenBSD 'stdin' implementation | Clifford Wolf | 2014-05-02 | 1 | -1/+2 |
| | |||||
* | Merged OSX fixes from Siesh1oo with some modifications | Clifford Wolf | 2014-03-13 | 1 | -2/+3 |
| | |||||
* | Merged a few fixes for non-posix systems from github.com/Siesh1oo/yosys | Clifford Wolf | 2014-03-11 | 1 | -0/+1 |
| | | | | (see https://github.com/cliffordwolf/yosys/pull/28) | ||||
* | Fixed small memory leak in Pass::call() | Clifford Wolf | 2014-02-23 | 1 | -1/+4 |
| | |||||
* | Added echo command | Clifford Wolf | 2014-02-07 | 1 | -3/+45 |
| | |||||
* | Added support for #-comments in same line as command | Clifford Wolf | 2014-02-06 | 1 | -0/+2 |
| | |||||
* | Added Pass:call_newsel API | Clifford Wolf | 2013-12-02 | 1 | -0/+24 |
| | |||||
* | Call internal checker more often | Clifford Wolf | 2013-11-10 | 1 | -0/+6 |
| | |||||
* | Added "clean -purge" and ";;;" support | Clifford Wolf | 2013-08-11 | 1 | -0/+2 |
| | |||||
* | Added ";;" as shortcut for "; clean;" | Clifford Wolf | 2013-08-11 | 1 | -1/+4 |
| | |||||
* | Added "help -write-web-command-reference-manual" | Clifford Wolf | 2013-07-26 | 1 | -0/+52 |
| | |||||
* | Only initialize TCL interpreter when needed | Clifford Wolf | 2013-05-23 | 1 | -5/+0 |
| | |||||
* | Added labels to "help -write-tex-command-reference-manual" output | Clifford Wolf | 2013-05-23 | 1 | -0/+2 |
| | |||||
* | Improved/simplified TCL bindings | Clifford Wolf | 2013-05-01 | 1 | -25/+0 |
| | |||||
* | Added -color <color> <selection> option to show command | Clifford Wolf | 2013-04-01 | 1 | -4/+1 |
| | |||||
* | Implemented TCL support (only via -c option at the moment) | Clifford Wolf | 2013-03-28 | 1 | -0/+30 |
| |