commit | 49f3653b4b5a91b04a7618d8f84b0f92a90f7866 | [log] [tgz] |
---|---|---|
author | Pirmin Vogel <vogelpi@lowrisc.org> | Sun Oct 06 14:48:26 2019 +0100 |
committer | Pirmin Vogel <vogelpi@lowrisc.org> | Wed Oct 09 09:10:16 2019 +0100 |
tree | bfa0645703443505e06ea5c7daa9408de030d57a | |
parent | ecb2edd59cb42803d61951b5507f2878a44ec4d0 [diff] [blame] |
[aes/rtl] Switch to new reggen version
diff --git a/hw/ip/aes/rtl/aes.sv b/hw/ip/aes/rtl/aes.sv index 25ae0d5..0f5d8d7 100644 --- a/hw/ip/aes/rtl/aes.sv +++ b/hw/ip/aes/rtl/aes.sv
@@ -12,7 +12,9 @@ // Bus Interface input tlul_pkg::tl_h2d_t tl_i, - output tlul_pkg::tl_d2h_t tl_o + output tlul_pkg::tl_d2h_t tl_o, + + input devmode_i ); import aes_reg_pkg::*; @@ -26,7 +28,8 @@ .tl_i, .tl_o, .reg2hw, - .hw2reg + .hw2reg, + .devmode_i ); aes_core #(