-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathivpm.yaml
62 lines (53 loc) · 2 KB
/
ivpm.yaml
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
57
58
59
60
61
package:
name: fwvexrisc
version: 0.0.1
deps:
- name: fwprotocol-defs
url: http://github.com/Featherweight-IP/fwprotocol-defs.git
type: raw
- name: vlsim
src: pypi
dev-deps:
#*****************************************************************
#* IPs
#*****************************************************************
- name: vexrisc
url: https://github.com/SpinalHDL/VexRiscv.git
depth: 1
- name: fwprotocol-defs
url: http://github.com/featherweight-ip/fwprotocol-defs.git
- name: fw-wishbone-sram-ctrl
url: http://github.com/featherweight-ip/fw-wishbone-sram-ctrl.git
- name: fw-wishbone-interconnect
url: http://github.com/featherweight-ip/fw-wishbone-interconnect.git
- name: fw-local-intc
url: http://github.com/featherweight-ip/fw-local-intc.git
#*****************************************************************
#* BFMs
#*****************************************************************
- name: pybfms
url: https://github.com/pybfms/pybfms.git
- name: pybfms-generic-sram
url: https://github.com/pybfms/pybfms-generic-sram.git
- name: pybfms-riscv-debug
url: https://github.com/pybfms/pybfms-riscv-debug.git
- name: pybfms-gpio
url: https://github.com/pybfms/pybfms-gpio.git
#*****************************************************************
#* Test IP
#*****************************************************************
- name: riscv-compliance
url: https://github.com/riscv/riscv-compliance.git
#*****************************************************************
#* Verification Infrastructure
#*****************************************************************
- name: pyelftools
src: pypi
- name: pyyaml
src: pypi
- name: vlsim
src: pypi
- name: cocotb
src: pypi
- name: mkdv
url: https://github.com/fvutils/mkdv.git