aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1859/test.psl
blob: 31cae33bf7280c5f66fe7552b51ec0eeae6c729a (plain)
1
2
3
4
5
6
VUNIT test_formal (test) {
    gen_test1: IF (true) GENERATE
        gen_test2: IF (true) GENERATE
        END GENERATE;
    END GENERATE;
}