Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add GPU project chipyard changes #2190
base: main
Are you sure you want to change the base?
Add GPU project chipyard changes #2190
Changes from 250 commits
fdf0206
0bb2a5c
57cce2d
3190224
6270d2f
472a2ec
d61d483
0a9291e
ce570e0
bf84580
4e2e04e
c9880c7
5ed1f0a
098b52f
0789361
1cf06fc
0e078b2
bcf2b8a
440ba48
268a6fb
60daad8
886b5c5
7d712bc
6d35905
f0c6862
bfce045
ccb6799
7f23219
43d9ebb
468d73a
75b4284
bd97d95
69b4564
24dec35
feece56
0f28aeb
363b1fe
1c251bc
87a0ce3
6768d69
127ba43
9758172
3ba386d
eed6959
4582407
a1ff85a
a27b509
647d829
0a64a7a
7d761fd
5549967
9cc827b
5a50948
6b3362a
d8cc2b5
2c85ab3
44df3be
4beaff1
040b943
89a9eab
6cee7f7
7b6a694
9ee009b
44fbff2
d9ce228
88d75df
f24e6f4
5235ae8
25851bc
98a6daa
b9fb359
fd5fa7b
1b1e558
446e8fe
f8f091f
dd4495a
01a1ba7
acd879f
ec9bc51
2192ce3
88eb149
2914e2b
bdf898f
1026b44
260692b
a59557e
9718ca9
4821fb3
16a1eb0
a99e95f
92a0e53
0481b9a
d2f99f4
6448208
1c4af26
3e6ae39
e58a1c6
7500f55
1f84c88
9dcb7f7
fbfa867
157a17d
bc43d91
2392649
56cccff
bfa014b
f718d58
a214316
d9153ef
1376612
c03e278
4cda3c8
d5ff467
f77f1ed
bd644d7
44727de
89deaf4
e75c77a
d0b274a
7cf0801
3eaec27
df51c6d
40c5188
52a7296
5a98716
74c9eef
b3f9022
7fe707f
81847ae
724fd91
3dc58de
1173383
486cde6
d86f13d
b1beb32
594f0f7
eab9eab
a18c5de
30bdd1e
1e5b468
1d20177
8c6c1d8
f11739b
7468118
c824ea0
ff484f7
ef9c9a1
c3f2ee1
a9634b4
763ad0f
837dfbd
b901000
d3aff01
3ab8fc7
89fc4ad
5e8a746
9a2d37e
6d8a07f
84265dd
5eda799
f243123
2c390cd
f91d8e3
02eedb8
cc018c2
9d0f02e
dd6a91e
39e35be
8e5e717
8518e33
749b61d
1aaded0
845679b
8b9fee0
c1b3fd9
89788cb
f4deafc
3c1ea26
14cb95d
6cf9587
6f3ddc2
403a922
955e96a
1e85033
ae427a8
4b729b7
ec50f56
c46c2cf
592d20c
3c4dc2e
8fec693
967e382
6b232e4
06555a8
a3bf1ff
3b00a3f
d842a8e
e74a231
d6647df
b5326c0
eb748a7
d1b31c2
3728e48
ce8c0c4
60df9c5
48199b0
bb35719
23e63a1
07df24f
9f37aa7
1d630c4
dd218cf
367a670
a68f99a
dd70060
4cae72d
7727982
3c889f3
8d8977f
a901590
6efb3fe
078a38a
c28c4f8
fa076cf
7a88736
ce3fa99
922c44b
8e841f3
4f3dca2
f7a7444
e95ffe0
4187738
8c228a6
fde4844
322e646
ea61638
0ea42f4
b5dc6f4
3303339
b40330a
74dc216
463c5ad
b5a46de
baef821
c065fd5
fe9672b
8d261ba
17d4f36
669c37a
bfbe52f
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there's a cleaner way to do this. What if you have the generator emit a supplementary file
.custom.mems.conf
viaaddResource
in rocket-chip? Then in this make job, concatenate that file intoTOP_SMEMS_CONF
if it exists.I don't like having this magic file in the vlsi/ directory.