From 3c042a168ba237586c9301cc5effb8aa1d8c6308 Mon Sep 17 00:00:00 2001 From: Torsten Meissner Date: Tue, 13 Nov 2018 13:13:30 +0100 Subject: [PATCH] Remove unused Data_i port from testbench --- counter/counter_t.sv | 1 - 1 file changed, 1 deletion(-) diff --git a/counter/counter_t.sv b/counter/counter_t.sv index 79a18cb..8a07315 100644 --- a/counter/counter_t.sv +++ b/counter/counter_t.sv @@ -1,7 +1,6 @@ module counter_t ( input Reset_n_i, input Clk_i, - input [31:0] Data_i, output [31:0] Data_o );