Browse Source

PSL next_e operator now supported by GHDL :)

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

+ 1
- 1
README.md View File

@ -23,6 +23,7 @@ The next two lists will grow during further development
* next operator
* next[n] operator
* next_a[i to j] operator
* next_e[i to j] operator
* next_event operator
* next_event[n] operator
* until operator
@ -32,7 +33,6 @@ The next two lists will grow during further development
## PSL features not yet supported by GHDL:
* next_e[i to j] operator
* next_event_a[i to j] operator
* next_event_e[i to j] operator


+ 1
- 0
formal/tests.mk View File

@ -4,6 +4,7 @@ psl_never \
psl_next \
psl_next_3 \
psl_next_a \
psl_next_e \
psl_next_event \
psl_next_event_4 \
psl_until \


Loading…
Cancel
Save