aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1698/ent.psl
blob: db646248f3a5739914ed5e6b11c19a65e5a20374 (plain)
1
2
3
4
5
6
vunit i_ent(ent(rtl))
{
   default clock is rising_edge(clk);

   assert always {[+]; input} |=> {output};
}