From 7daca3a26c3a6d81610fead41248cb5f38e103e8 Mon Sep 17 00:00:00 2001 From: uvok Date: Sat, 17 Jan 2026 20:04:49 +0100 Subject: eater: Add PC, fix signals for MEM/ADR, add readme --- eater_cpu/eater_computer_tb.sv | 3 +++ 1 file changed, 3 insertions(+) (limited to 'eater_cpu/eater_computer_tb.sv') diff --git a/eater_cpu/eater_computer_tb.sv b/eater_cpu/eater_computer_tb.sv index d5459bc..d05dc52 100644 --- a/eater_cpu/eater_computer_tb.sv +++ b/eater_cpu/eater_computer_tb.sv @@ -29,10 +29,13 @@ initial begin uut.INS_to_bus = 0; uut.ALU_to_bus = 0; uut.RAM_to_bus = 0; + uut.PC_to_bus = 0; uut.bus_to_A = 0; uut.bus_to_B = 0; uut.bus_to_INS = 0; uut.bus_to_RAM = 0; + uut.bus_to_PC = 0; + uut.bus_to_MAR = 0; clk_in = 0; debug_enable = 0; debug_value = 'z; -- cgit v1.2.3