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
Tim Snyder
497a559287
still need workaround for linking QEMU with newer toolchains
2022-04-11 22:24:17 +00: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
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
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
abejgonzalez
ff0eae287d
Update check-commit.sh in CI to properly checkout remote branches
2022-02-15 23:27:34 -08:00
abejgonzalez
7e1d89adc1
Small update to CONTRIB.md to run CI
2022-02-15 22:52:50 -08:00
Abraham Gonzalez
51fea1f8c6
Merge pull request #913 from ucb-bar/dev
...
Chipyard Release 1.6.0 (master merge from dev)
2022-02-15 22:47:12 -08:00
Abraham Gonzalez
f80e7c3b39
Merge pull request #1117 from ucb-bar/prep-for-main
...
Prep for `main` as `dev` branch
2022-02-15 22:45:24 -08:00
abejgonzalez
2a4877f821
Add main for FireSim
2022-02-15 22:44:18 -08:00
abejgonzalez
8fabc737f8
Merge remote-tracking branch 'origin/dev' into prep-for-main
2022-02-15 22:43:18 -08:00
Abraham Gonzalez
e09fac5172
Merge pull request #1118 from ucb-bar/bump-firesim
...
Bump FireSim to 1.13.0
2022-02-15 22:40:13 -08:00
Abraham Gonzalez
233527b197
Merge pull request #1124 from ucb-bar/changelog-bump
...
Update changelog for 1.6.0
2022-02-15 22:40:07 -08:00
abejgonzalez
cc42348d54
Update changelog [ci skip]
2022-02-15 22:30:49 -08:00
abejgonzalez
b5e17abf9a
Bump FireSim
2022-02-15 22:26:43 -08:00
abejgonzalez
47485966d0
Fix branch name in CI
2022-02-15 22:25:45 -08:00
abejgonzalez
52fac9f643
Bump FireSim
2022-02-15 22:25:45 -08:00
Abraham Gonzalez
b03a11421e
Merge pull request #1123 from ucb-bar/fix-prompt
...
Fix prompt for validate check
2022-02-15 22:12:50 -08:00
Abraham Gonzalez
664e9a44c1
Merge pull request #1122 from ucb-bar/mstr-into-dv
...
Merge `master` into `dev`
2022-02-15 22:12:09 -08:00
abejgonzalez
1b8f4b58b2
Fix prompt for validate check [ci skip]
2022-02-15 22:11:01 -08:00