Browse Source

Add strong operator versions to unsupported list

master
T. Meissner 4 years ago
parent
commit
54b2791f47
2 changed files with 3 additions and 2 deletions
  1. +1
    -1
      LICENSE.md
  2. +2
    -1
      README.md

+ 1
- 1
LICENSE.md View File

@ -1,4 +1,4 @@
#GNU LESSER GENERAL PUBLIC LICENSE
# GNU LESSER GENERAL PUBLIC LICENSE
Version 3, 29 June 2007


+ 2
- 1
README.md View File

@ -40,9 +40,10 @@ The next two lists will grow during further development
## PSL features not yet supported by GHDL:
* Synthesis of strong operator versions
* forall statement
## PSL features supported by GHDL but with wrong behaviour
* 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 (Behaviour currently under verification)
* next_event_a[i to j] operator (Behaviour currently under investigation)

Loading…
Cancel
Save