aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-11-16 14:24:04 +0000
committerYann Herklotz <git@yannherklotz.com>2019-11-16 14:24:04 +0000
commit6833763601643c8badc2e477cb963281a21a5b7f (patch)
tree0828394aca3ce785b4e1526f9695b5bf5a434d41
parentd821bbe66596b402a93c3189d5497e4d287f6a83 (diff)
downloadverismith-6833763601643c8badc2e477cb963281a21a5b7f.tar.gz
verismith-6833763601643c8badc2e477cb963281a21a5b7f.zip
Icarus bug fixed
-rw-r--r--README.md2
-rw-r--r--bugs/icarus_10.md2
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