blob: 699dfab2edbfd4b4b1f8ae3820fd651c8181b6ed [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:otp_ctrl_pkg:1.0"
description: "OTP Controller Package"
filesets:
files_rtl:
depend:
- lowrisc:tlul:headers
- lowrisc:ip:lc_ctrl_pkg
- lowrisc:prim:mubi
files:
- rtl/otp_ctrl_reg_pkg.sv
- rtl/otp_ctrl_pkg.sv
- rtl/otp_ctrl_part_pkg.sv
file_type: systemVerilogSource
files_verilator_waiver:
depend:
# common waivers
- lowrisc:lint:common
- lowrisc:lint:comportable
files:
- lint/otp_ctrl_pkg.vlt
file_type: vlt
files_ascentlint_waiver:
depend:
# common waivers
- lowrisc:lint:common
- lowrisc:lint:comportable
files:
- lint/otp_ctrl_pkg.waiver
file_type: waiver
files_veriblelint_waiver:
depend:
# common waivers
- lowrisc:lint:common
- lowrisc:lint:comportable
files:
- lint/otp_ctrl_pkg.vbl
file_type: veribleLintWaiver
parameters:
SYNTHESIS:
datatype: bool
paramtype: vlogdefine
targets:
default: &default_target
filesets:
- tool_verilator ? (files_verilator_waiver)
- tool_ascentlint ? (files_ascentlint_waiver)
- tool_veriblelint ? (files_veriblelint_waiver)
- files_rtl
toplevel: lc_ctrl
lint:
<<: *default_target
default_tool: verilator
parameters:
- SYNTHESIS=true
tools:
verilator:
mode: lint-only
verilator_options:
- "-Wall"