URL
https://opencores.org/ocsvn/avs_aes/avs_aes/trunk
Subversion Repositories avs_aes
Compare Revisions
- This comparison shows the changes necessary to convert path
/avs_aes
- from Rev 5 to Rev 6
- ↔ Reverse comparison
Rev 5 → Rev 6
/trunk/hdl/aes_ecb/keygenerate.vhd
55,9 → 55,6
use IEEE.std_logic_1164.all; |
use IEEE.numeric_std.all; |
|
library util_lib; |
use util_lib.util_pkg.all; |
|
library aes_ecb_lib; |
use aes_ecb_lib.aes_ecb_pkg.all; |
|