Skip to content

Commit

Permalink
tb: Fix expected value in dpc
Browse files Browse the repository at this point in the history
  • Loading branch information
bluewww committed Oct 19, 2019
1 parent a5a6f2a commit a5a6640
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rtl/tb/jtag_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -1986,8 +1986,9 @@ package jtag_pkg;
logic [31:0] dm_data;
logic [31:0] saved;
logic [6:0] dm_addr;
logic [31:0] key_word = 32'hbeefdead;
logic [31:0] key_word;

key_word = 32'hbeefdead & ~32'h1; // dpc lower bit always zero
error = 1'b0;

assert_rdy_for_abstract_cmd(s_tck, s_tms, s_trstn, s_tdi, s_tdo);
Expand Down

0 comments on commit a5a6640

Please sign in to comment.