mirror of
https://github.com/MPSU/APS.git
synced 2025-09-16 09:40:10 +00:00
Update tb_fulladder.sv
This commit is contained in:
committed by
GitHub
parent
998b36e57a
commit
23679c20f2
@@ -20,14 +20,14 @@ parameter TEST_VALUES = 8;
|
|||||||
wire tb_sum_o;
|
wire tb_sum_o;
|
||||||
|
|
||||||
|
|
||||||
/* fulladder DUT (
|
fulladder DUT (
|
||||||
.a_i(tb_a_i),
|
.a_i(tb_a_i),
|
||||||
.b_i(tb_b_i),
|
.b_i(tb_b_i),
|
||||||
.sum_o(tb_sum_o),
|
.sum_o(tb_sum_o),
|
||||||
.carry_i(tb_carry_i),
|
.carry_i(tb_carry_i),
|
||||||
.carry_o(tb_carry_o)
|
.carry_o(tb_carry_o)
|
||||||
);
|
);
|
||||||
*/
|
|
||||||
integer i, err_count = 0;
|
integer i, err_count = 0;
|
||||||
reg [4:0] running_line;
|
reg [4:0] running_line;
|
||||||
reg [5*8-1:0] line_dump;
|
reg [5*8-1:0] line_dump;
|
||||||
|
Reference in New Issue
Block a user