Probleme mit Input

OP #572227
Lesenswert?

Hallo,

in einem Design hab ich aus Pinmangel versucht ein normales Input Signal 
auf einen GCLK/I zu legen. Der FPGA ist ein XC2S50.

Beim Implementieren meckert mich das Tool an:
1
ERROR:Pack:1107 - Unable to combine the following symbols into a single IOB
2
   component:
3
     PAD symbol "HEX<0>" (Pad Signal = HEX<0>)
4
     BUF symbol "HEX_0_IBUF" (Output Signal = HEX_0_IBUF)
5
   Each of the following constraints specifies an illegal physical site for a
6
   component of type IOB:
7
     Symbol "HEX<0>" (LOC=P88)
8
   Please correct the constraints accordingly.

Weiß jemand, wie man den dazu überreden kann das Signal trotzdem an den 
Pin zu routen? Oder geht das gleich überhaupt nicht?
OP #572235
Lesenswert?

Lösung gefunden:
1
The GCLK IOs can only use IBUFGs, so the tool is unable to pack a IBUF
2
into the IOB. To work around this issue, specify that the net use an 
3
IBUFG. This can be done by instantiating it in your code or adding a
4
BUFFER_TYPE constraint to your code with the value set to IBUFG. 
5
The syntax for these can be found in the Software Manuals.

Mfg
Thomas Pototschnig

Antwort schreiben

Bitte melde dich an, um einen Beitrag zu schreiben.

oder

Mit Google-Account einloggen

Die Registrierung ist kostenlos und dauert nur eine Minute.

Jetzt registrieren