Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- its because s is a null array, as you've declared it as (0 downto 1), giving a length of -1. decalre it (1 downto 0) instead and it will work with "00" --- Quote End --- Sorry, I think that was just a typo in my post. I still have the same problem; if I change from ''xx'' to 'x'&'x' everywhere it works.