diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-09-30 17:44:26 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-10-01 01:04:19 -0600 |
| commit | cf6ab851183870bca61252a56b274342380d0960 (patch) | |
| tree | 96c08231d60d300788462b17549d5120802e7f32 /rtl/core/arm810.sv | |
| parent | d1b10aa380578b5af20081dd37f2d36ec111cbd2 (diff) | |
tb: implement quad-core SMP
Diffstat (limited to 'rtl/core/arm810.sv')
| -rw-r--r-- | rtl/core/arm810.sv | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/rtl/core/arm810.sv b/rtl/core/arm810.sv index 6f798f4..f498a15 100644 --- a/rtl/core/arm810.sv +++ b/rtl/core/arm810.sv @@ -7,8 +7,8 @@ module arm810 rst_n, input logic irq, - halt, - step, + halt /*verilator public*/ /*verilator forceable*/, + step /*verilator public*/ /*verilator forceable*/, output ptr bus_addr, output logic bus_start, @@ -18,8 +18,8 @@ module arm810 output word bus_data_wr, output logic[3:0] bus_data_be, - output logic halted, - breakpoint + output logic halted /*verilator public*/, + breakpoint /*verilator public*/ ); ptr branch_target, fetch_insn_pc, fetch_head, insn_addr; |
