From e96bfb863aa0f9e5c45078da4028cdf8799f7f3a Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Sun, 3 May 2026 23:26:04 -0500 Subject: move more pins around --- newnewexi.pld | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/newnewexi.pld b/newnewexi.pld index de65a86..590be55 100644 --- a/newnewexi.pld +++ b/newnewexi.pld @@ -32,12 +32,12 @@ Pin 44 = EXI_INT; /* OUT: EXI interrupt (not used) */ Pin [23, 20, 21, 13, 22, 15, 14, 18] = [FIFO0..7]; /* I/O: USB data lines */ Pin 27 = !USB_RXF; /* IN: USB data in FIFO? */ Pin 25 = !USB_TXE; /* IN: USB can write? */ -Pin 12 = !USB_RD; /* OUT: USB read request (need RXF TRUE) */ -Pin 11 = USB_WR; /* OUT: USB write request (need TXE TRUE) */ +Pin 11 = !USB_RD; /* OUT: USB read request (need RXF TRUE) */ +Pin 12 = USB_WR; /* OUT: USB write request (need TXE TRUE) */ Pin 28 = !USB_PWREN; /* IN: USB bus ready? */ /** Extra pins **/ -Pin 33 = !LED; /* OUT: Master-controlled LED */ +Pin 10 = !LED; /* OUT: Master-controlled LED */ /** Declarations and Intermediate Variable Definitions **/ -- cgit v1.2.3-70-g09d2