Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
13 years ago

unsized constants are not allowed in concatenations

Hi all, I got this error in Quartus. Please help me fix it. bit Array; initial begin Array = {4,5}; // Error here end Error: unsized constants are not allowed in concate...