forked from openhwgroup/cv32e40p
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathip.yml
56 lines (51 loc) · 1.3 KB
/
ip.yml
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
50
51
52
53
54
55
56
# Copyright 2022 Datum
# All rights reserved.
########################################################################################################################
ip:
name: "cv32e40p"
version: "1.0.0"
full-name: "cv32e40p"
type: "RTL"
sub-type: "flist"
sub-sub-type: ""
description: >
TODO Describe cv32e40p
home-page: ""
repo-uri: ""
bugs: ""
aliases: []
logo: ""
block-diagram: ""
languages: ["sv"]
simulators-supported:
- { name: "vivado", version: "2022.1" }
tags: []
copyright-holders: []
licenses: []
structure:
scripts-path : "bin"
docs-path : "scripts"
examples-path: "example_tb"
src-path : "rtl"
dependencies:
hdl-src:
top-constructs: ["cv32e40p_wrapper"]
directories: [
".",
"include",
"vendor",
"vendor/pulp_platform_common_cells",
"vendor/pulp_platform_common_cells/include/common_cells",
"vendor/pulp_platform_common_cells/src",
"vendor/pulp_platform_common_cells/src/deprecated",
"vendor/pulp_platform_fpnew/src",
"vendor/pulp_platform_fpu_div_sqrt_mvp/hdl"
]
top-files: [ "cv32e40p_wrapper.sv" ]
flist:
metrics : "cv32e40p.flist"
riviera : "cv32e40p.flist"
questa : "cv32e40p.flist"
vcs : "cv32e40p.flist"
vivado : "cv32e40p.flist.xsim"
xcelium : "cv32e40p.flist"