Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
14 years ago

DE2-70 :use ssram as vga buffer

recently i want to drive my de2-70 board's ssram as a vga buffer ,but it seems that to made this ssram control is not easy(not as easy as in de2 board ), is anyone can give me some suggests? or have done some relevant job?

the problem i meet is :

1 when i put the image data into ssram and when i output data from ssram to vga controller ?cause it can't

read or write in the same time.

2 i saw the ssram need a clk , how can i deal with the_input_data_clk , the_output_data_clk?:confused:

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Take a look at modular sgdma example (msgdma).

    RAM needs clock of the system. Whatever it is. So synchronize Your data to the system clock.