David Belohrad
2016-12-07 13:09:09 UTC
Dear all,
is there any methodology how i could write a similar type of asserts in myhdl,
as those in PSL?
Simple example:
assert always ({a; b} |=> {c; d}) ...
if happens a, and next cycle b, then must happen c and next cycle d...
of course this one is rather primitive, but i would like to see how those
things (and more advanced, e.g. with ranges) might be implemented in the python.
anyone did already?
thanks
.d.
is there any methodology how i could write a similar type of asserts in myhdl,
as those in PSL?
Simple example:
assert always ({a; b} |=> {c; d}) ...
if happens a, and next cycle b, then must happen c and next cycle d...
of course this one is rather primitive, but i would like to see how those
things (and more advanced, e.g. with ranges) might be implemented in the python.
anyone did already?
thanks
.d.