| AR# | 30198 |
| Part | SW-Partitions |
| Last Modified | 2009-06-30 00:00:00.0 |
| Status | Active |
| Keywords | pull-down, pull-up, ISE, MAP, Pack, ISE, Partition |
Keywords: pull-down, pull-up, ISE, MAP, Pack, ISE, Partition
When I use a PULLDOWN or PULLUP constraint on an I/O in my lower-level partition, the following error occurs in MAP:
"ERROR:Pack:1107 - Unable to combine the following symbols into a single IOB component:
BUF symbol "IBUF" (Output Signal = IBUF)
PAD symbol "PAD" (Pad Signal = PAD)
PULL symbol "PAD_PULLDOWN" (Output Signal = PAD)
Symbol IBUF is not in the same Partition as symbol PAD_PULLDOWN. Symbol IBUF belongs to Partition /inst and symbol PAD_PULLDOWN belongs to Partition /top."
Why does this error occur and how do I resolve it?