index
:
multipdp8
main
Unnamed repository; edit this file 'description' to name the repository.
Julian Blake Kongslie
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
PLAN
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2022-03-20
Run ~*EIGHT GODDAMN PDP-8s IN PARALLEL*~
Julian Blake Kongslie
3
-48
/
+127
It looks like we could probably fit 16 on the current FPGA, just about. (doesn't meet timing at 50MHz, should in theory work at 40MHz)
2022-03-20
Cleanup of PDP-8 core to support arbitrated memory protocol.
Julian Blake Kongslie
1
-190
/
+109
No support yet for multiple words per line; otherwise complete.
2022-03-20
Support loading RIMs and multi-word lines via the UART loader.
Julian Blake Kongslie
2
-12
/
+24
2022-03-20
Add a few useful memory images.
Julian Blake Kongslie
5
-4141
/
+0
2022-03-20
Temporary change to PDP-8 internal memory to match controller protocol
Julian Blake Kongslie
1
-57
/
+86
2022-03-18
Clean up p8bin2uart and support dumping multiple words per line.
Julian Blake Kongslie
1
-27
/
+73
2022-03-18
Redraw the diagram in PLAN to make it a little prettier.
Julian Blake Kongslie
1
-23
/
+46
2022-03-18
Minor paranoia about ensuring that we're in the correct half_state
Julian Blake Kongslie
1
-0
/
+1
coming out of t_rwr delay between memory transactions
2022-03-18
Ignore colons on inputs; use them to separate words in output.
Julian Blake Kongslie
2
-7
/
+19
2022-03-18
Trivial change to make it a little easier to understand the mem arbiter.
Julian Blake Kongslie
1
-1
/
+1
2022-03-13
Add a few notes.
Julian Blake Kongslie
1
-0
/
+12
2022-03-13
Import p8bin2* tools into repo.
Julian Blake Kongslie
2
-0
/
+334
2022-03-13
Change command parser to support bulk download script.
Julian Blake Kongslie
2
-23
/
+118
2022-03-13
Add memory arbiter and broadcast in between command UART and DRAM.
Julian Blake Kongslie
3
-17
/
+203
2022-03-13
Fix DRAM timings to avoid back-to-back transactions.
Julian Blake Kongslie
1
-3
/
+11
2022-03-13
Change FIFO size for UARTs to 1024 bytes in each direction.
Julian Blake Kongslie
2
-4
/
+4
2022-03-13
Print a newline after memory read result prints.
Julian Blake Kongslie
1
-26
/
+32
2022-03-13
Adding packed keyword to structs and tweaking tag_t slightly.
Julian Blake Kongslie
1
-7
/
+7
2022-03-13
Reformat PLAN to be a little prettier.
Julian Blake Kongslie
1
-17
/
+24
2022-03-01
Switch back to focal69 instead of broken hello.pal.
Julian Blake Kongslie
1
-2
/
+1
2022-02-28
Don't use the bottom data bit as the ready signal :-D
Julian Blake Kongslie
1
-1
/
+1