tapa
Super Member
simple VHDL question
Hello,
I am new on vhdl, and I have a simple question how to initialize a n dimension array, for example:
type matriz is array (1 to 4, 1 to 2) of integer;
signal una: matriz := (1,2,3,4;2,3,5,6); -- This is wrong, but how must be done?
Thank you for all
Tapa
Hello,
I am new on vhdl, and I have a simple question how to initialize a n dimension array, for example:
type matriz is array (1 to 4, 1 to 2) of integer;
signal una: matriz := (1,2,3,4;2,3,5,6); -- This is wrong, but how must be done?
Thank you for all
Tapa