Lucheng Zhang
7f8d7bd389
fix: Link conda lib during CIRCT build
...
Although conda lib is is LD_LIBRARY_PATH, cmake building process
still ran into erros while linking libstdc++:
```
ld:/home/centos/repo/chipyard/.conda-env/lib/libicuuc.so.73:
undefined reference to `std::condition_variable::wait(
std::unique_lock<std::mutex>&)@GLIBCXX_3.4.30'
```
Add this link flag will resolve this
2024-03-14 21:53:16 +00:00
Jerry Zhao
9a7e5f3586
Merge pull request #1802 from ucb-bar/gcc_13_bump
...
Bump to gcc 13
2024-03-13 17:31:51 -07:00
Vighnesh Iyer
53e0ed0b90
fixup fpga bootrom build for gcc 13
2024-03-13 15:19:52 -07:00
Vighnesh Iyer
390980e51a
bump firesim
2024-03-13 14:27:15 -07:00
Vighnesh Iyer
2d5014b034
bump riscv cross compiler to gcc 13 + fix nits
2024-03-13 14:15:33 -07:00
Vighnesh Iyer
b0819a66df
bump to gcc 13
2024-03-13 13:45:46 -07:00
Jerry Zhao
fb2237c81a
Merge pull request #1820 from tymcauley/bump-boom
...
Bump boom to fix Chisel 6 compatibility
2024-03-12 15:02:34 -07:00
Tynan McAuley
575d878c0f
Bump boom to fix Chisel 6 compatibility
2024-03-12 14:39:45 -07:00
Jerry Zhao
abc59dba44
Merge pull request #1818 from ucb-bar/standalone-diplomacy
...
Bump rocket-chip to standalone diplomacy
2024-03-12 11:29:39 -07:00
Jerry Zhao
f467aa221b
Bump diplomacy
2024-03-11 22:36:25 -07:00
Jerry Zhao
a7e2d75cf0
Bump rocket-chip-blocks
2024-03-11 15:04:08 -07:00
Jerry Zhao
6261e55b3d
Merge pull request #1817 from ucb-bar/bump-libgloss
...
Bump libgloss
2024-03-10 12:19:17 -07:00
Jerry Zhao
a27bc7f5ed
Bump rocket-chip to standalone diplomacy
2024-03-10 12:16:12 -07:00
Jerry Zhao
b592934402
Merge pull request #1816 from ucb-bar/bumpboom
...
Add PD-optimized variant of boom
2024-03-08 16:50:44 -08:00
Jerry Zhao
931da1d276
Bump firesim
2024-03-08 12:58:21 -08:00
Jerry Zhao
db24b7a571
Bump libgloss
2024-03-07 17:26:25 -08:00
Jerry Zhao
4203d50bc2
Bump boom
2024-03-07 14:17:03 -08:00
Jerry Zhao
efc9eca37b
Merge pull request #1809 from ucb-bar/noc-inline
...
Bump constellation - adds support for inlining noc routers
2024-03-06 22:23:59 -08:00
Jerry Zhao
1323f18819
Merge pull request #1813 from ucb-bar/improve-submodules
...
REFACTOR: rearrange gitsubmodule list to match directory order
2024-03-06 17:18:13 -08:00
Jerry Zhao
44693de51d
Merge pull request #1683 from ucb-bar/uart-patch
...
FIX: Change default UART FIFO size and combine UART Config fragments
2024-03-06 17:17:54 -08:00
-T.K.-
34e6cb8df1
Merge branch 'main' into uart-patch
2024-03-06 13:24:18 -08:00
-T.K.-
55ceca8f45
REFACTOR: change per Abe's request
2024-03-06 13:23:19 -08:00
-T.K.-
5db6611628
FIX: Update UART FIFO depth
2024-03-06 00:02:42 -08:00
Jerry Zhao
610cdd9c38
Merge pull request #1815 from ucb-bar/improve-submodules-2
2024-03-05 23:39:11 -08:00
-T.K.-
cb59585ac4
REFACTOR: minor fix on code styling
2024-03-05 23:37:25 -08:00
-T.K.-
4129f8bcbc
REFACTOR: rearrange submodule list to match directory order
2024-03-05 23:26:11 -08:00
Jerry Zhao
5459aa3371
Merge pull request #1808 from ucb-bar/circt-source
...
Fix build-circt-from-source
2024-02-29 17:06:55 -08:00
Jerry Zhao
e4b2f3a0d3
Bump constellation - adds support for inlining noc routers
2024-02-29 17:06:14 -08:00
Jerry Zhao
7316ac615d
Fix build-circt-from-source
2024-02-29 17:02:07 -08:00
Jerry Zhao
e041c3bae4
Merge pull request #1768 from ucb-bar/serial-phits
...
Bump testchipip for improved TLSerdesser
2024-02-29 16:37:33 -08:00
Jerry Zhao
a2345c75bf
Merge pull request #1806 from ucb-bar/circt-source
...
Add support for building CIRCT from source
2024-02-28 11:40:49 -08:00
Jerry Zhao
b23d6edaf6
Fix build-setup.sh typo
...
Co-authored-by: Abraham Gonzalez <abe.j.gonza@gmail.com >
2024-02-28 09:33:55 -08:00
Jerry Zhao
b7bc9895cb
Add old TLSerdes
2024-02-27 23:53:36 -08:00
Jerry Zhao
d3eb93e812
Merge remote-tracking branch 'origin/main' into serial-phits
2024-02-27 23:31:54 -08:00
Jerry Zhao
b8273d874e
Set CIRCT/llvm branch
2024-02-27 17:22:36 -08:00
Jerry Zhao
3bb2101a25
Always checkout CIRCT/LLVM shallow
2024-02-27 17:01:56 -08:00
Jerry Zhao
793c56ef45
Don't checkout CIRCT with init-submods.sh
2024-02-27 16:40:42 -08:00
Jerry Zhao
e958f77168
Build CIRCT in release mode
2024-02-27 16:40:04 -08:00
Jerry Zhao
2935531d8b
Add --build-circt flag to build-setup
2024-02-27 16:39:40 -08:00
Jerry Zhao
3e5a42de8b
Add script to build circt-from-source - from submodule
2024-02-27 16:30:26 -08:00
Jerry Zhao
0a2a16c957
Merge pull request #1803 from ucb-bar/mergify/copy/main/pr-1794
...
Bump CIRCT to 1.66.0, use statically linked CIRCT
2024-02-27 12:56:59 -08:00
Abraham Gonzalez
b7c20b6263
Merge pull request #1804 from ucb-bar/gemmini-ci-fix
...
Fix Gemmini Spike test in CI + Fix FireMarshal launch jobs erroring
2024-02-27 12:53:30 -08:00
abejgonzalez
fff08c1cfc
Merge remote-tracking branch 'origin/main' into gemmini-ci-fix
2024-02-27 09:33:44 -08:00
abejgonzalez
76a2f01a84
Bump FireMarshal
2024-02-27 09:33:24 -08:00
Jerry Zhao
f2eb261301
Bump testchipip
2024-02-26 18:54:52 -08:00
abejgonzalez
d06bdc2919
Merge remote-tracking branch 'origin/main' into mergify/copy/main/pr-1794
2024-02-26 14:50:40 -08:00
abejgonzalez
3d5b018ffd
Use statically linked CIRCT
2024-02-26 14:48:28 -08:00
abejgonzalez
38d7a76501
Bump for CIRCT | Fix style
2024-02-26 14:47:09 -08:00
abejgonzalez
cee0d0ff3d
Bump Gemmini to dev
2024-02-26 14:23:19 -08:00
Jerry Zhao
32bffb4933
Merge remote-tracking branch 'origin/main' into serial-phits
2024-02-26 13:46:16 -08:00