| // Copyright lowRISC contributors. |
| // Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| // SPDX-License-Identifier: Apache-2.0 |
| % for agent in env_agents: |
| import ${agent}_agent_pkg::*; |
| import dv_base_reg_pkg::*; |
| import ${name}_ral_pkg::*; |
| `include "uvm_macros.svh" |
| // TODO: add the names of alerts in order |
| parameter string LIST_OF_ALERTS[] = {}; |
| parameter uint NUM_ALERTS = ; |
| typedef dv_base_reg_block ${name}_reg_block; |
| `include "${name}_env_cfg.sv" |
| `include "${name}_env_cov.sv" |
| `include "${name}_virtual_sequencer.sv" |
| `include "${name}_scoreboard.sv" |
| `include "${name}_env.sv" |
| `include "${name}_vseq_list.sv" |