There are 2 messages in this thread.
You are currently looking at messages 0 to 2.
Hi How we will convert I/O pads in ASIC to FPGA ( Virtex-5 ). If we have around 200 I/O pads how will do . Pls give me some reference reading for this conversion. THanks Pradeep______________________________
On Jul 2, 3:13=A0pm, "designer_india" <pradeep...@gmail.com> wrote:
> Hi
>
> How we will convert I/O pads in ASIC to FPGA ( Virtex-5 ). If we have
> around 200 I/O pads how will do .
>
> Pls give me some reference reading for this conversion.
>
> THanks
> Pradeep
for each pad in {ASIC_io_pad} do {
Virtex5PAD vpad =3D new Virtex5PAD();
vpad =3D convertASIC2Virtex5(pad);
}
or BETTER http://www.xilinx.com/
;-)
______________________________