aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/fsm03/assert5.psl
blob: 9edfc174f7738a73fb9a787d5a2f9d67cf6ead42 (plain)
1
2
3
4
5
6
vunit assert5 (ent)
{
  default clock is rising_edge(clk);
  --my_cond: assert always (({req} |=> {ack}) abort val = '1');
  my_cond: assert always ({req} |=> {ack});
}