![]() |
|
|
|
#1 |
|
hello,
can some one tell me what's the use of IOB in FPGA, I have written a floating point multiplier in VHDL and after synthesis (ISE), in the design summery, i can see 99 IOB used, whats the use of it? secondly how can i reduce IOB usage. thanks niyander |
|
|
|
|
#2 |
|
Posts: n/a
|
IOBs represent the FPGA physical pins. By default, most synthesis
tools will assume that ports on the top level entity become pins on the FPGA. There is an option to disable this feature if you are just running a trial synthesis for a module that will eventually be embedded deeper inside your FPGA design. Andy Andy |
|