diff options
| author | Julian Blake Kongslie | 2022-03-27 17:00:11 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-03-27 17:00:11 -0700 |
| commit | 63b9190d759b54f33b0d80533ab13e1029d89bbb (patch) | |
| tree | 2e0c53ae8de1189af3fc7b7da0a1fc7135e84cd8 | |
| parent | Use the DF and IF switches as a selector for which PDP-8 owns the panel. (diff) | |
| download | multipdp8-63b9190d759b54f33b0d80533ab13e1029d89bbb.tar.xz | |
Add RX/TX/RTS/CTS pin assignments for future RS232 work.
| -rw-r--r-- | tcl/init.tcl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tcl/init.tcl b/tcl/init.tcl index 13945cd..6891437 100644 --- a/tcl/init.tcl +++ b/tcl/init.tcl | |||
| @@ -64,6 +64,11 @@ 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 | ||
| 68 | pin tx C2 | ||
| 69 | pin rts F3 | ||
| 70 | pin cts D1 | ||
| 71 | |||
| 67 | pin clock_out L1 | 72 | pin clock_out L1 |
| 68 | 73 | ||
| 69 | rampin ram_data[0] T12 | 74 | rampin ram_data[0] T12 |
