Forum Discussion
Altera_Forum
Honored Contributor
12 years agoits 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"
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"