diff options
| author | Julian Blake Kongslie | 2022-04-17 15:57:29 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-04-17 15:58:55 -0700 |
| commit | 1bc6bb6857357e3cd2b3756bd9608db86e1fa456 (patch) | |
| tree | 2ddcea2f5b6be3e883a25fd76da493795cd77535 /tcl | |
| parent | Integrate wrap bits into grey code for FIFO. (diff) | |
| download | multipdp8-1bc6bb6857357e3cd2b3756bd9608db86e1fa456.tar.xz | |
Working (but very slow) RS232 UART
Diffstat (limited to '')
| -rw-r--r-- | tcl/init.tcl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tcl/init.tcl b/tcl/init.tcl index 6891437..3b4e2ed 100644 --- a/tcl/init.tcl +++ b/tcl/init.tcl | |||
| @@ -64,10 +64,10 @@ iopin gpioc[38] P2 | |||
| 64 | iopin gpioc[39] P1 | 64 | iopin gpioc[39] P1 |
| 65 | iopin gpioc[40] R1 | 65 | iopin gpioc[40] R1 |
| 66 | 66 | ||
| 67 | pin rx B1 | 67 | pin rs232_rx B1 |
| 68 | pin tx C2 | 68 | pin rs232_tx C2 |
| 69 | pin rts F3 | 69 | pin rs232_rts F3 |
| 70 | pin cts D1 | 70 | pin rs232_cts D1 |
| 71 | 71 | ||
| 72 | pin clock_out L1 | 72 | pin clock_out L1 |
| 73 | 73 | ||
