Jerry Zhao
|
41651edbdc
|
Bump firesim | fix testchipip segfaults
|
2024-01-01 18:40:59 -08:00 |
|
Jerry Zhao
|
0069d17caf
|
Merge remote-tracking branch 'origin' into symmetric_sertl
|
2024-01-01 11:23:31 -08:00 |
|
Tynan McAuley
|
c2175f4500
|
Reduce CDE lookups for IOBinders
|
2023-12-29 21:22:34 -08:00 |
|
Jerry Zhao
|
cce5122fd2
|
Bump testchipip to fix memory leak
|
2023-12-27 12:05:26 -08:00 |
|
Jerry Zhao
|
86f028ac78
|
Update SimTSI API in spiketile
|
2023-12-27 10:33:28 -08:00 |
|
Jerry Zhao
|
835562238a
|
Explicitly pass chipId to all HarnessBinders
|
2023-12-26 18:37:39 -08:00 |
|
Jerry Zhao
|
3885e79f77
|
Bump testchipip
|
2023-12-26 17:19:09 -08:00 |
|
Jerry Zhao
|
fdeede7b0b
|
Add tests for symmetric rocket chiplet config
|
2023-12-26 12:55:32 -08:00 |
|
Jerry Zhao
|
8e37dcdf81
|
Support multi-TSI/multi-SimDRAM
|
2023-12-26 12:52:23 -08:00 |
|
Jerry Zhao
|
81cc556c3b
|
Add symmetric rocket config
|
2023-12-26 10:05:44 -08:00 |
|
Jerry Zhao
|
194d4462f9
|
Update testchipip with source-synchronous serdes
|
2023-12-21 20:33:24 -08:00 |
|
Jerry Zhao
|
cfd555ee94
|
Bump testchipip for updated sertl type names
|
2023-12-21 14:18:06 -08:00 |
|
Jerry Zhao
|
b7176b3c29
|
Bump testchipip
|
2023-12-19 15:14:39 -08:00 |
|
Jerry Zhao
|
1e5ebf192a
|
Update firesim/firechip with new testchipip packaging
|
2023-12-19 12:11:12 -08:00 |
|
Jerry Zhao
|
733bd3e7ea
|
Bump testchipip for more organized package
|
2023-12-19 12:03:50 -08:00 |
|
Jerry Zhao
|
fdd9ff6127
|
Bump testchipip
|
2023-12-16 14:04:39 -08:00 |
|
joey0320
|
6bf915a89c
|
Add spike-devices as a submodule
|
2023-12-16 12:56:54 -08:00 |
|
Jerry Zhao
|
9f1b031f85
|
Merge remote-tracking branch 'origin/main' into tcip-bump
|
2023-12-16 12:40:16 -08:00 |
|
Jerry Zhao
|
f9b5bee98b
|
Merge pull request #1633 from ucb-bar/constellation-bump
Bump constellation with improved TL-noc
|
2023-12-16 12:28:47 -08:00 |
|
Jerry Zhao
|
cfa22d1a51
|
Bump constellation
|
2023-12-14 11:20:56 -08:00 |
|
Jerry Zhao
|
94b52baad1
|
Add comments on sbus noc-configs
|
2023-12-14 11:20:02 -08:00 |
|
Jerry Zhao
|
30ac9dc2c8
|
Merge remote-tracking branch 'origin/main' into tcip-bump
|
2023-12-14 10:58:57 -08:00 |
|
Abraham Gonzalez
|
ebf0c74527
|
Update generators/chipyard/src/main/scala/harness/MultiHarnessBinders.scala
|
2023-11-30 10:33:44 -08:00 |
|
Abraham Gonzalez
|
ab1b77f3a4
|
Update generators/chipyard/src/main/scala/harness/MultiHarnessBinders.scala
|
2023-11-30 10:33:26 -08:00 |
|
Abraham Gonzalez
|
53b33d56d4
|
Update generators/chipyard/src/main/scala/harness/package.scala
|
2023-11-30 10:32:12 -08:00 |
|
abejgonzalez
|
9e7fcc0f4e
|
Add HasHarnessInstantiators into MultiHarnessBinder
|
2023-11-30 10:12:52 -08:00 |
|
Jerry Zhao
|
6445233d8d
|
Merge pull request #1657 from ucb-bar/artygpio
Add Bringup on Arty100T config, using PMOD-gpio for ser-tl
|
2023-11-19 13:45:18 -08:00 |
|
Jerry Zhao
|
1e2667e0bc
|
Add LLC bufExterior comment
|
2023-11-16 22:06:34 -08:00 |
|
Jerry Zhao
|
ab4c4d809c
|
Add LLC exterior buffer cfg fragment
|
2023-11-16 22:05:38 -08:00 |
|
Jerry Zhao
|
7c832415a8
|
Add cfg fragment to insert LLC interior buffers
|
2023-11-16 02:59:26 -08:00 |
|
Abraham Gonzalez
|
4132296831
|
Update TargetConfigs.scala
|
2023-11-15 16:49:19 -08:00 |
|
Jerry Zhao
|
b50d10418c
|
Add RocketBoundaryBuffers fragment
|
2023-11-14 23:38:29 -08:00 |
|
Jerry Zhao
|
c90d054bb0
|
Merge pull request #1660 from ucb-bar/memsys_cfg
Move memory system configs to a separate configs file
|
2023-11-14 01:49:51 -08:00 |
|
Jerry Zhao
|
4495c611a8
|
Move memory system configs to a separate configs file
|
2023-11-12 12:30:24 -08:00 |
|
Jerry Zhao
|
f0edd18c32
|
Merge pull request #1636 from ucb-bar/flatchiptop_harness
Support using HarnessBinders without IOBinders
|
2023-11-09 22:18:34 -08:00 |
|
Jerry Zhao
|
1d6ebb230b
|
Add Bringup on Arty100T config, using PMOD-gpio for ser-tl
|
2023-11-08 20:06:44 -08:00 |
|
Ethan Wu
|
70e78cb523
|
Fix IO direction for host Serial-TL port
`cloneType` is a Chisel-internal method, use `chiselTypeOf` to construct
an IO of the same type and direction.
|
2023-11-06 21:27:32 -08:00 |
|
abejgonzalez
|
cae6a8602a
|
Merge remote-tracking branch 'origin/main' into caliptra-aes
|
2023-11-05 16:43:04 -08:00 |
|
abejgonzalez
|
19fda05fba
|
Revert GCD BB changes | Move GCD to 0x4000 to not conflict w/ bootrom
|
2023-11-03 14:52:01 -07:00 |
|
Abraham Gonzalez
|
d7f78ba2e4
|
Merge branch 'main' into bb-fixes
|
2023-11-03 11:46:49 -07:00 |
|
Abraham Gonzalez
|
9d917d65d0
|
Merge branch 'main' into caliptra-aes
|
2023-11-02 21:09:16 -07:00 |
|
abejgonzalez
|
7525b9fd04
|
Fix CI | Fix Verilator compile
|
2023-11-02 17:27:42 -07:00 |
|
abejgonzalez
|
0c1ca5750e
|
Add fixes | Bump to 256b SBUS
|
2023-11-02 17:09:00 -07:00 |
|
Jerry Zhao
|
57c2ba6b37
|
Merge remote-tracking branch 'origin/main' into tcip-bump
|
2023-11-02 15:40:43 -07:00 |
|
Jerry Zhao
|
2ac2cb38b4
|
Merge remote-tracking branch 'origin/main' into change-reset-vector
|
2023-11-02 12:40:51 -07:00 |
|
abejgonzalez
|
10b5fbc21a
|
Add Caliptra AES256 ECB engine as RoCC accelerator
|
2023-11-02 12:01:38 -07:00 |
|
abejgonzalez
|
42eb570fd8
|
BUGGY COMMIT: Shows MFC issue with multiple same bb paths
|
2023-11-01 12:17:03 -07:00 |
|
-T.K.-
|
d96629c6f1
|
ADD: bump testchipip
|
2023-11-01 11:45:50 -07:00 |
|
Jerry Zhao
|
52215f3d40
|
Bump testchipip
|
2023-10-31 18:46:15 -07:00 |
|
Jerry Zhao
|
ac271dc3eb
|
Merge pull request #1603 from ucb-bar/jerryz123-patch-3
Add NarrowRocketCache config fragment
|
2023-10-31 14:48:48 -07:00 |
|