Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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)
 
  • Like
Reactions: maya t

    maya t

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top