Skip to content

Commit b8064ec

Browse files
committed
Fixed header info in some testbenches
1 parent c189b88 commit b8064ec

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

adder_tree_tb.sv

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
//------------------------------------------------------------------------------
2+
// adder_tree_tb.sv
3+
// Konstantin Pavlov, [email protected]
4+
//------------------------------------------------------------------------------
15

2-
// RXI - PIN400M
6+
// INFO ------------------------------------------------------------------------
37
// testbench for adder_tree.sv module
48

9+
510
`timescale 1ns / 1ps
611

712
module adder_tree_tb();

leave_one_hot_tb.sv

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
//------------------------------------------------------------------------------
2+
// leave_one_hot_tb.sv
3+
// Konstantin Pavlov, [email protected]
4+
//------------------------------------------------------------------------------
15

2-
// RXI - PIN400M
6+
// INFO ------------------------------------------------------------------------
37
// testbench for leave_one_hot.sv module
48

9+
510
`timescale 1ns / 1ps
611

712
module leave_one_hot_tb();

pulse_gen_tb.sv

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
//------------------------------------------------------------------------------
2+
// pulse_gen_tb.sv
3+
// Konstantin Pavlov, [email protected]
4+
//------------------------------------------------------------------------------
15

2-
// RXI - PIN400M
6+
// INFO ------------------------------------------------------------------------
37
// testbench for pulse_gen.sv module
48

9+
510
`timescale 1ns / 1ps
611

712
module pulse_gen_tb();

pulse_stretch_tb.sv

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
//------------------------------------------------------------------------------
2+
// pulse_stretch_tb.sv
3+
// Konstantin Pavlov, [email protected]
4+
//------------------------------------------------------------------------------
15

2-
// RXI - PIN400M
6+
// INFO ------------------------------------------------------------------------
37
// testbench for pulse_stretch.sv module
48

9+
510
`timescale 1ns / 1ps
611

712
module pulse_stretch_tb();

0 commit comments

Comments
 (0)