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.

Backdoor programming SPRAM in Verilog

Status
Not open for further replies.

karthikw

Newbie level 4
Newbie level 4
Joined
Sep 14, 2010
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Visit site
Activity points
1,310
Hi,

I trying to do a backdoor loading of SPRAM, but I am not able write it externally ie I am reading 'X' once I write to the location . Please help me with it.

-Karthik
 

Check whether your chip_en,clock as well as write_en is active during write. Check whether your write protocol is correct.
 

Check whether your chip_en,clock as well as write_en is active during write. Check whether your write protocol is correct.

Thanks.

I am trying to access the RAM directly (ie two dimensional array verilog memory model) under reset. I am able to do a backdoor load with initial block in the same verilog model file but once I try to do it externally in the reset phase it doesn't. I am using a verilog model of memory does chip_en, clock and write_en matter?

-Karthik
 

The memory model may check for X on either/both the address and write enable. Many of the models I've used force the array to Xs if either of those inputs go X.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top