aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/psl02/verif1.vhdl
blob: 5aeb9559fd5ac16a901c14261aabd26548641694 (plain)
1
2
3
4
5
vunit verif1 (assert2)
{
  default clock is rising_edge(clk);
  assert always cnt /= 5 abort rst;
}