Skip to content

Commit e5eae92

Browse files
committed
cve2: fix typo in tracing wrapper
1 parent a04dad3 commit e5eae92

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
From 60dad32eb261829383fd2ca9c04d030b2dfdf464 Mon Sep 17 00:00:00 2001
2+
From: Enrico Zelioli <ezelioli@iis.ee.ethz.ch>
3+
Date: Mon, 16 Mar 2026 09:44:18 +0100
4+
Subject: [PATCH] remove-extra-comma
5+
6+
---
7+
cve2_core_tracing.sv | 2 +-
8+
1 file changed, 1 insertion(+), 1 deletion(-)
9+
10+
diff --git a/cve2_core_tracing.sv b/cve2_core_tracing.sv
11+
index f4a124de..5429684d 100644
12+
--- a/cve2_core_tracing.sv
13+
+++ b/cve2_core_tracing.sv
14+
@@ -84,7 +84,7 @@ module cve2_core_tracing import cve2_pkg::*; #(
15+
16+
// CPU Control Signals
17+
input logic fetch_enable_i,
18+
- output logic core_busy_o,
19+
+ output logic core_busy_o
20+
21+
);
22+
23+
--
24+
2.43.5
25+

rtl/cve2/cve2_core_tracing.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ module cve2_core_tracing import cve2_pkg::*; #(
8484

8585
// CPU Control Signals
8686
input logic fetch_enable_i,
87-
output logic core_busy_o,
87+
output logic core_busy_o
8888

8989
);
9090

0 commit comments

Comments
 (0)