Skip to content

Commit 42ce768

Browse files
minor fix in readme.txt
1 parent d78df93 commit 42ce768

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

readme.txt

+8-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,14 @@ Directory Structure:
2626

2727
- hdl
2828
- rtl
29-
- **EF_AES.v**: Verilog source code for the EF_AES design, including the core logic of the UART module.
29+
- **aes_core.v**: Verilog source code for the EF_AES design
30+
- **aes_decipher_block.v**: Verilog source code for the EF_AES design
31+
- **aes_encipher_block.v**: Verilog source code for the EF_AES design
32+
- **aes_inv_sbox.v**: Verilog source code for the EF_AES design
33+
- **aes_key_mem.v**: Verilog source code for the EF_AES design
34+
- **aes_sbox.v**: Verilog source code for the EF_AES design
35+
- **aes.v**: Verilog source code for the EF_AES design
36+
3037
- **bus_wrappers**
3138
- **EF_AES_AHBL.v**: Verilog wrapper to interface the EF_AES with the AMBA High-performance Bus (AHB-Lite) protocol.
3239
- **EF_AES_APB.v**: Verilog wrapper to interface the EF_AES with the Advanced Peripheral Bus (APB) protocol.

0 commit comments

Comments
 (0)