diff options
| author | 2026-05-03 23:26:04 -0500 | |
|---|---|---|
| committer | 2026-05-03 23:26:04 -0500 | |
| commit | e96bfb863aa0f9e5c45078da4028cdf8799f7f3a (patch) | |
| tree | 285614237feacd02be2b47bf57daf6463fe092c0 /newnewexi.pld | |
| parent | modify pin assignments to make routing easier (diff) | |
Diffstat (limited to 'newnewexi.pld')
| -rw-r--r-- | newnewexi.pld | 6 |
1 files 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 **/
|
