summaryrefslogtreecommitdiff
path: root/core_hw.tcl
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-11-15 19:10:34 -0600
committerAlejandro Soto <alejandro@34project.org>2023-11-16 16:43:59 -0600
commit87a42e555bf952047e287f4c7810cd538595d5af (patch)
treed08db58fc3484bae6d63e5b2d69e66bf8c11cf95 /core_hw.tcl
parentba803067cb54edece9ffa8b92f9bb97317d082e5 (diff)
rtl/smp: implement SMP dead/alive handling
Diffstat (limited to 'core_hw.tcl')
-rw-r--r--core_hw.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/core_hw.tcl b/core_hw.tcl
index 0b0a2da..65d0e99 100644
--- a/core_hw.tcl
+++ b/core_hw.tcl
@@ -225,6 +225,7 @@ set_interface_property smp SVD_ADDRESS_GROUP ""
add_interface_port smp step step Input 1
add_interface_port smp cpu_halt halt Input 1
+add_interface_port smp cpu_alive cpu_alive Output 1
add_interface_port smp cpu_halted cpu_halted Output 1
add_interface_port smp breakpoint breakpoint Output 1