Help me to write a VHDL code defining a 2 dimensional matrix (16 * 16 matrix)

Status
Not open for further replies.

genmadow

Newbie level 6
Joined
Aug 6, 2005
Messages
12
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,360
hi all,

i want to write vhdl code defining a 2 dimensional matrix (16 * 16 matrix)
but every element in this matrix is an array of 8 ...
and how to write this code in entity...?

thanx
 

Re: vhdl problem

You will have to clarify why/where you want to use this.
You can define it as a function and include in a package. This is very similar to C.First define the array and variables and then form the matrix.

For using it in as an entity you will have to clarify what this entity is going to do.
 

Re: vhdl problem

thnx for peply..
i want to use this matrix as 16*16 rom which is used to store units of 8 bits each(the elemnts of the matrix)
 
Reactions: maya t

    maya t

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…