Browse Source

Remove unused Data_i port from testbench

verific_problem
T. Meissner 6 years ago
parent
commit
3c042a168b
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      counter/counter_t.sv

+ 0
- 1
counter/counter_t.sv View File

@ -1,7 +1,6 @@
module counter_t (
input Reset_n_i,
input Clk_i,
input [31:0] Data_i,
output [31:0] Data_o
);


Loading…
Cancel
Save