Merge pull request #1089 from en-sc/en-sc/batch-select-dmi

target/riscv: select DMI IR on batch access
This commit is contained in:
Anatoly Parshintsev 2024-06-17 18:37:16 +03:00 committed by GitHub
commit fdd07f1279
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -2777,6 +2777,7 @@ struct riscv_scan_delays get_scan_delays(struct target *target)
static int batch_run(struct target *target, struct riscv_batch *batch)
{
RISCV_INFO(r);
select_dmi(target);
riscv_batch_add_nop(batch);
const int result = riscv_batch_run_from(batch, 0,
get_scan_delays(target),
@ -2797,6 +2798,7 @@ static int batch_run_timeout(struct target *target, struct riscv_batch *batch)
{
RISCV013_INFO(info);
select_dmi(target);
riscv_batch_add_nop(batch);
size_t finished_scans = 0;