| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Add log_checkpoint function and use it in opt_muxtree" | Eddie Hung | 2019-07-15 | 1 | -7/+0 |
* | Redesign log_id_cache so that it doesn't keep IdString instances referenced, ... | Clifford Wolf | 2019-07-15 | 1 | -6/+13 |
* | Add log_checkpoint function and use it in opt_muxtree | Clifford Wolf | 2019-07-15 | 1 | -0/+7 |
* | Fixes and cleanups in AST_TECALL handling | Clifford Wolf | 2019-06-07 | 1 | -4/+4 |
* | Merge branch 'pr_elab_sys_tasks' of https://github.com/udif/yosys into cliffo... | Clifford Wolf | 2019-06-07 | 1 | -0/+11 |
|\ |
|
| * | Initial implementation of elaboration system tasks | Udi Finkelstein | 2019-05-03 | 1 | -0/+11 |
* | | Fix handling of warning and error messages within log_make_debug-blocks | Clifford Wolf | 2019-05-22 | 1 | -0/+9 |
|/ |
|
* | Add log_debug() framework | Clifford Wolf | 2019-04-22 | 1 | -0/+7 |
* | Improve determinism of IdString DB for similar scripts | Clifford Wolf | 2019-03-11 | 1 | -0/+4 |
* | Provide source-location logging. | Henner Zeller | 2018-07-19 | 1 | -44/+40 |
* | Add "#ifdef __FreeBSD__" | Christian Krämer | 2018-05-13 | 1 | -3/+3 |
* | Revert "Add "#ifdef __FreeBSD__"" | Clifford Wolf | 2018-05-13 | 1 | -3/+3 |
* | Add "#ifdef __FreeBSD__" | Johnny Sorocil | 2018-05-05 | 1 | -3/+3 |
* | Add "yosys -e regex" for turning warnings into errors | Clifford Wolf | 2018-05-04 | 1 | -1/+9 |
* | Improve handling of warning messages | Clifford Wolf | 2018-03-04 | 1 | -12/+38 |
* | Do not create deep backtraces unless in ENABLE_DEBUG mode | Clifford Wolf | 2018-02-03 | 1 | -0/+4 |
* | Add log_warning_noprefix() API, Use for Verific warnings and errors | Clifford Wolf | 2017-07-27 | 1 | -0/+34 |
* | Store command history when terminating with an error | Clifford Wolf | 2017-06-20 | 1 | -0/+4 |
* | Add "yosys -w" for suppressing warnings | Clifford Wolf | 2017-02-12 | 1 | -8/+21 |
* | Add log_wire() API | Clifford Wolf | 2017-02-11 | 1 | -0/+7 |
* | Simplified log_spacer() code | Clifford Wolf | 2016-12-23 | 1 | -6/+2 |
* | Added "yosys -W regex" | Clifford Wolf | 2016-12-22 | 1 | -1/+32 |
* | Some minor build fixes for Visual C | Clifford Wolf | 2016-10-14 | 1 | -0/+2 |
* | Use _Exit(0) on win32, always use _Exit(1) in log_error() | Clifford Wolf | 2016-08-16 | 1 | -1/+1 |
* | Added log_const() API | Clifford Wolf | 2016-08-09 | 1 | -0/+18 |
* | Added "read_verilog -dump_rtlil" | Clifford Wolf | 2016-07-27 | 1 | -0/+7 |
* | Added "yosys -D ALL" | Clifford Wolf | 2016-04-24 | 1 | -0/+4 |
* | Added "yosys -D" feature | Clifford Wolf | 2016-04-21 | 1 | -5/+15 |
* | Fixed trailing whitespaces | Clifford Wolf | 2015-07-02 | 1 | -2/+2 |
* | Fixed cstr_buf for std::string with small string optimization | Clifford Wolf | 2015-06-11 | 1 | -1/+1 |
* | Added log_dump() support for IdStrings | Clifford Wolf | 2015-06-08 | 1 | -0/+4 |
* | Verific build fixes | Clifford Wolf | 2015-05-17 | 1 | -1/+1 |
* | YosysJS stuff | Clifford Wolf | 2015-02-19 | 1 | -4/+15 |
* | More log_id() stuff | Clifford Wolf | 2015-01-30 | 1 | -3/+7 |
* | Some cleanups in log.cc | Clifford Wolf | 2015-01-30 | 1 | -14/+16 |
* | Only enable code coverage counters on linux | Clifford Wolf | 2015-01-09 | 1 | -1/+1 |
* | fixed compiler warning on non-linux archs | Clifford Wolf | 2015-01-06 | 1 | -2/+4 |
* | Print non-errors to stdout | Clifford Wolf | 2015-01-03 | 1 | -0/+6 |
* | Added "yosys -X" | Clifford Wolf | 2014-12-29 | 1 | -0/+95 |
* | Replaced std::unordered_map as implementation for Yosys::dict | Clifford Wolf | 2014-12-26 | 1 | -3/+3 |
* | Added new_dict (hashmap.h) and re-enabled code coverage counters | Clifford Wolf | 2014-12-26 | 1 | -3/+3 |
* | Added "yosys -qq" to also quiet warning messages | Clifford Wolf | 2014-11-09 | 1 | -2/+3 |
* | Added log_warning() API | Clifford Wolf | 2014-11-09 | 1 | -2/+23 |
* | Use a cache for log_id() memory management | Clifford Wolf | 2014-11-08 | 1 | -1/+4 |
* | Fixed typo in "log_cmd_error_exception" | Clifford Wolf | 2014-11-07 | 1 | -1/+1 |
* | Made "cover" a compile-time option (disabled by default) | Clifford Wolf | 2014-11-06 | 1 | -1/+1 |
* | Fixed various VS warnings | Clifford Wolf | 2014-10-18 | 1 | -1/+1 |
* | Fixed MXE build | Clifford Wolf | 2014-10-15 | 1 | -2/+2 |
* | A few indent fixes | Clifford Wolf | 2014-10-15 | 1 | -1/+1 |
* | Fixed log so it will compile under Visual Studio | William Speirs | 2014-10-15 | 1 | -1/+24 |