diff options
| author | Julian Blake Kongslie | 2022-05-15 15:47:57 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-05-15 15:47:57 -0700 |
| commit | 0d3d8c71d0838d3d0b6266257392190314e87e8c (patch) | |
| tree | 7fa27dda0428e9b9b72077b0dcd3881845bc9f45 /Makefile | |
| parent | Remove extraneous newline (we still have some other one somewhere) (diff) | |
| download | multipdp8-0d3d8c71d0838d3d0b6266257392190314e87e8c.tar.xz | |
Change makefile to unconditionally load memory for 16 PDP-8s
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 28 |
1 files changed, 14 insertions, 14 deletions
| @@ -10,20 +10,20 @@ fpga: pdp8.sof | |||
| 10 | download-%: mem/% | 10 | download-%: mem/% |
| 11 | p8bin2uart 1 $< | tool/download.tcl 0 1 | 11 | p8bin2uart 1 $< | tool/download.tcl 0 1 |
| 12 | p8bin2uart 1 $< | tool/download.tcl 1 1 | 12 | p8bin2uart 1 $< | tool/download.tcl 1 1 |
| 13 | # p8bin2uart 1 $< | tool/download.tcl 2 1 | 13 | p8bin2uart 1 $< | tool/download.tcl 2 1 |
| 14 | # p8bin2uart 1 $< | tool/download.tcl 3 1 | 14 | p8bin2uart 1 $< | tool/download.tcl 3 1 |
| 15 | # p8bin2uart 1 $< | tool/download.tcl 4 1 | 15 | p8bin2uart 1 $< | tool/download.tcl 4 1 |
| 16 | # p8bin2uart 1 $< | tool/download.tcl 5 1 | 16 | p8bin2uart 1 $< | tool/download.tcl 5 1 |
| 17 | # p8bin2uart 1 $< | tool/download.tcl 6 1 | 17 | p8bin2uart 1 $< | tool/download.tcl 6 1 |
| 18 | # p8bin2uart 1 $< | tool/download.tcl 7 1 | 18 | p8bin2uart 1 $< | tool/download.tcl 7 1 |
| 19 | # p8bin2uart 1 $< | tool/download.tcl 8 1 | 19 | p8bin2uart 1 $< | tool/download.tcl 8 1 |
| 20 | # p8bin2uart 1 $< | tool/download.tcl 9 1 | 20 | p8bin2uart 1 $< | tool/download.tcl 9 1 |
| 21 | # p8bin2uart 1 $< | tool/download.tcl 10 1 | 21 | p8bin2uart 1 $< | tool/download.tcl 10 1 |
| 22 | # p8bin2uart 1 $< | tool/download.tcl 11 1 | 22 | p8bin2uart 1 $< | tool/download.tcl 11 1 |
| 23 | # p8bin2uart 1 $< | tool/download.tcl 12 1 | 23 | p8bin2uart 1 $< | tool/download.tcl 12 1 |
| 24 | # p8bin2uart 1 $< | tool/download.tcl 13 1 | 24 | p8bin2uart 1 $< | tool/download.tcl 13 1 |
| 25 | # p8bin2uart 1 $< | tool/download.tcl 14 1 | 25 | p8bin2uart 1 $< | tool/download.tcl 14 1 |
| 26 | # p8bin2uart 1 $< | tool/download.tcl 15 1 | 26 | p8bin2uart 1 $< | tool/download.tcl 15 1 |
| 27 | 27 | ||
| 28 | term-mem: | 28 | term-mem: |
| 29 | nios2-terminal --instance 0 | 29 | nios2-terminal --instance 0 |
