tweak of names

This commit is contained in:
James E. Stine 2024-02-22 12:27:40 -06:00
parent c8468e99c0
commit cdd2aa6379
2 changed files with 1 additions and 3 deletions

View File

@ -44,6 +44,5 @@ module rcon_lut_128(input logic [3:0] RD,
4'hA : rcon_out = 8'h00;
default : rcon_out = 8'h00;
endcase
end
end
endmodule

View File

@ -60,5 +60,4 @@ module rrot8(input logic[31:0] x,
assign result[29] = x[5];
assign result[30] = x[6];
assign result[31] = x[7];
endmodule