Skip to content

Commit

Permalink
📝 Update AES.v
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedSobhy01 authored Apr 27, 2024
1 parent b0df5cb commit d04ce73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AES.v
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module AES #(parameter Nk = 4, parameter Nr = 10) (encryptedOutputReg, decrypted
wire [127:0] tempDecryptedOutput;

// Binary to BCD Logic
reg [7:0] bcdInput = 8'b_00000000;
reg [7:0] bcdInput = 8'b00000000;
wire [11:0] bcdOutput;
Binary2BCD b2b(bcdInput, bcdOutput);

Expand Down

0 comments on commit d04ce73

Please sign in to comment.