Sagar Karandikar
1a0f3ec4b1
Merge pull request #1152 from ucb-bar/prci-names
...
Give the PRCI widgets valnames to clean up module naming
2022-06-15 11:52:52 -07:00
David Biancolin
a715dab1e2
stage: avoid naming targets listed in RocketChiselStage ( #1170 )
2022-06-10 07:35:37 -04:00
Jerry Zhao
cbeb0bb17c
Merge pull request #1168 from ucb-bar/triple-disable-boost-for-spike
2022-05-19 19:59:40 -07:00
Tim Snyder
b00c4e8bad
disable all the boosts for spike
...
It's configure script is weird and you have to set three options to 'no' to disable
boost otherwise it will fail to configure in the presence of conda's boost.
We don't want or need the boost optional features of spike, so really disable it.
2022-05-19 16:21:33 +00:00
David Biancolin
171ee8b74a
Add bloop back to sbt plugins. ( #1167 )
2022-05-17 15:25:46 -07:00
Abraham Gonzalez
9443466fec
Merge pull request #1157 from ucb-bar/ci-updates
...
Filter CI on PR contents + Mergify support
2022-04-15 16:12:06 -07:00
Abraham Gonzalez
2b9e470d09
Address PR comments
2022-04-15 00:16:56 +00:00
Abraham Gonzalez
c063b228a7
Merge pull request #1140 from ucb-bar/use_conda
...
Enable firesim to use conda
2022-04-13 11:48:29 -07:00
abejgonzalez
f7ed3031d2
Rename job output
2022-04-13 04:30:39 +00:00
abejgonzalez
af5c586aff
Fix yaml syntax
2022-04-13 04:30:39 +00:00
abejgonzalez
3e7fbe2925
Filter CI on PR contents + Mergify support
2022-04-13 04:30:38 +00:00
Tim Snyder
2b6e1362df
bump tools cache version per request from Abe in PR
2022-04-12 21:33:31 +00:00
Abraham Gonzalez
46d902943e
Merge pull request #1156 from ucb-bar/sagark-patch-4
...
Clean old repo contents in CI
2022-04-12 09:42:24 -07:00
Tim Snyder
497a559287
still need workaround for linking QEMU with newer toolchains
2022-04-11 22:24:17 +00:00
abejgonzalez
c1ff642465
Use path to github workspace
2022-04-11 13:26:55 -07:00
Tim Snyder
d2a0e4f1c8
Merge remote-tracking branch 'origin/main' into use_conda
2022-04-11 19:53:51 +00:00
Tim Snyder
bdf8f4f461
Revert "tweak build-toolchains.sh to work with conda env"
...
This reverts commit 9aee0abe0c .
2022-04-11 19:53:17 +00:00
Tim Snyder
80300a0bc5
Revert "bump testchipip for missing include"
...
This reverts commit 7a848937ab .
2022-04-11 19:52:04 +00:00
abejgonzalez
695eab80bd
Remove old checkout files in CI
2022-04-11 12:08:07 -07:00
Jerry Zhao
97b68dfadd
Merge pull request #1150 from ucb-bar/vcs_enhancements
...
VCS Enhancements
2022-04-07 18:38:54 -07:00
Abraham Gonzalez
d817fa5a11
Merge pull request #1155 from ucb-bar/remove-job-management-ci
...
Remove job-<start/end> from CI + Fix CI for new CI machines
2022-04-07 17:19:50 -07:00
Sagar Karandikar
869f3bee73
Merge pull request #1153 from ucb-bar/bump-firesim-2022-04-06
...
bump firesim for various fixes
2022-04-07 16:27:55 -07:00
abejgonzalez
3209ee63b5
Build verilator on knight/ferry
2022-04-07 12:58:57 -07:00
abejgonzalez
5cbd2c8162
Remove job-<start/end> from CI
2022-04-07 08:52:15 -07:00
Sagar Karandikar
522d7115c8
Update CHANGELOG.md for 1.6.3 Release
2022-04-06 17:30:14 -07:00
Sagar Karandikar
04572b7402
Temporarily allow firesim's submodule hash to be on its 1.13.x branch
...
Until we finalize the release flow with main as the default branch.
2022-04-06 16:06:15 -07:00
Sagar Karandikar
b081c99ede
bump firesim for various fixes
2022-04-06 22:22:42 +00:00
Jerry Zhao
7290abfa87
Give the PRCI widgets valnames to clean up module naming
2022-04-06 10:47:04 -07:00
Jerry Zhao
1202cf7632
Merge pull request #1143 from ucb-bar/unshallow
...
Don't shallow clone submodules (revert #1064 )
2022-04-05 17:15:51 -07:00
Harrison Liew
f16ab3dfa1
Support VCS FGP and BINARY=none
2022-04-05 11:03:44 -07:00
Abraham Gonzalez
3c775c5adf
cd into CY 1st in FireSim CI tests
2022-04-05 10:36:31 -07:00
abejgonzalez
5f041c0970
Add more debugging prints
2022-04-02 23:56:20 -07:00
abejgonzalez
786f9ca245
Move back status init outside loop
2022-04-02 23:33:15 -07:00
Hasan Genc
eb48397009
Fix Gemmini citation in README ( #1145 )
2022-03-23 09:04:47 -07:00
Tim Snyder
7a848937ab
bump testchipip for missing include
2022-03-22 04:37:30 +00:00
Jerry Zhao
f6d8beed75
Don't shallow clone submodules (revert #1064 )
2022-03-18 12:21:24 -07:00
Tim Snyder
38034cfafb
Fix formatting typo ( #1142 )
...
Extra space character prevents the first heading from rendering bold.
2022-03-14 11:08:36 -07:00
Tim Snyder
7783e6eb80
add comment about spike autoconf issue w/ boost
2022-03-14 17:48:46 +00:00
Tim Snyder
9aee0abe0c
tweak build-toolchains.sh to work with conda env
...
* more env vars need to be cleared when using the RISCV cross compiler
* use LD_GOLD to link QEMU because QEMU's LDFLAGS_NOPIC uses incorrect format for the version
of bfd ld
2022-03-14 17:44:35 +00:00
Tim Snyder
c223d09cb6
explicitly disable boost for spike build
...
because https://github.com/riscv-software-src/riscv-isa-sim/issues/834 and we don't need the debug socket
2022-03-14 17:44:35 +00:00
Tim Snyder
871dc29e0d
log commands in build_utils.sh
2022-03-14 17:44:35 +00:00
Abraham Gonzalez
aed5bb1990
Merge pull request #1135 from ucb-bar/abejgonzalez-patch-4
...
Remove extra spaces in FPGA makefile
2022-03-02 23:43:59 +01:00
Abraham Gonzalez
af78c9cadf
Remove extra spaces in FPGA makefile
2022-03-02 15:45:27 +01:00
Abraham Gonzalez
481398b910
Merge pull request #1134 from ucb-bar/rel-1.6.2
...
Bump FireSim to 1.13.3 | Bump CL.md
2022-02-28 16:10:09 -08:00
Abraham Gonzalez
0e7a63ab47
Bump FireSim to 1.13.3 | Bump CL.md
2022-03-01 01:08:45 +01:00
Abraham Gonzalez
83b7b94fef
Update Changelog for 1.6.1 release [ci skip]
2022-03-01 00:29:58 +01:00
Abraham Gonzalez
5feab95b8c
Merge pull request #1133 from ucb-bar/rel-1.6.1
...
Bump FireSim for 1.6.1 Release
2022-02-28 15:27:29 -08:00
Abraham Gonzalez
a52e9c7367
Bump FireSim to 1.13.2 [ci skip]
2022-03-01 00:26:31 +01:00
Abraham Gonzalez
dcf8da4b2d
Merge pull request #1125 from ucb-bar/run-ci
...
Fix CI on `main`
2022-02-16 06:34:33 -08:00
abejgonzalez
dd86b0dbc7
Update status badge | Don't error on warning readthedocs
2022-02-15 23:44:18 -08:00