yosys/tests/verific/README.md

16 lines
343 B
Markdown
Raw Normal View History

2024-09-23 13:05:08 +02:00
# Verific Test Cases
## Yosys Built-In
### Working
2024-09-23 14:35:48 +02:00
- `case`
2024-09-23 13:05:08 +02:00
- `clocking`
- `enum`
### Skipped
- `bounds`: checks top and bottom bound attributes, which are removed to avoid OpenSTA issues
2024-09-23 14:35:48 +02:00
- `memory_semantics`: relies on initial values being retained, which we do not want
- `rom_case`: relies on using Verific's frontend rather than GHDL