Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflow_metadata/pr_hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4e75fe44270495b5b193b4a1f87edd0ceb456efc669809a2b360c9d68710ac11894f897c7a304d867df6306d54f1e09f
8bcde4c1fca190cefeb62399fdc8248d3e67d2baaa5947a27c4fb06787154f4e58cfe5075c2fcae7d6f1dd7a84ba6523
2 changes: 1 addition & 1 deletion .github/workflow_metadata/pr_timestamp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1756926311
1756940945
4 changes: 2 additions & 2 deletions src/integration/testbench/caliptra_ss_top_tb.sv
Original file line number Diff line number Diff line change
Expand Up @@ -1518,9 +1518,9 @@ module caliptra_ss_top_tb
assign cptra_ss_strap_uds_seed_base_addr_i = 64'h0000_0000_0000_0048;
assign cptra_ss_strap_prod_debug_unlock_auth_pk_hash_reg_bank_offset_i = 32'h0;
assign cptra_ss_strap_num_of_prod_debug_unlock_auth_pk_hashes_i = 32'h0;
assign cptra_ss_strap_generic_0_i = 32'h0016_0010; // {16'hIDLE_BIT_STATUS's bit Location in SOC_OTP_CTRL_STATUS,
assign cptra_ss_strap_generic_0_i = 32'h001E_0010; // {16'hIDLE_BIT_STATUS's bit Location in SOC_OTP_CTRL_STATUS,
// 16'hSOC_OTP_CTRL_STATUS's address in SOC_IFC_REG - SOC_OTP_CTRL_BASE_ADDR}
assign cptra_ss_strap_generic_1_i = 32'h0000_0060; // {32'hSOC_OTP_CTRL_DIRECT_ACCESS_CMD's address in SOC_IFC_REG - SOC_OTP_CTRL_BASE_ADDR}
assign cptra_ss_strap_generic_1_i = 32'h0000_0080; // {32'hSOC_OTP_CTRL_DIRECT_ACCESS_CMD's address in SOC_IFC_REG - SOC_OTP_CTRL_BASE_ADDR}
assign cptra_ss_strap_generic_2_i = 32'h0;
assign cptra_ss_strap_generic_3_i = 32'h0;
assign cptra_ss_debug_intent_i = 1'b0;
Expand Down