Skip to content

Commit

Permalink
Set default JTAG ID to 0
Browse files Browse the repository at this point in the history
Internal-tag: [#52131]
Signed-off-by: Robert Szczepanski <rszczepanski@antmicro.com>
  • Loading branch information
robertszczepanski committed Dec 18, 2023
1 parent e8bbd53 commit 9bac601
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions testbench/tb_top.sv
Original file line number Diff line number Diff line change
Expand Up @@ -442,9 +442,7 @@ module tb_top (
abi_reg[30] = "t5";
abi_reg[31] = "t6";
// tie offs
jtag_id[31:28] = 4'b1;
jtag_id[27:12] = '0;
jtag_id[11:1] = 11'h45;
jtag_id[31:1] = 31'h0;
reset_vector = `RV_RESET_VEC;
nmi_vector = 32'hee000000;
nmi_int = 0;
Expand Down

0 comments on commit 9bac601

Please sign in to comment.