Skip to content

Commit

Permalink
Change test speed coding
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanya-123 committed Jul 12, 2022
1 parent c5d1217 commit 09aec8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tb/tb_viterbi_enc.v
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ viterbi_speed_map #(.p_auto_pol(1), .p_speed_size(3), .p_speed_pol0(3'b101), .p_
.i_reset(1'b0),
.i_data(outData),
.i_valid(validData),
.i_speed(1),
.i_speed(3),
.o_data(speed_data),
.o_valid(speed_valid)
);
Expand Down

0 comments on commit 09aec8f

Please sign in to comment.