diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-11-15 19:10:34 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-11-16 16:43:59 -0600 |
| commit | 87a42e555bf952047e287f4c7810cd538595d5af (patch) | |
| tree | d08db58fc3484bae6d63e5b2d69e66bf8c11cf95 /core_hw.tcl | |
| parent | ba803067cb54edece9ffa8b92f9bb97317d082e5 (diff) | |
rtl/smp: implement SMP dead/alive handling
Diffstat (limited to 'core_hw.tcl')
| -rw-r--r-- | core_hw.tcl | 1 |
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 |
