From fda3a38b998908ad584006a6d21b176e806575c7 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Sun, 31 Oct 2021 13:47:24 -0700 Subject: Implement single-stepping the core. --- hdl/top.sv | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hdl/top.sv') diff --git a/hdl/top.sv b/hdl/top.sv index 214ea1b..00225ee 100644 --- a/hdl/top.sv +++ b/hdl/top.sv @@ -114,6 +114,9 @@ core cpu , .reset(reset) , .switch_cont(switch_cont) + , .switch_stop(switch_stop) + , .switch_sing_step(switch_sing_step) + , .switch_sing_inst(switch_sing_inst) , .led_pc(led_pc) , .led_memaddr(led_memaddr) -- cgit v1.2.3