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.

data transfer from one memory to another

Status
Not open for further replies.

mparihar

Newbie level 4
Joined
May 18, 2012
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,318
I want to write a verilog code for transferring data from one memory to another in which i have to define the to memories first and then transfer the data (the size of both memories is same). please help me with a verilog program.
 

You didn't expose the details of your project, so it is hard to guess what you are trying to do.
But, if you are talking about two internal memories, it can be done by a counter and simple logic to control write enable.
 

the project is basically to transfer data which is stored in one memory location to another i.e i have to 1st define two memories using verilog and then transfer the data (i.e bits stored in memory 1) to memory 2...now i think i made myself clear can you post some verilog code for doing this please its urgent
 

...now i think i made myself clear can you post some verilog code for doing this please its urgent
No you didn't make yourself clear. Are we talking 2 memory locations (possibly within the same memory chip), or transfer from one memory chip to a 2nd one? Just single transfers or blocks of data?

What type of memory are we talking about here? ROM -> RAM? SRAM? SDRAM? DDR? DDR2? If you have a setup in mind, a block diagram or schematic would help.
 

No you didn't make yourself clear. Are we talking 2 memory locations (possibly within the same memory chip), or transfer from one memory chip to a 2nd one? Just single transfers or blocks of data?

What type of memory are we talking about here? ROM -> RAM? SRAM? SDRAM? DDR? DDR2? If you have a setup in mind, a block diagram or schematic would help.

we are taking 2 memories in the same chip and we have transfer blocks of data from one chip to another ..
it should be like implementing for example 1kB of two memories then using read and write operations transfer data from 1st to second memory...
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top