We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb32031 commit 138228dCopy full SHA for 138228d
tests/verific/README.md
@@ -4,15 +4,12 @@
4
5
### Working
6
7
+- `case`
8
- `clocking`
9
- `enum`
10
11
### Skipped
12
13
- `bounds`: checks top and bottom bound attributes, which are removed to avoid OpenSTA issues
-- `memory_semantics`: relies on initial values being retained, which is disabled
14
-- `rom_case`: relies on using Verific's frontend rather than GHDL, which is what we are using
15
-
16
-### Failing
17
18
-- `case`: checks that miter works with abstract case synthesis, but runs into issues with function
+- `memory_semantics`: relies on initial values being retained, which we do not want
+- `rom_case`: relies on using Verific's frontend rather than GHDL
0 commit comments