From b1761b8eac5777c09723bbc8cd31cc05d8ec35ae Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Tue, 6 Dec 2022 15:27:42 -0600 Subject: Implement breakpoints --- rtl/top/conspiracion.sv | 1 + 1 file changed, 1 insertion(+) (limited to 'rtl/top/conspiracion.sv') diff --git a/rtl/top/conspiracion.sv b/rtl/top/conspiracion.sv index 84b875e..507a74c 100644 --- a/rtl/top/conspiracion.sv +++ b/rtl/top/conspiracion.sv @@ -4,6 +4,7 @@ module conspiracion input wire rst_n, input wire halt, output wire cpu_halted, + output wire breakpoint, output wire [12:0] memory_mem_a, output wire [2:0] memory_mem_ba, output wire memory_mem_ck, -- cgit v1.2.3