Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove duplicate warning detection | Miodrag Milanovic | 2020-02-23 | 1 | -0/+6 |
| | |||||
* | Handle expect no warnings together with expected | Miodrag Milanovic | 2020-02-22 | 1 | -2/+8 |
| | |||||
* | Prevent double error message | Miodrag Milanovic | 2020-02-17 | 1 | -1/+3 |
| | |||||
* | Option to expect no warnings | Miodrag Milanovic | 2020-02-17 | 1 | -0/+1 |
| | |||||
* | No new error if already failing | Miodrag Milanovic | 2020-02-17 | 1 | -1/+2 |
| | |||||
* | Add expect option to logger command | Miodrag Milanovic | 2020-02-14 | 1 | -1/+58 |
| | |||||
* | Improve logging use of experimental features | Claire Wolf | 2020-01-28 | 1 | -2/+2 |
| | | | | Signed-off-by: Claire Wolf <clifford@clifford.at> | ||||
* | Add log_experimental() and experimental() API and "yosys -x" | Claire Wolf | 2020-01-27 | 1 | -1/+14 |
| | | | | Signed-off-by: Claire Wolf <clifford@clifford.at> | ||||
* | log_dump() to support State enum | Eddie Hung | 2019-10-02 | 1 | -0/+4 |
| | |||||
* | Revert "Add log_checkpoint function and use it in opt_muxtree" | Eddie Hung | 2019-07-15 | 1 | -7/+0 |
| | | | | This reverts commit 0e6c83027f24cdf7082606a5631468ad28f41574. | ||||
* | Redesign log_id_cache so that it doesn't keep IdString instances referenced, ↵ | Clifford Wolf | 2019-07-15 | 1 | -6/+13 |
| | | | | | | fixes #1178 Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add log_checkpoint function and use it in opt_muxtree | Clifford Wolf | 2019-07-15 | 1 | -0/+7 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Fixes and cleanups in AST_TECALL handling | Clifford Wolf | 2019-06-07 | 1 | -4/+4 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Merge branch 'pr_elab_sys_tasks' of https://github.com/udif/yosys into ↵ | Clifford Wolf | 2019-06-07 | 1 | -0/+11 |
|\ | | | | | | | clifford/pr983 | ||||
| * | Initial implementation of elaboration system tasks | Udi Finkelstein | 2019-05-03 | 1 | -0/+11 |
| | | | | | | | | | | | | | | (IEEE1800-2017 section 20.11) This PR allows us to use $info/$warning/$error/$fatal **at elaboration time** within a generate block. This is very useful to stop a synthesis of a parametrized block when an illegal combination of parameters is chosen. | ||||
* | | Fix handling of warning and error messages within log_make_debug-blocks | Clifford Wolf | 2019-05-22 | 1 | -0/+9 |
|/ | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add log_debug() framework | Clifford Wolf | 2019-04-22 | 1 | -0/+7 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Improve determinism of IdString DB for similar scripts | Clifford Wolf | 2019-03-11 | 1 | -0/+4 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Provide source-location logging. | Henner Zeller | 2018-07-19 | 1 | -44/+40 |
| | | | | | | | | o Provide log_file_warning() and log_file_error() that prefix the log message with <filename>:<lineno>: to be easily picked up by IDEs that need to step through errors. o Simplify some duplicate logging code in kernel/log.cc o Use the new log functions in genrtlil. | ||||
* | Add "#ifdef __FreeBSD__" | Christian Krämer | 2018-05-13 | 1 | -3/+3 |
| | | | | (Re-commit e3575a8 with corrected author field) | ||||
* | Revert "Add "#ifdef __FreeBSD__"" | Clifford Wolf | 2018-05-13 | 1 | -3/+3 |
| | | | | This reverts commit e3575a86c525f2511902e7022893c3923ba8093e. | ||||
* | 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 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Improve handling of warning messages | Clifford Wolf | 2018-03-04 | 1 | -12/+38 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Do not create deep backtraces unless in ENABLE_DEBUG mode | Clifford Wolf | 2018-02-03 | 1 | -0/+4 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | 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 |
| |