Skip to content

Commit

Permalink
Update signal names in cov_if
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiran Upadhyayula committed Feb 23, 2024
1 parent 0eb4404 commit 00db3b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ecc/coverage/ecc_top_cov_if.sv
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ interface ecc_top_cov_if
assign ecc_cmd = ecc_top.ecc_dsa_ctrl_i.cmd_reg;
assign pcr_sign_mode = ecc_top.ecc_dsa_ctrl_i.pcr_sign_mode;
assign zeroize = ecc_top.ecc_dsa_ctrl_i.zeroize_reg;
assign ready = ecc_top.ecc_dsa_ctrl_i.dsa_ready_reg;
assign valid = ecc_top.ecc_dsa_ctrl_i.dsa_valid_reg;
assign ready = ecc_top.ecc_dsa_ctrl_i.ecc_ready_reg;
assign valid = ecc_top.ecc_dsa_ctrl_i.ecc_valid_reg;

always_ff @(posedge clk) begin
if (!reset_n) begin
Expand Down

0 comments on commit 00db3b1

Please sign in to comment.