-
Notifications
You must be signed in to change notification settings - Fork 0
/
prim_dom_and_2share.core
51 lines (43 loc) · 1.09 KB
/
prim_dom_and_2share.core
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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:prim:prim_dom_and_2share:0.1"
description: "Domain-Oriented Masking AND"
filesets:
files_rtl:
depend:
- lowrisc:prim:assert
files:
- rtl/prim_dom_and_2share.sv
file_type: systemVerilogSource
files_verilator_waiver:
depend:
# common waivers
- lowrisc:lint:common
files:
- lint/prim.vlt
file_type: vlt
files_ascentlint_waiver:
depend:
# common waivers
- lowrisc:lint:common
files:
- lint/prim.waiver
file_type: waiver
files_veriblelint_waiver:
depend:
# common waivers
- lowrisc:lint:common
targets:
default: &default_target
filesets:
- tool_verilator ? (files_verilator_waiver)
- tool_ascentlint ? (files_ascentlint_waiver)
- tool_veriblelint ? (files_veriblelint_waiver)
- files_rtl
toplevel: prim_dom_and_2share
formal:
filesets:
- files_rtl
toplevel: prim_dom_and_2share