blob: 9341a4f3a28fd7af5fbd40edc129c51eb6bc6467 [file] [log] [blame]
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:chip_sim:0.1"
description: "Earlgrey chip DV sim target"
filesets:
files_rtl:
depend:
- lowrisc:systems:top_earlgrey
- lowrisc:systems:top_earlgrey_pkg
- lowrisc:systems:chip_earlgrey_asic
- lowrisc:ibex:ibex_tracer
files_dv:
depend:
- lowrisc:ip:tlul
- lowrisc:dv:chip_test
- lowrisc:dv:clkmgr_sva
- lowrisc:dv:pwrmgr_sva
- lowrisc:dv:rstmgr_sva
- lowrisc:dv:top_earlgrey_sva
- lowrisc:dv:top_earlgrey_xbar_main_bind
- lowrisc:dv:top_earlgrey_xbar_peri_bind
- lowrisc:dv:xbar_test
- lowrisc:dv:xbar_macros
- lowrisc:dv:sim_sram
- lowrisc:dv:sw_test_status
- lowrisc:dv:sw_logger_if
- lowrisc:dv:mem_bkdr_util
files:
- tb/chip_hier_macros.svh: {is_include_file: true}
- autogen/tb__xbar_connect.sv: {is_include_file: true}
- autogen/xbar_env_pkg__params.sv: {is_include_file: true}
- autogen/tb__alert_handler_connect.sv: {is_include_file: true}
- tb/tb.sv
file_type: systemVerilogSource
files_veriblelint_waiver:
files:
- lint/chip_sim.vbw
file_type: veribleLintWaiver
targets:
default: &default_target
toplevel: tb
filesets:
- tool_veriblelint ? (files_veriblelint_waiver)
- files_rtl
- files_dv
sim:
<<: *default_target
default_tool: vcs
lint:
<<: *default_target