From 6833763601643c8badc2e477cb963281a21a5b7f Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 16 Nov 2019 14:24:04 +0000 Subject: Icarus bug fixed --- README.md | 2 +- bugs/icarus_10.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 002736b..02b5fc1 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ The fuzzer generates combinational and behavioural Verilog to test the various t | Type | Issue | Confirmed | Fixed | |----------------|-----------------------------------------------------------------|-----------|-------| -| Mis-simulation | [Issue 283](https://github.com/steveicarus/iverilog/issues/283) | ✓ | ✗ | +| Mis-simulation | [Issue 283](https://github.com/steveicarus/iverilog/issues/283) | ✓ | ✓ | ## Install the Fuzzer diff --git a/bugs/icarus_10.md b/bugs/icarus_10.md index 57a954e..ee034b9 100644 --- a/bugs/icarus_10.md +++ b/bugs/icarus_10.md @@ -1,6 +1,6 @@ # Expression evaluates to 1'bx instead of expected 1'b0 -[ Not fixed | [Issue 283](https://github.com/steveicarus/iverilog/issues/283) ] +[ Fixed in [`0a4cae2`](https://github.com/steveicarus/iverilog/commit/0a4cae264441ea91965da1040e7a298d729d58cc) | [Issue 283](https://github.com/steveicarus/iverilog/issues/283) ] ## Affected versions -- cgit