BRAM

N

noddy

Guest
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
 
noddy wrote:

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
 
I'm really pretty new to this...how would i go about doing that?

Thanks for your help,

it is really appreciated

Noddy
 
noddy wrote:
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
 

Welcome to EDABoard.com

Sponsor

Back
Top