aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/fsm03/assert2.psl
blob: 498adb2fb148299e88910a1ec422f7783a7f559c (plain)
1
2
3
4
5
vunit assert1 (ent)
{
  default clock is rising_edge(clk);
  assert always {val; req} |-> eventually! ack;
}