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.

Multiple Port Register File

Status
Not open for further replies.

omara007

Advanced Member level 4
Joined
Jan 6, 2003
Messages
1,237
Helped
50
Reputation
102
Reaction score
16
Trophy points
1,318
Location
Cairo/Egypt
Activity points
9,716
Hi Guys

I want to design my register file so as to have 5 simultaneous synchronous write ports. I have one concern regarding how to make the design capable of handling the situation, if by mistake, 2 write addresses are the same. Given that my register file is simply a 2 dimensional array of std_logic ..
here is the type:


Code:
type regfile_type is array (0 to (2**(addrs_width))-1) of signed (data_width-1 downto 0);
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top