Entity: xor_begin
- File: xor_begin.sv
Diagram
Ports
Port name | Direction | Type | Description |
---|---|---|---|
i_state | input | t_state_array | Input State Array |
i_data | input | [ 63:0] | Input Data to XOR |
i_key | input | [127:0] | Input Key to XOR |
i_enable_xor_key | input | Enable XOR with Key, active high | |
i_enable_xor_data | input | Enable XOR with Data, active high | |
o_state | output | t_state_array | Output State Array |