Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
VHDL
Matrix of Records of Arrays
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="mostafa.elhoushi, post: 4185424, member: 71791"] I would like to note that I later tried: [CODE]constant I: cmplx_matrix(0 to 1, 0 to 1) := ( ((B"0_1_0000000000",B"0_0_0000000000"), (B"0_0_0000000000",B"0_0_0000000000")), ((B"0_0_0000000000",B"0_0_0000000000"), (B"0_1_0000000000",B"0_0_0000000000")) ); [/CODE] without using my defined function... and the error no longer appeared. But I would like to know why the function to_cplxfield does not work with arrays. The function is needed to make my code generic -- or is there another way? [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
VHDL
Matrix of Records of Arrays
Top