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 | please help and advice : Error: Pack:1107 - Unable to combine the following symbols into a single IOB component:

There are 2 messages in this thread.

You are currently looking at messages 0 to 2.

please help and advice : Error: Pack:1107 - Unable to combine the following symbols into a single IOB component: - Eyyub Can Odacioglu - 2010-07-28 07:47:00

How can I solve this error?

ERROR:Pack:1107 - Unable to combine the following symbols into a
single IOB
   component:
   	BUF symbol "TXD_OBUF" (Output Signal = TXD)
   	PAD symbol "TXD" (Pad Signal = TXD)
   Each of the following constraints specifies an illegal physical
site for a
   component of type IOB:
   	Symbol "TXD" (LOC=R7)
   Please correct the constraints accordingly.

E.Can ODACIOGLU



Re: please help and advice : Error: Pack:1107 - Unable to combine the following symbols into a single IOB component: - Gabor - 2010-07-28 13:29:00

On Jul 28, 7:47=A0am, Eyyub Can Odacioglu
<ecodacio...@gmail.com> wrote:
> How can I solve this error?
>
> ERROR:Pack:1107 - Unable to combine the following symbols into a
> single IOB
> =A0 =A0component:
> =A0 =A0 =A0 =A0 BUF symbol "TXD_OBUF" (Output Signal =3D TXD)
> =A0 =A0 =A0 =A0 PAD symbol "TXD" (Pad Signal =3D TXD)
> =A0 =A0Each of the following constraints specifies an illegal physical
> site for a
> =A0 =A0component of type IOB:
> =A0 =A0 =A0 =A0 Symbol "TXD" (LOC=3DR7)
> =A0 =A0Please correct the constraints accordingly.
>
> E.Can ODACIOGLU

Get out the datasheet for your part.  What type of pin is location
R7?  If it is
not an I/O pin (i.e. input only or special purpose pin) you can't use
it as an
output pin.

Regards,
Gabor