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.

VHDL synthesis problem - number of I/O bound exceeds

Status
Not open for further replies.

tanzil_dhk

Advanced Member level 4
Joined
Aug 9, 2006
Messages
109
Helped
4
Reputation
8
Reaction score
0
Trophy points
1,296
Activity points
1,924
VHDL synthesis problem

Hi,
I am using xilinx and after i have synthesized my VHDL code for the specific device the report says the number of I/O bound exceeds. I don have much idea about I/O bound. Can anyone explain me what is that?? and how can i decrease that???

Thank You.
 

VHDL synthesis problem

will you delet the unused IO
 

Re: VHDL synthesis problem

I think the error occurs because your top-level entity has more STD_LOGICs than you have available user-IO on the FPGA - of course this can't be fitted to the device.

As solution you have to wrap it in another entity and serialize the input.
e.g. if you have a design with 128Bit input and output it uses 256 pins of the device. Instead of feeding it with 128 Bit at once transfer 4 cycles a 32Bit word.

I hope it helped
thomas
 

VHDL synthesis problem

If u r design requires more IO then u have to choose higher order FPGA device.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top