Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hole value recovery and specialization implementation for `qbfsat` command. | Alberto Gonzalez | 2020-04-04 | 1 | -0/+7 |
| | |||||
* | exclude clang from checking | Miodrag Milanovic | 2020-03-13 | 1 | -1/+1 |
| | |||||
* | Add YS_ prefix to macros, add explanation and apply to older version as well | Miodrag Milanovic | 2020-03-13 | 1 | -9/+12 |
| | |||||
* | Use boost xpressive for gcc 4.8 | Miodrag Milanovic | 2020-03-13 | 1 | -3/+18 |
| | |||||
* | Handle expect no warnings together with expected | Miodrag Milanovic | 2020-02-22 | 1 | -0/+1 |
| | |||||
* | Option to expect no warnings | Miodrag Milanovic | 2020-02-17 | 1 | -0/+1 |
| | |||||
* | Add expect option to logger command | Miodrag Milanovic | 2020-02-14 | 1 | -0/+17 |
| | |||||
* | Improve logging use of experimental features | Claire Wolf | 2020-01-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Claire Wolf <clifford@clifford.at> | ||||
* | Add log_experimental() and experimental() API and "yosys -x" | Claire Wolf | 2020-01-27 | 1 | -1/+2 |
| | | | | Signed-off-by: Claire Wolf <clifford@clifford.at> | ||||
* | log_dump() to support State enum | Eddie Hung | 2019-10-02 | 1 | -0/+1 |
| | |||||
* | Fix various NDEBUG compiler warnings, closes #1255 | Clifford Wolf | 2019-08-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Initial implementation of elaboration system tasks | Udi Finkelstein | 2019-05-03 | 1 | -0/+1 |
| | | | | | | | (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. | ||||
* | Add log_debug() framework | Clifford Wolf | 2019-04-22 | 1 | -0/+43 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add optional nullstr argument to log_id() | Clifford Wolf | 2019-01-15 | 1 | -1/+3 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Fix typographical and grammatical errors and inconsistencies. | whitequark | 2019-01-02 | 1 | -1/+1 |
| | | | | | | | | | | | | The initial list of hits was generated with the codespell command below, and each hit was evaluated and fixed manually while taking context into consideration. DIRS="kernel/ frontends/ backends/ passes/ techlibs/" DIRS="${DIRS} libs/ezsat/ libs/subcircuit" codespell $DIRS -S *.o -L upto,iff,thru,synopsys,uint More hits were found by looking through comments and strings manually. | ||||
* | Provide source-location logging. | Henner Zeller | 2018-07-19 | 1 | -0/+5 |
| | | | | | | | | 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 | -1/+1 |
| | | | | (Re-commit e3575a8 with corrected author field) | ||||
* | Revert "Add "#ifdef __FreeBSD__"" | Clifford Wolf | 2018-05-13 | 1 | -1/+1 |
| | | | | This reverts commit e3575a86c525f2511902e7022893c3923ba8093e. | ||||
* | Add "#ifdef __FreeBSD__" | Johnny Sorocil | 2018-05-05 | 1 | -1/+1 |
| | |||||
* | Add "yosys -e regex" for turning warnings into errors | Clifford Wolf | 2018-05-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Harmonize uses of _WIN32 macro | Larry Doolittle | 2018-03-11 | 1 | -1/+1 |
| | |||||
* | Improve handling of warning messages | Clifford Wolf | 2018-03-04 | 1 | -0/+2 |
| | | | | 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/+2 |
| | |||||
* | Store command history when terminating with an error | Clifford Wolf | 2017-06-20 | 1 | -0/+1 |
| | |||||
* | Add "yosys -w" for suppressing warnings | Clifford Wolf | 2017-02-12 | 1 | -1/+1 |
| | |||||
* | Add log_wire() API | Clifford Wolf | 2017-02-11 | 1 | -0/+1 |
| | |||||
* | Added "yosys -W regex" | Clifford Wolf | 2016-12-22 | 1 | -0/+2 |
| | |||||
* | Added log_const() API | Clifford Wolf | 2016-08-09 | 1 | -0/+1 |
| | |||||
* | Added "read_verilog -dump_rtlil" | Clifford Wolf | 2016-07-27 | 1 | -0/+1 |
| | |||||
* | Fixes for MXE build | Clifford Wolf | 2016-05-07 | 1 | -7/+7 |
| | |||||
* | Added "yosys -D ALL" | Clifford Wolf | 2016-04-24 | 1 | -0/+1 |
| | |||||
* | Added "yosys -D" feature | Clifford Wolf | 2016-04-21 | 1 | -2/+3 |
| | |||||
* | Added log_dump() support for dict<> and pool<> containers | Clifford Wolf | 2016-03-31 | 1 | -0/+26 |
| | |||||
* | Microsoft Visual C++ fix for log.h. | Andrei Errapart | 2015-09-01 | 1 | -0/+5 |
| | |||||
* | Spell check (by Larry Doolittle) | Clifford Wolf | 2015-08-14 | 1 | -1/+1 |
| | |||||
* | Fixed trailing whitespaces | Clifford Wolf | 2015-07-02 | 1 | -2/+2 |
| | |||||
* | Added log_dump() support for IdStrings | Clifford Wolf | 2015-06-08 | 1 | -0/+1 |
| | |||||
* | YosysJS stuff | Clifford Wolf | 2015-02-19 | 1 | -0/+1 |
| | |||||
* | Added ENABLE_NDEBUG makefile options | Clifford Wolf | 2015-01-24 | 1 | -1/+1 |
| | |||||
* | Added #ifdef NDEBUG for log_assert() | Clifford Wolf | 2015-01-24 | 1 | -1/+5 |
| | |||||
* | Only enable code coverage counters on linux | Clifford Wolf | 2015-01-09 | 1 | -2/+2 |
| | |||||
* | Print non-errors to stdout | Clifford Wolf | 2015-01-03 | 1 | -0/+1 |
| | |||||
* | Added "yosys -X" | Clifford Wolf | 2014-12-29 | 1 | -0/+1 |
| | |||||
* | Replaced std::unordered_map as implementation for Yosys::dict | Clifford Wolf | 2014-12-26 | 1 | -2/+2 |
| | |||||
* | Added new_dict (hashmap.h) and re-enabled code coverage counters | Clifford Wolf | 2014-12-26 | 1 | -2/+2 |
| | |||||
* | Added "yosys -qq" to also quiet warning messages | Clifford Wolf | 2014-11-09 | 1 | -0/+1 |
| | |||||
* | Introducing YS_OVERRIDE, YS_FINAL, YS_ATTRIBUTE, YS_NORETURN | Clifford Wolf | 2014-11-09 | 1 | -8/+8 |
| | |||||
* | Added log_warning() API | Clifford Wolf | 2014-11-09 | 1 | -1/+3 |
| | |||||
* | Added "used" attribute to entries in yosys_cover_list | Clifford Wolf | 2014-11-07 | 1 | -1/+1 |
| | | | | | http://www.reddit.com/r/yosys/comments/2kw479/fyi_clang_350_build_error/cltgwyc http://llvm.org/bugs/show_bug.cgi?id=19474 | ||||
* | Fixed typo in "log_cmd_error_exception" | Clifford Wolf | 2014-11-07 | 1 | -1/+1 |
| |