| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2022-05-22 | Update PLAN. | Julian Blake Kongslie | 1 | -6/+5 | |
| 2022-05-22 | Two-cycle memory arbiter, enabling 16 PDP-8s @ 50MHz. | Julian Blake Kongslie | 2 | -14/+12 | |
| 2022-05-22 | Only sample RS232 signals once per clock; use a delayed flop internally. | Julian Blake Kongslie | 1 | -9/+19 | |
| This removes metastability issues on inputs and makes everything work. | |||||
| 2022-05-15 | Update plan. | Julian Blake Kongslie | 1 | -10/+6 | |
| 2022-05-15 | Significantly wider line size for data downloads. | Julian Blake Kongslie | 1 | -1/+1 | |
| 8.5sec for 16 cores! | |||||
| 2022-05-15 | Fix the RS232 receive state machine 😠💢:mad: | Julian Blake Kongslie | 1 | -1/+1 | |
| Our current consensus is that we have a bug which causes the RX state machine to make incomprehensible jumps when the sample counter is more than about 9 bits wide. We haven't completely pinned down the problem; we saw it when running at 1Mbaud with a 7 bit (one extra bit) counter. I hate Verilog and Altera, both exclusively and in combination. | |||||
| 2022-05-15 | Change to 1Mbaud RS232 | Julian Blake Kongslie | 2 | -2/+2 | |
| 2022-05-15 | Only phase shift the RS232 tx clock when we are between bytes. | Julian Blake Kongslie | 2 | -1/+22 | |
| 2022-05-15 | Consistent RS232 wire names (DCE side names is used everywhere) | Julian Blake Kongslie | 3 | -39/+39 | |
| 2022-05-15 | Change makefile to unconditionally load memory for 16 PDP-8s | Julian Blake Kongslie | 1 | -14/+14 | |
| 2022-05-08 | Remove extraneous newline (we still have some other one somewhere) | Julian Blake Kongslie | 1 | -1/+1 | |
| 2022-05-08 | Make the calculation for OVERSAMPLE more explicit. | Julian Blake Kongslie | 1 | -1/+1 | |
| 2022-05-08 | Demand that CTS is asserted for multiple symbol periods before transmit. | Julian Blake Kongslie | 1 | -1/+8 | |
| 2022-05-08 | *Proper* serial port for memory downloads. 115200 8O2 RS232 with CRTRTS. | Julian Blake Kongslie | 11 | -132/+322 | |
| 2022-04-24 | Make the script for setting up the TTY actually connect. | Julian Blake Kongslie | 1 | -0/+6 | |
