Skip to content

Commit

Permalink
Update tb_fulladder.sv
Browse files Browse the repository at this point in the history
  • Loading branch information
HepoH3 authored Feb 9, 2024
1 parent 998b36e commit 23679c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Labs/01. Adder/tb_fulladder.sv
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ parameter TEST_VALUES = 8;
wire tb_sum_o;


/* fulladder DUT (
fulladder DUT (
.a_i(tb_a_i),
.b_i(tb_b_i),
.sum_o(tb_sum_o),
.carry_i(tb_carry_i),
.carry_o(tb_carry_o)
);
*/

integer i, err_count = 0;
reg [4:0] running_line;
reg [5*8-1:0] line_dump;
Expand Down

0 comments on commit 23679c2

Please sign in to comment.