From 87a42e555bf952047e287f4c7810cd538595d5af Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Wed, 15 Nov 2023 19:10:34 -0600 Subject: rtl/smp: implement SMP dead/alive handling --- core_hw.tcl | 1 + 1 file changed, 1 insertion(+) (limited to 'core_hw.tcl') 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 -- cgit v1.2.3