Forum Discussion
Altera_Forum
Honored Contributor
13 years agounsized 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...
Altera_Forum
Honored Contributor
13 years agoSorry for the typo. :oops: I missed it