BRAM

N

noddy

Hi,

I was wondering could anyone give me some advice regarding implementing
a BRAM as a line delay in VHDL. Any advice or sample code would be
greatly appreciated.

Thanks for your help

Noddy
 
M

Mike Treseler

noddy said:
I was wondering could anyone give me some advice regarding implementing
a BRAM as a line delay in VHDL.

I would design a BRAM sync fifo with one
write/push port and one read/pop port.
Add a controller process to shift the bits
in and out.

-- Mike Treseler
 
N

noddy

I'm really pretty new to this...how would i go about doing that?

Thanks for your help,

it is really appreciated

Noddy
 
M

Mike Treseler

noddy said:
I'm really pretty new to this...how would i go about doing that?

get_a_synthesis_manual;
get_a_simulator;
get_a_book;
while not done loop
search_google_groups;
check_in_book;
sketch_some_boxes_and_arrows;
write_some_code;
simulate;
edit_code;
simulate;
end loop;
run_synthesis;

-- Mike Treseler
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top