summaryrefslogtreecommitdiff
path: root/rtl/core/core.sv
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-09-30 17:44:26 -0600
committerAlejandro Soto <alejandro@34project.org>2023-10-01 01:04:19 -0600
commitcf6ab851183870bca61252a56b274342380d0960 (patch)
tree96c08231d60d300788462b17549d5120802e7f32 /rtl/core/core.sv
parentd1b10aa380578b5af20081dd37f2d36ec111cbd2 (diff)
tb: implement quad-core SMP
Diffstat (limited to 'rtl/core/core.sv')
-rw-r--r--rtl/core/core.sv4
1 files changed, 0 insertions, 4 deletions
diff --git a/rtl/core/core.sv b/rtl/core/core.sv
index 8d487fa..3703fe4 100644
--- a/rtl/core/core.sv
+++ b/rtl/core/core.sv
@@ -45,10 +45,6 @@ module core
.bus_ready(ready),
.bus_write(write),
.bus_start(start),
-`ifndef VERILATOR
- .step(0),
- .breakpoint(),
-`endif
.*
);