From cf6ab851183870bca61252a56b274342380d0960 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 30 Sep 2023 17:44:26 -0600 Subject: tb: implement quad-core SMP --- rtl/core/core.sv | 4 ---- 1 file changed, 4 deletions(-) (limited to 'rtl/core/core.sv') 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 .* ); -- cgit v1.2.3