diff options
Diffstat (limited to 'rtl/top/conspiracion.sv')
| -rw-r--r-- | rtl/top/conspiracion.sv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rtl/top/conspiracion.sv b/rtl/top/conspiracion.sv index 507a74c..c9e940f 100644 --- a/rtl/top/conspiracion.sv +++ b/rtl/top/conspiracion.sv @@ -3,6 +3,7 @@ module conspiracion input wire clk_clk, input wire rst_n, input wire halt, + input wire step, output wire cpu_halted, output wire breakpoint, output wire [12:0] memory_mem_a, |
