blob: 734d7b3774f801db3bd34f29d0b352e5cdd9e549 [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:tlul
- lowrisc:prim:all
- lowrisc:ip:rstmgr_component
files:
- 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:
ascentlint:
ascentlint_options:
- "-wait_license"
- "-stop_on_error"
verilator:
mode: lint-only
verilator_options:
- "-Wall"