Browse Source

Include eventually example in formal tests after ghdl/ghdl#1345 was fixed

master
T. Meissner 4 years ago
parent
commit
0aa92b4d4f
2 changed files with 4 additions and 2 deletions
  1. +3
    -2
      README.md
  2. +1
    -0
      formal/tests.mk

+ 3
- 2
README.md View File

@ -40,8 +40,8 @@ The next lists will grow during further development
* next_event_e[i to j] operator
* until operator
* until_ operator
* before operator (GHDL crash with a specific property, see psl_before.vhd)
* eventually! operator (simulation, synthesis produces a GHDL crash, see [GHDL issue 1345](https://github.com/ghdl/ghdl/issues/1345))
* before operator (GHDL crash with a specific invalid property, see [PSL before example](https://github.com/tmeissner/psl_with_ghdl/blob/master/src/psl_before.vhd#L53))
* eventually! operator
### Sequential Extended Regular Expressions (SERE style)
@ -64,6 +64,7 @@ The next lists will grow during further development
* before_ operator (Seems that LHS & RHS of operator have to be active at same cycle, see psl_before.vhd)
* next_event_a[i to j] operator
* eventually! behaviour with (un)bounded proofs, see [GHDL issue 1345](https://github.com/ghdl/ghdl/issues/1345)
## Further Ressources


+ 1
- 0
formal/tests.mk View File

@ -12,6 +12,7 @@ psl_next_event_e \
psl_next_event_a \
psl_until \
psl_before \
psl_eventually \
psl_sere \
psl_sere_overlapping_suffix_impl \
psl_sere_non_overlapping_suffix_impl \


Loading…
Cancel
Save