summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-05-15 15:47:57 -0700
committerJulian Blake Kongslie2022-05-15 15:47:57 -0700
commit0d3d8c71d0838d3d0b6266257392190314e87e8c (patch)
tree7fa27dda0428e9b9b72077b0dcd3881845bc9f45
parentRemove extraneous newline (we still have some other one somewhere) (diff)
downloadmultipdp8-0d3d8c71d0838d3d0b6266257392190314e87e8c.tar.xz
Change makefile to unconditionally load memory for 16 PDP-8s
Diffstat (limited to '')
-rw-r--r--Makefile28
1 files changed, 14 insertions, 14 deletions
diff --git a/Makefile b/Makefile
index 0094f04..fa53ee8 100644
--- a/Makefile
+++ b/Makefile
@@ -10,20 +10,20 @@ fpga: pdp8.sof
10download-%: mem/% 10download-%: 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
28term-mem: 28term-mem:
29 nios2-terminal --instance 0 29 nios2-terminal --instance 0