Commit Graph

4894 Commits

Author SHA1 Message Date
Jerry Zhao
53c6e8a996 Merge pull request #1732 from tymcauley/gpio-undriven-signals
Ensure all GPIO signals are tied off
2024-02-16 10:57:41 -08:00
Tynan McAuley
262469eeda Ensure all GPIO signals are tied off
Resolves ucb-bar/chipyard#1731.
2024-02-15 20:00:23 -08:00
Jerry Zhao
a2cd4b2c9c Merge pull request #1793 from ucb-bar/timer
Add example rocket-chip-blocks timer integration
2024-02-15 18:55:47 -08:00
Jerry Zhao
d1344d46b4 Add example rocket-chip-blocks timer integration 2024-02-14 00:52:02 -08:00
joonho hwangbo
424ac92045 Merge pull request #1792 from ucb-bar/bin-args
Allow passing BINARY_ARGS to target binaries (pk)
2024-02-13 21:36:28 -08:00
Jerry Zhao
66a0610c5a Add BINARY_ARGS help text 2024-02-13 17:26:02 -08:00
Jerry Zhao
f3c221ddfa Split run-binary targets to be easier to read 2024-02-13 17:24:59 -08:00
Jerry Zhao
55e6dd67fd Add BINARY_ARGS to run-binary targets 2024-02-13 17:20:41 -08:00
Jerry Zhao
900ce875a4 Merge pull request #1763 from ucb-bar/enable-sba
Enable debug SBA on all default designs
2024-02-11 14:40:01 -08:00
-T.K.-
3d77430b82 Merge branch 'main' of github.com:ucb-bar/chipyard into enable-sba 2024-02-11 14:38:21 -08:00
Jerry Zhao
5fcac96a36 Merge pull request #1722 from ucb-bar/improve-abstract
CHANGE: Organize abstract config into sections and change comment format to docstrings
2024-02-11 14:33:11 -08:00
-T.K.-
4642bffae7 FIX: add missing chipid harness 2024-02-10 23:03:19 -08:00
-T.K.-
b79590bb69 REFACTOR: fix spacing 2024-02-10 22:38:59 -08:00
-T.K.-
d278b441a4 Merge branch 'main' of github.com:ucb-bar/chipyard into improve-abstract 2024-02-10 22:36:57 -08:00
Richard Yan
bdf898f01a Merge branch 'graphics' of https://github.com/hansungk/chipyard into graphics 2024-02-07 14:51:23 -08:00
Richard Yan
2914e2bb8a bump radiance and gemmini with spad fixes 2024-02-07 14:49:39 -08:00
Jerry Zhao
5f08e939eb Merge pull request #1788 from sifive/dev/seldridge/bump-update-circt-to-v1 2024-02-06 22:43:18 -08:00
Hansung Kim
88eb149c45 Bump radiance 2024-02-06 22:37:45 -08:00
Schuyler Eldridge
e33f9d8c5b Switch update-circt action to v1
Change the version of the update-circt action from v1.0.0 to v1.  This
pulls in a change from v1.0.1 which fixes a bug where the staging branch
was not updated.  (I have no idea if this is being used.)  However, this
generally future-proofs the action by having it pull from v1 which is
manually updated to match the latest v1 release (pulling in minor and
patch changes).

Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
2024-02-07 01:27:04 -05:00
joonho hwangbo
cc528f2ed1 Merge pull request #1786 from ucb-bar/firesim-cospike-config
Add large boom cospike config
2024-02-06 00:30:32 -08:00
joonho.whangbo
74998229fb Add large boom cospike config 2024-02-05 23:17:26 -08:00
Hansung Kim
2192ce3648 Add failing fuzzer config; bump radiance and rocket-gpu 2024-02-05 22:01:37 -08:00
Hansung Kim
ec9bc51ea7 Add rust back to conda-reqs; generate lockfile 2024-02-05 21:15:14 -08:00
Richard Yan
acd879f5f5 bump radiance 2024-02-05 12:03:43 -08:00
Jerry Zhao
a23903f10e Merge remote-tracking branch 'origin/main' into serial-phits 2024-02-05 12:00:41 -08:00
Jerry Zhao
740f4ebbb3 Bump testchipip 2024-02-05 12:00:39 -08:00
Richard Yan
01a1ba79fb bump gemmini and radiance 2024-02-05 11:32:59 -08:00
Hansung Kim
dd4495a488 Bump gemmini 2024-02-05 09:47:14 -08:00
Hansung Kim
f8f091fa78 Bump radiance and rocket-gpu 2024-02-05 09:46:51 -08:00
Hansung Kim
446e8fe245 Move vortex-specific EXTRA_SIM_PREPROC_DEFINES to mk fragment 2024-02-05 09:42:10 -08:00
joshua
1b1e558876 add rocket-chip to gitmodules 2024-02-04 01:10:49 -08:00
Richard Yan
fd5fa7b6e1 Merge branch 'main' of https://github.com/ucb-bar/chipyard into graphics 2024-02-02 16:28:55 -08:00
Jerry Zhao
0c30f9c5e9 Merge pull request #1770 from ucb-bar/bump-rc
Bump to latest rocket-chip
2024-02-02 11:24:17 -08:00
Jerry Zhao
c9f9e7991a Merge pull request #1781 from ucb-bar/mmio-docs
Add note on deprecating TLRegisterRouter
2024-02-01 10:43:45 -08:00
Jerry Zhao
5432359265 Add note on deprecating TLRegisterRouter 2024-02-01 10:36:23 -08:00
Harrison Liew
5a6115abf4 Merge pull request #1778 from Pinata-Consulting/makefile-SRAM_GENERATOR_CONF-nit
vlsi/Makefile: truncate file SRAM_GENERATOR_CONF
2024-02-01 09:50:31 -08:00
Øyvind Harboe
99d82673d2 vlsi/Makefile: truncate file SRAM_GENERATOR_CONF
previously the target would append, not truncate
the file, which could lead to duplicate yaml entries
in that file when the target was re-run.
2024-02-01 07:33:47 +01:00
Hansung Kim
b9fb359aab Fix wrong project key for fuzzer config 2024-01-31 09:52:29 -08:00
Hansung Kim
98a6daa93e Add RadianceFuzzerConfig to CI 2024-01-30 14:44:34 -08:00
Hansung Kim
25851bc2fe Left out something 2024-01-30 14:42:06 -08:00
Hansung Kim
5235ae83bf Re-enable checkout reset on jobs
That was a bad idea (especially when you have multiple runners on the
same machine)
2024-01-30 14:04:49 -08:00
Hansung Kim
f24e6f4812 Add radpie to rtl build cache path 2024-01-30 13:52:17 -08:00
Hansung Kim
88d75df2c0 Comment out delete old checkout in run-test jobs
Assume we're not running multiple commits on the same machine at any
given time.
2024-01-30 13:45:03 -08:00
Hansung Kim
d9ce22857a Update conda locks file 2024-01-30 11:39:47 -08:00
Hansung Kim
44fbff2d54 Constrain openjdk to <20
Newest openjdk 21 causes version mismatch error with sbt, producing
error message `bad constant pool index: 0 at pos: 48445`. Constraining
java to <20 seems to fix the issue.
2024-01-30 10:57:26 -08:00
Hansung Kim
9ee009b1c8 Add back rust to conda-reqs 2024-01-30 10:57:16 -08:00
Hansung Kim
7b6a694b80 Remove rust from conda-reqs to fix scala const error 2024-01-30 00:29:21 -08:00
Hansung Kim
6cee7f7fce Fix quotes for date command in conda env filter 2024-01-29 23:48:26 -08:00
Hansung Kim
89a9eabdc6 Revert "Update lockfiles with rust"
This reverts commit 040b9438fb.
2024-01-29 23:39:32 -08:00
Hansung Kim
040b9438fb Update lockfiles with rust 2024-01-29 23:21:32 -08:00