File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments