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.

help for synthesis of code in xilinx

Status
Not open for further replies.

kakarala

Member level 1
Joined
Jun 22, 2010
Messages
40
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
1,801
Hi

i am writing a vhdl code for video encoder, i have few questions regarding the synthesis of code
can we use for loops in the code and synthesise code,
can we do processing of images as integer values and synthesis,
can we write a process statement inside a process statement
can we give inputs to the component as integer and synthesize it
can we synthesise the functions in xilinx
 

answers to the questions:

1. Yes. But remember that for loops unroll into parallel hardware.
2. Yes
3. No. A process describes a peice of hardware
4. Yes
5. Yes (assuming you mean code, because VHDL has functions aswell as processes)
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top