summaryrefslogtreecommitdiff
path: root/soc.v
diff options
context:
space:
mode:
Diffstat (limited to 'soc.v')
-rw-r--r--soc.v8
1 files changed, 4 insertions, 4 deletions
diff --git a/soc.v b/soc.v
index 292e8a1..20abd42 100644
--- a/soc.v
+++ b/soc.v
@@ -20,7 +20,7 @@ module soc (
output debugMemWriteW,
output [5:0] debugSetRegCond,
-
+
output [15:0] dbg_r0,
output [15:0] dbg_r1,
output [15:0] dbg_r2,
@@ -30,13 +30,13 @@ module soc (
output [15:0] dbg_r6,
output [15:0] dbg_r7,
output [9:0] dbg_state,
-
+
output dbg_setPC,
output [15:0] dbg_setPCValue,
-
+
output [1:0] dbg_statusreg,
output dbg_needWait,
-
+
output dbg_re_o,
output dbg_we_o,
output [15:0] dbg_addr_o,