Quoting "Wesley J. Landaker" <[EMAIL PROTECTED]>: > entity bug is > end entity; > > architecture does_not_work of bug is > subtype t1 is integer range 1 to 2; > begin > > gen : for i in t1'range generate > assert false report integer'image(i) severity note; > end generate; > > end architecture;
I have to double-check but the correct syntax should be: gen : for i in t1 generate Can you try that ? Tristan. _______________________________________________ Ghdl-discuss mailing list Ghdl-discuss@gna.org https://mail.gna.org/listinfo/ghdl-discuss