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.

how to access memory through fpga

Status
Not open for further replies.

vani_pat

Junior Member level 1
Joined
Dec 1, 2010
Messages
16
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,431
Hi All,

In my project I needed to access the image data coming from camera that will be stored in the on-board memory that has to be accessed by FPGA and then finally it is to be displayed on the PC. My queries are:-
1. How to access the data stored on the on-board memory by FPGA?
2. Then how to process and make changes on that data as per our need?

Please Kindly consider my queries its urgent.
 

1. Interface the memory using a controller. It depends on: memory type (SRAM, SDRAM, DDR, DDR2, etc), then there are several posibilities:
a) Write Your own memory controller.
b) Use the available ipcore (opencore or bought one)
c) Use special tool made by Your FPGA vendor. E.g. Xilinx offers MIG.

2. Thats kind of a stupid question. Process data as You need, do some logic to solve Your tasks.

The most important part: learn how to ask a question first, then learn how to use google and finally, learn everything else.
 
  • Like
Reactions: buliga

    buliga

    Points: 2
    Helpful Answer Positive Rating
Thanks for your points...
 
  • Like
Reactions: buliga

    buliga

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top