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