Sign in

username:

password:



Not a member?

Search Comp.Arch.FPGA



Search tips

fpga by Keywords

Altera | ASIC | CPLD | Cyclone | DCM | DDR | DSP | Ethernet | ISE | JTAG | Linux | LVDS | Microblaze | ML310 | Modelsim | NIOS | OPB | PCI | Quartus | RocketIO | SDRAM | Spartan | Spartan3 | SRAM | Stratix | Verilog | VHDL | Virtex | Virtex-4 | Virtex-II | Xilinx | XST

Ads

See Also

DSPEmbedded SystemsElectronics

Comp.Arch.FPGA | I/O Pads in ASIC


There are 2 messages in this thread.

You are currently looking at messages 0 to 2.

I/O Pads in ASIC - designer_india - 2009-07-02 09:13:00

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


______________________________
Newest Blog by Chris Felton: "The Spartans". Click here to read.



Re: I/O Pads in ASIC - Sandro - 2009-07-02 11:09:00

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/

;-)
______________________________
Newest Blog by Chris Felton: "The Spartans". Click here to read.