[keymgr / top] Auto-generate files Signed-off-by: Timothy Chen <timothytim@google.com>
diff --git a/hw/top_earlgrey/rtl/autogen/top_earlgrey.sv b/hw/top_earlgrey/rtl/autogen/top_earlgrey.sv index 306dad4..eef5671 100644 --- a/hw/top_earlgrey/rtl/autogen/top_earlgrey.sv +++ b/hw/top_earlgrey/rtl/autogen/top_earlgrey.sv
@@ -1104,7 +1104,16 @@ .rst_ni (rstmgr_resets.rst_sys_n[rstmgr_pkg::Domain0Sel]) ); - keymgr u_keymgr ( + keymgr #( + .RndCnstLfsrSeed(RndCnstKeymgrLfsrSeed), + .RndCnstLfsrPerm(RndCnstKeymgrLfsrPerm), + .RndCnstRevisionSeed(RndCnstKeymgrRevisionSeed), + .RndCnstCreatorIdentitySeed(RndCnstKeymgrCreatorIdentitySeed), + .RndCnstOwnerIntIdentitySeed(RndCnstKeymgrOwnerIntIdentitySeed), + .RndCnstOwnerIdentitySeed(RndCnstKeymgrOwnerIdentitySeed), + .RndCnstSoftOutputSeed(RndCnstKeymgrSoftOutputSeed), + .RndCnstHardOutputSeed(RndCnstKeymgrHardOutputSeed) + ) u_keymgr ( // Interrupt .intr_op_done_o (intr_keymgr_op_done),