Forum Discussion
Altera_Forum
Honored Contributor
9 years agoVHDL aggregate error
Hello I had errors that said , "Error (10514): VHDL aggregate error at gate.vhd(47): can't determine type of aggregate -- found 0 possible types" What does it means ? Thank you LIBRARY iee...
Altera_Forum
Honored Contributor
9 years agoyou've put the , in the correct place:
(timer_bas = to_unsigned(60 * 1000 * 1000), timer_us'length) should be (timer_bas = to_unsigned(60 * 1000 * 1000, timer_us'length) )