| CAPI=2: |
| # Copyright lowRISC contributors. |
| # Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| # SPDX-License-Identifier: Apache-2.0 |
| name: "lowrisc:dv:flash_phy_prim_agent:0.1" |
| description: "FLASH_PHY_PRIM DV UVM agent" |
| filesets: |
| files_dv: |
| depend: |
| - lowrisc:dv:dv_utils |
| - lowrisc:dv:dv_lib |
| - lowrisc:ip:flash_ctrl_pkg |
| files: |
| - flash_phy_prim_if.sv |
| - flash_phy_prim_agent_pkg.sv |
| - flash_phy_prim_item.sv: {is_include_file: true} |
| - flash_phy_prim_agent_cfg.sv: {is_include_file: true} |
| - flash_phy_prim_agent_cov.sv: {is_include_file: true} |
| - flash_phy_prim_driver.sv: {is_include_file: true} |
| - flash_phy_prim_monitor.sv: {is_include_file: true} |
| - flash_phy_prim_agent.sv: {is_include_file: true} |
| - seq_lib/flash_phy_prim_base_seq.sv: {is_include_file: true} |
| - seq_lib/flash_phy_prim_seq_list.sv: {is_include_file: true} |
| file_type: systemVerilogSource |
| |
| targets: |
| default: |
| filesets: |
| - files_dv |