mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-31 23:34:57 +00:00
Clean up Verific tests
This commit is contained in:
parent
2c3d2b3ec6
commit
2d771a352e
10 changed files with 568 additions and 17 deletions
18
tests/verific/README.md
Normal file
18
tests/verific/README.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Verific Test Cases
|
||||
|
||||
## Yosys Built-In
|
||||
|
||||
### Working
|
||||
|
||||
- `clocking`
|
||||
- `enum`
|
||||
|
||||
### Skipped
|
||||
|
||||
- `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
|
||||
- `rom_case`: relies on using Verific's frontend rather than GHDL, which is what we are using
|
||||
|
||||
### Failing
|
||||
|
||||
- `case`: checks that miter works with abstract case synthesis, but runs into issues with function
|
Loading…
Add table
Add a link
Reference in a new issue