Browse Source

Fixed entity & file names of [=] examples

master
T. Meissner 4 years ago
parent
commit
0a044db5d0
5 changed files with 24 additions and 23 deletions
  1. +1
    -1
      README.md
  2. +0
    -18
      formal/psl_sere_consecutive_repeat_repetition.sby
  3. +18
    -0
      formal/psl_sere_non_consecutive_repeat_repetition.sby
  4. +2
    -1
      formal/tests.mk
  5. +3
    -3
      src/psl_sere_non_consecutive_repeat_repetition.vhd

+ 1
- 1
README.md View File

@ -58,7 +58,7 @@ The next lists will grow during further development
* Synthesis of strong operator versions
* SERE goto repetition operator ([->], [->n], [->i to j])
## PSL features supported by GHDL, behaviour under investigation
## PSL features under investigation
* 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 investigation)

+ 0
- 18
formal/psl_sere_consecutive_repeat_repetition.sby View File

@ -1,18 +0,0 @@
[tasks]
bmc
[options]
depth 25
bmc: mode bmc
[engines]
bmc: smtbmc z3
[script]
bmc: ghdl --std=08 pkg.vhd sequencer.vhd psl_sere_consecutive_repeat_repetition.vhd -e psl_sere_consecutive_repeat_repetition
prep -top psl_sere_consecutive_repeat_repetition
[files]
../src/pkg.vhd
../src/sequencer.vhd
../src/psl_sere_consecutive_repeat_repetition.vhd

+ 18
- 0
formal/psl_sere_non_consecutive_repeat_repetition.sby View File

@ -0,0 +1,18 @@
[tasks]
bmc
[options]
depth 25
bmc: mode bmc
[engines]
bmc: smtbmc z3
[script]
bmc: ghdl --std=08 pkg.vhd sequencer.vhd psl_sere_non_consecutive_repeat_repetition.vhd -e psl_sere_non_consecutive_repeat_repetition
prep -top psl_sere_non_consecutive_repeat_repetition
[files]
../src/pkg.vhd
../src/sequencer.vhd
../src/psl_sere_non_consecutive_repeat_repetition.vhd

+ 2
- 1
formal/tests.mk View File

@ -17,4 +17,5 @@ psl_sere \
psl_sere_overlapping_suffix_impl \
psl_sere_non_overlapping_suffix_impl \
psl_sere_consecutive_repetition \
psl_sere_consecutive_repeat_repetition
psl_sere_non_consecutive_repeat_repetition \
psl_sere_non_consecutive_goto_repetition

src/psl_sere_consecutive_repeat_repetition.vhd → src/psl_sere_non_consecutive_repeat_repetition.vhd View File


Loading…
Cancel
Save