Skip to content

Commit 44dc853

Browse files
committed
Update YAML
Signed-off-by: Matthew Ballance <matt.ballance@gmail.com>
1 parent e9392fe commit 44dc853

File tree

1 file changed

+31
-8
lines changed

1 file changed

+31
-8
lines changed

ve/perf/ivpm.yaml

+31-8
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,27 @@
1-
21
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:
710
#**************************************************************
811
#* Core tools and dependencies
912
#**************************************************************
1013
- name: pyboolector
14+
type: python
1115
src: pypi
1216
- name: pyucis
17+
type: python
1318
src: pypi
1419
- name: toposort
20+
type: python
1521
src: pypi
1622
- name: mkdv
1723
url: https://github.com/fvutils/mkdv.git
18-
19-
24+
type: python
2025

2126
#**************************************************************
2227
#* riscv-dv
@@ -38,26 +43,37 @@ package:
3843
#* requirements.txt from riscv-dv would pull in mainline PyVSC
3944
#**************************************************************
4045
- name: pyyaml
46+
type: python
4147
src: pypi
4248
- name: bitstring
49+
type: python
4350
src: pypi
4451
- name: sphinx
52+
type: python
4553
src: pypi
4654
- name: Pallets-Sphinx-Themes
55+
type: python
4756
src: pypi
4857
- name: sphinxcontrib-log-cabinet
58+
type: python
4959
src: pypi
5060
- name: sphinx-issues
61+
type: python
5162
src: pypi
5263
- name: sphinx_rtd_theme
64+
type: python
5365
src: pypi
5466
- name: rst2pdf
67+
type: python
5568
src: pypi
5669
- name: flake8
70+
type: python
5771
src: pypi
5872
- name: tabulate
73+
type: python
5974
src: pypi
6075
- name: pandas
76+
type: python
6177
src: pypi
6278

6379
#**************************************************************
@@ -93,4 +109,11 @@ package:
93109
url: https://github.com/fvutils/pyvsc.git
94110
branch: v0.5.2
95111
deps: skip
96-
112+
113+
paths:
114+
export:
115+
lib-dirs:
116+
- verilog/rtl
117+
project:
118+
lib-dirs:
119+
- verilog/rtl

0 commit comments

Comments
 (0)