@@ -51,14 +51,14 @@ module otp_ctrl_dai
5151 output logic [NumDaiWords- 1 : 0 ][31 : 0 ] dai_rdata_o,
5252 // OTP interface
5353 output logic otp_req_o,
54- output prim_generic_otp_pkg :: cmd_e otp_cmd_o,
54+ output prim_generic_otp_pkg :: cmd_e otp_cmd_o,
5555 output logic [OtpSizeWidth- 1 : 0 ] otp_size_o,
5656 output logic [OtpIfWidth- 1 : 0 ] otp_wdata_o,
5757 output logic [OtpAddrWidth- 1 : 0 ] otp_addr_o,
5858 input otp_gnt_i,
5959 input otp_rvalid_i,
6060 input [ScrmblBlockWidth- 1 : 0 ] otp_rdata_i,
61- input prim_generic_otp_pkg :: err_e otp_err_i,
61+ input prim_generic_otp_pkg :: err_e otp_err_i,
6262 // Scrambling mutex request
6363 output logic scrmbl_mtx_req_o,
6464 input scrmbl_mtx_gnt_i,
@@ -73,7 +73,7 @@ module otp_ctrl_dai
7373 input logic [ScrmblBlockWidth- 1 : 0 ] scrmbl_data_i,
7474 // Zeroization trigger indicators for each partition.
7575 // The first successful zeroization request will set the
76- // corresponding bit in the array.
76+ // corresponding MuBi in the array.
7777 output mubi8_t [NumPart- 1 : 0 ] zer_trigs_o,
7878 input mubi8_t [NumPart- 1 : 0 ] zer_i
7979);
@@ -724,7 +724,7 @@ module otp_ctrl_dai
724724 ZerSt: begin
725725 dai_prog_idle_o = 1'b0 ;
726726 if (// Fuses in a partition can only be zeroized if the partition
727- // is parametrized so .
727+ // is parametrized to allow it .
728728 PartInfo[part_idx].zeroizable &&
729729 // Check that the address is not out-of-bounds.
730730 part_sel_valid &&
@@ -814,7 +814,7 @@ module otp_ctrl_dai
814814 error_d = FsmStateError;
815815 end
816816 end
817- // Unconditionally jump into the termainl error state when a zeroization
817+ // Unconditionally jump into the terminal error state when a zeroization
818818 // indicator takes on an invalid value.
819819 for (int k = 0 ; k < NumPart; k++ ) begin
820820 if (mubi8_test_invalid (zer_trigs_o[k]) || mubi16_test_invalid (is_zeroized)) begin
0 commit comments