blob: 7c75d15a9522d6db18a51e53fbe7670cd1a87ec3 [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:ip:rstmgr:0.1"
description: "Reset manager component without the generated portions"
filesets:
files_rtl:
depend:
- lowrisc:ip:alert_handler_component
- lowrisc:ip:rv_core_ibex_pkg
- lowrisc:ip:tlul
- lowrisc:prim:clock_mux2
- lowrisc:prim:esc
- lowrisc:prim:lc_sync
- lowrisc:prim:mubi
- lowrisc:prim:clock_buf
- lowrisc:prim:sparse_fsm
- "fileset_ip ? (lowrisc:ip:rstmgr_pkg)"
- "fileset_top ? (lowrisc:systems:rstmgr_pkg)"
- lowrisc:ip:rstmgr_cnsty_chk
- "fileset_top ? (lowrisc:systems:rstmgr)"
- "fileset_topgen ? (lowrisc:systems:topgen)"
files:
- rtl/rstmgr_ctrl.sv
- rtl/rstmgr_por.sv
- rtl/rstmgr_crash_info.sv
- rtl/rstmgr_leaf_rst.sv
- "fileset_ip ? (rtl/rstmgr.sv)"
file_type: systemVerilogSource
files_verilator_waiver:
depend:
# common waivers
- lowrisc:lint:common
- lowrisc:lint:comportable
files:
file_type: vlt
files_ascentlint_waiver:
depend:
# common waivers
- lowrisc:lint:common
- lowrisc:lint:comportable
files:
- lint/rstmgr.waiver
file_type: waiver
parameters:
SYNTHESIS:
datatype: bool
paramtype: vlogdefine
targets:
default: &default_target
filesets:
- tool_verilator ? (files_verilator_waiver)
- tool_ascentlint ? (files_ascentlint_waiver)
- files_rtl
toplevel: rstmgr
lint:
<<: *default_target
default_tool: verilator
parameters:
- SYNTHESIS=true
tools:
verilator:
mode: lint-only
verilator_options:
- "-Wall"