Add chip_rv_dm_lc_disabled to edacloud Change-Id: Ic6020a8771319d5ee9771c6d1c1fc5125d73315d
diff --git a/hw/top_matcha/dv/chip_sim_cfg.hjson b/hw/top_matcha/dv/chip_sim_cfg.hjson index e9ced65..adc626e 100644 --- a/hw/top_matcha/dv/chip_sim_cfg.hjson +++ b/hw/top_matcha/dv/chip_sim_cfg.hjson
@@ -2100,6 +2100,7 @@ tests: [ "chip_padctrl_attributes", "chip_plic_all_irqs", + "chip_rv_dm_lc_disabled", "chip_rv_dm_ndm_reset_req", "chip_sw_aes_smoketest", "chip_sw_alert_handler_escalation", @@ -2205,6 +2206,7 @@ tests: [ "chip_padctrl_attributes", "chip_plic_all_irqs", + "chip_rv_dm_lc_disabled", "chip_rv_dm_ndm_reset_req", "chip_sw_aes_smoketest", "chip_sw_alert_handler_escalation",
diff --git a/hw/top_matcha/dv/env/seq_lib/chip_rv_dm_lc_disabled_vseq.sv b/hw/top_matcha/dv/env/seq_lib/chip_rv_dm_lc_disabled_vseq.sv index 7e62783..de2ff16 100644 --- a/hw/top_matcha/dv/env/seq_lib/chip_rv_dm_lc_disabled_vseq.sv +++ b/hw/top_matcha/dv/env/seq_lib/chip_rv_dm_lc_disabled_vseq.sv
@@ -1,3 +1,4 @@ +// Copyright 2023 Google LLC. // Copyright lowRISC contributors. // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 @@ -38,7 +39,7 @@ virtual task pre_start(); // Select RV_DM TAP via the TAP straps. - cfg.chip_vif.tap_straps_if.drive(JtagTapRvDm); + cfg.select_jtag = JtagTapRvDm; super.pre_start(); max_outstanding_accesses = 1; endtask