-
Notifications
You must be signed in to change notification settings - Fork 0
/
ingen_package_current.yml
208 lines (190 loc) · 6.19 KB
/
ingen_package_current.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
# INGEN PACKAGE YAML
# currently we have the following type/subtype of packages:
# type: conda, subtype: gh-ci (generated from gh repo with a CI)
# note that "gh-ci" subtype packages are typically from the conda-eda CI builds:
# https://github.com/hdl/conda-eda
# PROBABLY should name the type as "gh-ci-litex-hub" in the future.
# name : conda package name
# channel : conda channel to use
# working-version/latest-version : conda version string
# repo : repo from which the CI builds the conda package
# NOTE: the conda version string's last part gXXXXXXX can be correlated to the
# repo's commit id like so repo + /commit/XXXXXXX
# type: conda, subtype: null (not applicable)
# name : conda package name
# channel : conda channel to use
# working-version/latest-version : conda version string
#
# type: pip, subtype: null (not applicable)
# name : pip package name
# working-version/latest-version : pip version
#
# type: gh (github), subtype: pip
# repo : <github repo>
# branch: <github repo branch>
# working-version/latest-version : commit sha1
# type: gh (github), subtype: arch-defs
# repo : <github repo>
# branch: <github repo branch>
# working-version/latest-version : commit sha1
# working-version-short/latest-version-short : commit sha1 short
# tarball-url-format : https://storage.googleapis.com/symbiflow-arch-defs-install/quicklogic-arch-defs-qlf-!COMMIT_SHA1_SHORT!.tar.gz
# note that the tarball-url-format specifies where we put in the short commit sha1
# this field, and working-version-short/latest-version-short are specific for the arch-defs package
#
# for all package type/subtype, common properties:
# working-version: <good-version-id> is the last known good version
# use-version: this indicates what version a new installer should be using:
# latest -> use the specific "latest-version" found by ingen [update to specific version]
# working -> use the specific "working-version" in this spec [don't update]
# null -> use whatever latest version available [update to latest, but don't care about specific version info]
#
# comment: optional field, if this field is null, ignored
# if this field has any string, this should be put into the generated installer (info use only)
name: ingen_package_updates.yml
version: '1.0.0'
package_list:
# conda packages
- type: conda
subtype: gh-ci
name: yosys
channel: litex-hub/label/main
repo: https://github.com/YosysHQ/yosys
use-version: latest
working-version: '0.9_5636_ga0f5ba85'
latest-version: '0.25_4_gf2c689403'
comment: 'https://github.com/YosysHQ/yosys/commit/f2c689403'
- type: conda
subtype: gh-ci
name: yosys-symbiflow-plugins
channel: litex-hub/label/main
repo: https://github.com/SymbiFlow/yosys-symbiflow-plugins
use-version: latest
working-version: '1.0.0_7_411_gb170f1d'
latest-version: '1.0.0_7_1065_g7a6a65b'
comment: 'https://github.com/SymbiFlow/yosys-symbiflow-plugins/commit/7a6a65b'
- type: conda
subtype: gh-ci
name: vtr-optimized
channel: litex-hub/label/main
repo: https://github.com/verilog-to-routing/vtr-verilog-to-routing
use-version: working
working-version: '8.0.0_4118_g06317d042'
latest-version: null
comment: 'https://github.com/verilog-to-routing/vtr-verilog-to-routing/commit/06317d042'
- type: conda
subtype: gh-ci
name: iverilog
channel: litex-hub
repo: https://github.com/steveicarus/iverilog
use-version: null
working-version: null
latest-version: '0_8_6586_g23e51ef7a'
comment: 'https://github.com/steveicarus/iverilog/commit/23e51ef7a'
- type: conda
subtype: null
name: gtkwave
channel: tfors
use-version: null
working-version: '3.3.91'
latest-version: '3.3.91'
comment: null
- type: conda
subtype: null
name: make
channel: defaults
use-version: null
working-version: null
latest-version: '4.2.1'
comment: null
- type: conda
subtype: null
name: lxml
channel: defaults
use-version: null
working-version: null
latest-version: '4.9.1'
comment: null
- type: conda
subtype: null
name: simplejson
channel: defaults
use-version: null
working-version: null
latest-version: '3.17.6'
comment: null
- type: conda
subtype: null
name: intervaltree
channel: defaults
use-version: null
working-version: null
latest-version: '3.1.0'
comment: null
- type: conda
subtype: null
name: git
channel: defaults
use-version: null
working-version: null
latest-version: '2.34.1'
comment: null
- type: conda
subtype: null
name: curl
channel: defaults
use-version: null
working-version: null
latest-version: '7.86.0'
comment: null
- type: conda
subtype: null
name: pip
channel: defaults
use-version: null
working-version: null
latest-version: '22.3.1'
comment: null
# pip packages
- type: pip
subtype: null
name: python-constraint
use-version: null
working-version: null
latest-version: '1.4.0'
comment: null
- type: pip
subtype: null
name: serial
use-version: null
working-version: null
latest-version: '0.0.97'
comment: null
# github packages
- type: gh
subtype: arch-defs
repo: https://github.com/QuickLogic-Corp/symbiflow-arch-defs
branch: master
use-version: latest
working-version: 'd46f204fac69f0dbb866686fbd3b6fdeacfefc87'
working-version-short: 'd46f204'
latest-version: '19b2edb914cdaac5b087924f5f0436cff3cf1ae7'
latest-version-short: '19b2edb'
tarball-url-format: https://storage.googleapis.com/symbiflow-arch-defs-install/quicklogic-arch-defs-qlf-!!commit-sha1-short!!.tar.gz
comment: '2022-01-26 Merge pull request #810 from antmicro/dependabot-merge'
- type: gh
subtype: pip
repo: https://github.com/QuickLogic-Corp/ql_fasm
branch: master
use-version: latest
working-version: 'e5d09154df9b0c6d1476ac578950ec95abb8ed86'
latest-version: 'e5d09154df9b0c6d1476ac578950ec95abb8ed86'
comment: '2021-06-11 Merge pull request #10 from antmicro/default_bitstream'
- type: gh
subtype: pip
repo: https://github.com/QuickLogic-Corp/quicklogic-fasm
branch: master
use-version: latest
working-version: '7f6e3ab5a624674b2ccb56351d34a1852e976d62'
latest-version: 'e3a1f819ed4dcde30d66058de5c134d96d460e18'
comment: '2022-10-19 Merge pull request #26 from antmicro/pcza/add-args'