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 @@
a27f8a5501524d4435b696f76507e8a5f3f1c0ac0fc2d731ffd3a55f006c2848ae430680018e8873e0c7d5a3370b5de2
590011b30cecc39768915adb8cd3a6dbdc6a293a7446733089479dc542f3ab501d227f5dbc346c665eddd8122dc16547
2 changes: 1 addition & 1 deletion .github/workflow_metadata/pr_timestamp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1759823974
1759869225
6 changes: 3 additions & 3 deletions src/integration/testbench/caliptra_ss_top_tb.sv
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ module caliptra_ss_top_tb
// JTAG DPI
jtagdpi #(
.Name ("jtag0"),
.ListenPort (5000)
.ListenPort (51983)
) jtagdpi_cptra_core (
.clk_i (core_clk),
.rst_ni (cptra_ss_rst_b_i),
Expand Down Expand Up @@ -1327,7 +1327,7 @@ module caliptra_ss_top_tb
// JTAG DPI
jtagdpi #(
.Name ("jtag2"),
.ListenPort (7000)
.ListenPort (64902)
) jtagdpi_lcc (
.clk_i (core_clk),
.rst_ni (cptra_ss_rst_b_i),
Expand Down Expand Up @@ -1530,7 +1530,7 @@ module caliptra_ss_top_tb
// JTAG DPI
jtagdpi #(
.Name ("jtag1"),
.ListenPort (6000)
.ListenPort (60217)
) jtagdpi_mcu (
.clk_i (core_clk),
.rst_ni (cptra_ss_rst_b_i),
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts/openocd/interface/sim-jtagdpi-lcc.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
# SystemVerilog DPI module.

adapter driver remote_bitbang
remote_bitbang port 7000
remote_bitbang port 64902
remote_bitbang host localhost
2 changes: 1 addition & 1 deletion tools/scripts/openocd/interface/sim-jtagdpi-mcu.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
# SystemVerilog DPI module.

adapter driver remote_bitbang
remote_bitbang port 6000
remote_bitbang port 60217
remote_bitbang host localhost
2 changes: 1 addition & 1 deletion tools/scripts/openocd/interface/sim-jtagdpi.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
# SystemVerilog DPI module.

adapter driver remote_bitbang
remote_bitbang port 5000
remote_bitbang port 51983
remote_bitbang host localhost