Components | |
key_expansion | <Entity key_expansion> |
aes_fsm | <Entity aes_fsm> |
aes_round | <Entity aes_round> |
round_counter | <Entity round_counter> |
state_reg | <Entity state_reg> |
Signals | |
resetb_s | std_logic |
invb_s | std_logic |
done_s | std_logic |
en_mixcolumns_s | std_logic |
en_round_s | std_logic |
en_count_s | std_logic |
en_out_s | std_logic |
we_data_s | std_logic |
data_src_s | std_logic |
up_count_s | std_logic |
start_keyexp_s | std_logic |
end_keyexp_s | std_logic |
count_s | bit4 |
init_count_s | bit4 |
input_data_s | bit128 |
round_data_s | bit128 |
reg_data_s | bit128 |
out_data_s | bit128 |
key_s | bit128 |
Instantiations | |
out_reg | state_reg <Entity state_reg> |
round_reg | state_reg <Entity state_reg> |
keyexp | key_expansion <Entity key_expansion> |
fsm | aes_fsm <Entity aes_fsm> |
round | aes_round <Entity aes_round> |
count | round_counter <Entity round_counter> |