T. Meissner
09fab71a50
Update prev() & stable() examples after ghdl/ghdl#1366 & ghdl/ghdl#1367 were fixed
4 years ago
T. Meissner
b3a8140484
Add sublime text project file
4 years ago
T. Meissner
56a752114d
Add issue code for VHDL code in PSL vunits ( ghdl/ghdl#1367 )
4 years ago
T. Meissner
4855f86215
Add issue code for VHDL code in PSL vunits ( ghdl/ghdl#1366 )
4 years ago
T. Meissner
2cec27d081
Add fell() example to formal tests after it was implemented by ghdl/ghdl#1357
4 years ago
T. Meissner
6ccf3095ee
Add rose() example to formal tests after it was implemented by ghdl/ghdl#1356
5 years ago
T. Meissner
cbd80e413c
Add stable() example to formal tests after it was implemented by ghdl/ghdl#1353
5 years ago
T. Meissner
b018d2e608
Add examples for currently unsupported rose(), fell() & stable() PSL functions
5 years ago
T. Meissner
521faf5414
Add example for SERE concatenation (;) operator
5 years ago
T. Meissner
0d5101ee50
Add example for SERE fusion (:) operator
5 years ago
T. Meissner
4a2605e664
Add example for SERE non-length-matching and (&) operator
5 years ago
T. Meissner
d904d45c9b
Add some examples using prev() with vectors
5 years ago
T. Meissner
7a8545857b
Add examples using prev() with 2nd parameter)
5 years ago
T. Meissner
12cb822424
Add example for prev() function
5 years ago
T. Meissner
1f300d621a
Add code for issue ghdl/ghdl#1347
5 years ago
T. Meissner
0aa92b4d4f
Include eventually example in formal tests after ghdl/ghdl#1345 was fixed
5 years ago
T. Meissner
be1410b625
stop_sim(): Use add_cycles parameter instead of hard coded value
5 years ago
T. Meissner
413737fdf1
Update badges for GHA workflows
5 years ago
T. Meissner
814b3fc257
Add GHA workflow for simulation tests
5 years ago
T. Meissner
a5afca8752
Exclude crashing eventually example from formal tests
5 years ago
T. Meissner
1b7df83ee2
Add sim/work to gitignore file
5 years ago
T. Meissner
0d4d165419
Stop simulation after a given number of cycles instead of time
* Stop simulation by using a cycle-counting procedure (simulation only)
* Remove stop-time option from ghdl run command line
5 years ago
T. Meissner
4308f7d966
Add simulation of the PSL examples, fixes #1
5 years ago
T. Meissner
4815ad4a01
Add issue code for eventually! operator ( ghdl/ghdl#1345 )
5 years ago
T. Meissner
9b34289045
Add example for SERE length mathcing and (&&) operator
5 years ago
T. Meissner
cee1bcf8aa
Add another assertion to the SERE or example
5 years ago
T. Meissner
eaf03a8be8
Add example for SERE or (|) operator
5 years ago
T. Meissner
356f6a1678
Add example for SERE within operator
5 years ago
T. Meissner
4dd0f1b33c
Fixed assertion - combining SEREs isn't trivial ;)
5 years ago
T. Meissner
f6088fd9f2
Add some more links to ressources
5 years ago
T. Meissner
42e8e49bb0
Add example for cover directive
5 years ago
T. Meissner
f9233c605b
Add links to further ressources
5 years ago
T. Meissner
d2db77183e
Fix SERE, replacing within with && operator
5 years ago
T. Meissner
3e0daf5e51
Add SERE goto [->n] operator, was fixed by ghdl/ghdl#1322
5 years ago
T. Meissner
0a044db5d0
Fixed entity & file names of [=] examples
5 years ago
T. Meissner
97773515b8
Add SERE repeat [=n] operator, was fixed by ghdl/ghdl#1321
5 years ago
T. Meissner
f2b3d9d9ee
Add issue code for goto ([->]) operator ( ghdl/ghdl#1322 )
5 years ago
T. Meissner
d9c8f521d4
Add issue code for [=n] operator ( ghdl/ghdl#1321 )
5 years ago
T. Meissner
0595fd8afa
Add more repetition asserts; add comments
5 years ago
T. Meissner
9dc78f37c9
Simplify sequencer by removing intermediate character signal
5 years ago
T. Meissner
cd6c6449c2
Update next_event_a example to fixed ghdl/ghdl#1314
5 years ago
T. Meissner
8c273a68cf
Issues can be built using make now
5 years ago
T. Meissner
b57e7d842e
Addd code for (fixed) issues ghdl/ghdl#1288 & ghdl/ghdl#1292
5 years ago
T. Meissner
c26a90c588
Add code for issue ghdl/ghdl#1314
5 years ago
T. Meissner
d68ea88578
Add more asserts using variants of [*]
5 years ago
T. Meissner
e2ee755833
Add example for consecutive repetition operator and variants
* Add example for [*], [*i to j], [*] and [+] operator variants
* Add formal test for consecutive repetition operator example
* Add consecutive repetition operator to supported list
5 years ago
T. Meissner
78013a2d4e
Change sby task name from prove to bmc (we do bmc, not unbounded prove)
5 years ago
T. Meissner
d346840704
Add example for |=> (non overlapping suffix implication) operator
* Add example for |=> operator
* Add formal test for |=> operator example
* Add |=> to supported list
5 years ago
T. Meissner
3b669b037b
Add example for |-> (overlapping suffix implication) operator
* Add example for |-> operator
* Add formal test for |-> operator example
* Add |-> to supported list
5 years ago
T. Meissner
1a7a3e9f68
Add example for simple SERE
* Add example for simple SERE
* Add formal test for simple SERE example
* Restructure lists in README
5 years ago