| // 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 ${name}_ral_pkg::*; |
| `include "uvm_macros.svh" |
| // TODO update below, or compile error occurs |
| parameter uint ${name.upper()}_ADDR_MAP_SIZE = ; |
| 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" |