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