Modify ↓
Opened 12 years ago
Closed 12 years ago
#11144 closed defect (invalid)
Lightning DEV1 sw using the bound out IO
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | general | Version: | |
Severity: | blocker | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Many IOs on the top and bottom banks are bounded out. Software is not allowed to use those pins.
e.g. location 1 21 0 is illegal
set_location O_obuf_RNO 4 20 0 # SB_LUT4 (LogicCell: O_obuf_RNO_LC_0) set_io A_ibuf 4 21 0 # ICE_IO set_io B_ibuf 6 21 0 # ICE_IO set_location GND -1 -1 -1 # GND set_io O_obuf 1 21 0 # ICE_IO
Attachments (0)
Note:
See TracTickets
for help on using tickets.
WrongTrac…