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 Synthesize File handling VHDL code in xilinx

Status
Not open for further replies.

rajavel.rv

Member level 3
Joined
Dec 1, 2010
Messages
66
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,288
Location
Pondichéry, Puducherry, India, India
Activity points
1,685
Hi guys, am writing a vhdl code with file reading and writing (image), how can am synthesize this code, in xilinx software, where the image file will be added, pls help as soon as possible,..


Thanks & Regrds,
Rajavel Ashokraj
 

You cannot. File IO is only for use in simulation.
You can use file IO to pre-load data into a memory though.
 

As Tricky mentioned you cannot synthesize and generate a bitstream. However you can save image (binary) in the RAMs of the FPGA and then read and write into them. This program can be synthesized and then can be checked and verified by using the chipscope tools of Xilinx. You should be careful that the memory is limited and you need to choose an image which can be stored in the FPGA. This method would not take much time.

However you can also use other methods where you can save the image in other external memory and use them for your task.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top