Skip to content

Commit

Permalink
Standardize convention, add back test, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
akashlevy committed Sep 23, 2024
1 parent 9e9d435 commit ed2c653
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 9 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 1 addition & 9 deletions tests/verific/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
# Verific Test Cases

## Yosys Built-In

### Working

- `case`
- `clocking`
- `enum`

### Skipped
## Disabled

- `bounds`: checks top and bottom bound attributes, which are removed to avoid OpenSTA issues
- `memory_semantics`: relies on initial values being retained, which we do not want
Expand Down
File renamed without changes.
File renamed without changes.
16 changes: 16 additions & 0 deletions tests/verific/range_case.ys
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import -cfg db_abstract_case_statement_synthesis 0
read -sv range_case.sv
import -import top
proc
rename top gold

import -cfg db_abstract_case_statement_synthesis 1
read -sv range_case.sv
import -import top
proc
rename top gate

miter -equiv -flatten -make_assert gold gate miter
prep -top miter
clk2fflogic
sat -set-init-zero -tempinduct -prove-asserts -verify
File renamed without changes.

0 comments on commit ed2c653

Please sign in to comment.