From 3a65ecf1581148b0c09e85c58019d017e78f1857 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Sun, 20 Mar 2022 17:27:41 -0700 Subject: Run ~*EIGHT GODDAMN PDP-8s IN PARALLEL*~ 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) --- hdl/defs.svh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hdl/defs.svh') diff --git a/hdl/defs.svh b/hdl/defs.svh index f8b1032..7c47723 100644 --- a/hdl/defs.svh +++ b/hdl/defs.svh @@ -5,7 +5,7 @@ `define PDP_ADDRESS_BITS 15 -`define NUM_PDPS 1 +`define NUM_PDPS 8 `define UART_BYTE_BITS 8 -- cgit v1.2.3