summaryrefslogtreecommitdiff
path: root/rtl/top
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/top')
-rw-r--r--rtl/top/test_smp.sv8
1 files changed, 6 insertions, 2 deletions
diff --git a/rtl/top/test_smp.sv b/rtl/top/test_smp.sv
index df417c3..e6a66e8 100644
--- a/rtl/top/test_smp.sv
+++ b/rtl/top/test_smp.sv
@@ -9,11 +9,15 @@ module test_smp
input logic[31:0] avl_writedata,
output logic[31:0] avl_readdata,
- input logic cpu_halted_0,
+ input logic cpu_alive_0,
+ cpu_alive_1,
+ cpu_alive_2,
+ cpu_alive_3,
+ cpu_halted_0,
cpu_halted_1,
cpu_halted_2,
cpu_halted_3,
- input logic breakpoint_0,
+ breakpoint_0,
breakpoint_1,
breakpoint_2,
breakpoint_3,