diff options
author | Jannis Harder <me@jix.one> | 2022-10-07 21:30:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-07 21:30:26 +0200 |
commit | ae1a24d0c463b805364f5f4446eaaf64248d4d64 (patch) | |
tree | 6e88df351ea3aaaa75d3795e0e25e943a7663f79 /CHANGELOG | |
parent | c4a52b1b028fed3fcb1d14fb7c430ab1af5608ca (diff) | |
parent | ac906d15ce76115e1ef6796b2201ebf4d188bd34 (diff) | |
download | yosys-ae1a24d0c463b805364f5f4446eaaf64248d4d64.tar.gz yosys-ae1a24d0c463b805364f5f4446eaaf64248d4d64.tar.bz2 yosys-ae1a24d0c463b805364f5f4446eaaf64248d4d64.zip |
Merge pull request #3503 from jix/abort_on_log_error
Add YOSYS_ABORT_ON_LOG_ERROR environment variable for debugging.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ List of major changes and improvements between releases Yosys 0.22 .. Yosys 0.22-dev -------------------------- + * Various + - Added YOSYS_ABORT_ON_LOG_ERROR environment variable for debugging. + Setting it to 1 causes abort() to be called when Yosys terminates with an + error message. Yosys 0.21 .. Yosys 0.22 -------------------------- |