Skip to content

Commit 79e1419

Browse files
alex96295paulsc96
authored andcommitted
target/sim: Add JTAG tasks for reg access and preloading (#103)
* target/sim: Add JTAG tasks to read/write 32b registers * target/sim: Add JTAG task to halt and load binary Can be used by platforms to halt CVA6 and preload a shared memory when execution happens on domains different than Cheshire. * target/sim: Clean up added tasks --------- Co-authored-by: Paul Scheffler <paulsc@iis.ee.ethz.ch>
1 parent 42ec3c0 commit 79e1419

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

target/sim/src/vip_cheshire_soc.sv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ module vip_cheshire_soc import cheshire_pkg::*; #(
261261
input doub_bt addr,
262262
output word_bt data,
263263
input int unsigned idle_cycles = 20
264-
265264
);
266265
automatic dm::sbcs_t sbcs = dm::sbcs_t'{sbreadonaddr: 1'b1, sbaccess: 2, default: '0};
267266
jtag_write(dm::SBCS, sbcs, 0, 1);

0 commit comments

Comments
 (0)