File tree 1 file changed +31
-8
lines changed
1 file changed +31
-8
lines changed Original file line number Diff line number Diff line change 1
-
2
1
package :
3
- name : pyvsc-perf
4
- version : None
5
-
6
- dev-deps :
2
+ name : pyvsc-perf
3
+
4
+ dep-sets :
5
+ - name : default
6
+ deps : []
7
+
8
+ - name : default-dev
9
+ deps :
7
10
# **************************************************************
8
11
# * Core tools and dependencies
9
12
# **************************************************************
10
13
- name : pyboolector
14
+ type : python
11
15
src : pypi
12
16
- name : pyucis
17
+ type : python
13
18
src : pypi
14
19
- name : toposort
20
+ type : python
15
21
src : pypi
16
22
- name : mkdv
17
23
url : https://github.com/fvutils/mkdv.git
18
-
19
-
24
+ type : python
20
25
21
26
# **************************************************************
22
27
# * riscv-dv
@@ -38,26 +43,37 @@ package:
38
43
# * requirements.txt from riscv-dv would pull in mainline PyVSC
39
44
# **************************************************************
40
45
- name : pyyaml
46
+ type : python
41
47
src : pypi
42
48
- name : bitstring
49
+ type : python
43
50
src : pypi
44
51
- name : sphinx
52
+ type : python
45
53
src : pypi
46
54
- name : Pallets-Sphinx-Themes
55
+ type : python
47
56
src : pypi
48
57
- name : sphinxcontrib-log-cabinet
58
+ type : python
49
59
src : pypi
50
60
- name : sphinx-issues
61
+ type : python
51
62
src : pypi
52
63
- name : sphinx_rtd_theme
64
+ type : python
53
65
src : pypi
54
66
- name : rst2pdf
67
+ type : python
55
68
src : pypi
56
69
- name : flake8
70
+ type : python
57
71
src : pypi
58
72
- name : tabulate
73
+ type : python
59
74
src : pypi
60
75
- name : pandas
76
+ type : python
61
77
src : pypi
62
78
63
79
# **************************************************************
@@ -93,4 +109,11 @@ package:
93
109
url : https://github.com/fvutils/pyvsc.git
94
110
branch : v0.5.2
95
111
deps : skip
96
-
112
+
113
+ paths :
114
+ export :
115
+ lib-dirs :
116
+ - verilog/rtl
117
+ project :
118
+ lib-dirs :
119
+ - verilog/rtl
You can’t perform that action at this time.
0 commit comments