Commit Graph

4014 Commits

Author SHA1 Message Date
Jerry Zhao
3f06dbc280 Fix clock group combiner behavior for rational-tile clocks 2023-05-26 17:50:55 -07:00
Abraham Gonzalez
c1ad70c10f Merge pull request #1375 from ucb-bar/use-fat-jar
Use fat jar's to remove SBT invocations
2023-05-26 17:03:42 -07:00
abejgonzalez
bb958d3309 Update name 2023-05-26 13:28:04 -07:00
abejgonzalez
b65d8ef6c6 Have global location to store jar files (avoid issue with sbt assembly caching) 2023-05-26 13:14:06 -07:00
Abraham Gonzalez
4714c5efde Merge pull request #1485 from ucb-bar/xc-small-qol
Small QOL fixes for Xcelium
2023-05-26 12:16:24 -07:00
Jerry Zhao
f73951ac7f Add TestChipConfigTweaks to model 2/1 tile/uncore division 2023-05-26 11:56:58 -07:00
Jerry Zhao
43daa42719 Fix comment in ChipConfigs 2023-05-26 10:07:37 -07:00
Jerry Zhao
17135368a6 Rename offchipbus manager to client 2023-05-26 09:33:35 -07:00
Jerry Zhao
bd49068eba Fix ManyPeripheralsRocketConfig' 2023-05-26 09:28:25 -07:00
abejgonzalez
224681fcbe Small QOL fixes for Xcelium 2023-05-26 01:26:21 -07:00
jerryho
45eeee5092 fix the data field width mismatch between AXI that goes to MIG core and that of the Memory Bus 2023-05-26 16:08:59 +08:00
Jerry Zhao
38966fe830 Bump testchipip 2023-05-26 00:05:22 -07:00
Jerry Zhao
dda5770595 Add Tethered config to CI 2023-05-25 23:55:15 -07:00
Jerry Zhao
ec7310dad0 Dedup run-tests CI script 2023-05-25 23:52:14 -07:00
Jerry Zhao
8a46de0d9d Add BringupHostConfig and TetheredChip dual-chip sim configs 2023-05-25 23:41:42 -07:00
Jerry Zhao
68402ab99f Bump rocket-chip-blocks 2023-05-25 17:21:42 -07:00
Jerry Zhao
922a4c11ad Add tethered chip bringup example 2023-05-25 16:37:36 -07:00
Jerry Zhao
1d50fb3115 Hang the periphery TLSerial off a OBUS 2023-05-25 11:29:03 -07:00
abejgonzalez
aff98d77fe More renaming fixes 2023-05-25 10:05:11 -07:00
Jerry Zhao
26a6f62ca7 Update repo-clean.sh 2023-05-25 00:43:12 -07:00
Jerry Zhao
de54b18e8d Update repo-clean.sh 2023-05-25 00:29:18 -07:00
Jerry Zhao
adcb04636d Bump cva6 2023-05-24 22:17:29 -07:00
Jerry Zhao
436a6cb538 Add MultiHarnessBinder API 2023-05-24 19:40:30 -07:00
Jerry Zhao
db0f68453a Simplify ApplyHarnessBinders 2023-05-24 19:17:29 -07:00
Jerry Zhao
889713b5b1 Switch to UARTTSIIO 2023-05-24 19:15:11 -07:00
Jerry Zhao
af0dce8e8a Switch to PeripheryUARTTSI 2023-05-24 18:39:08 -07:00
Jerry Zhao
61a0cf9152 Fix run-binary-none 2023-05-24 18:38:04 -07:00
Jerry Zhao
7f11c95da9 Merge pull request #1480 from ucb-bar/multi-run
Support multi-run of binaries
2023-05-24 16:48:58 -07:00
Jerry Zhao
79369cff40 Fix check for BINARY/BINARIES being set 2023-05-24 16:48:20 -07:00
Jerry Zhao
5d55f2bd77 Support multi-loadarch RTL sims 2023-05-24 16:48:20 -07:00
Jerry Zhao
57d849ae4d Check binaries exist with run-binaries 2023-05-24 16:48:19 -07:00
Jerry Zhao
4dc932035c Add help text on run-binaries 2023-05-24 16:48:19 -07:00
Jerry Zhao
4da1dea50f Support multi-binary-run in RTL sim 2023-05-24 16:48:18 -07:00
Jerry Zhao
07ce417caf Disable rocketchip TL- tests since the segfault in verilator 2023-05-24 10:17:38 -07:00
Jerry Zhao
300a4b3642 Add rocketchip unit-tests to regressions 2023-05-24 10:17:37 -07:00
Jerry Zhao
6a42c64d3a Bump to latest rocket-chip 2023-05-24 10:17:37 -07:00
Jerry Zhao
473e4c4225 Merge pull request #1474 from ucb-bar/unify
Unify supernode/harness-clocking across chipyard/firesim/fpga
2023-05-24 10:13:16 -07:00
Jerry Zhao
2b67164816 Merge branch 'main' into unify 2023-05-24 10:13:07 -07:00
Jerry Zhao
63dc87cde0 Merge pull request #1483 from ucb-bar/revertsinglechannel
Set default config back to 1-channel
2023-05-24 10:09:15 -07:00
Jerry Zhao
266a525162 Merge pull request #1482 from ucb-bar/mvxcelium
Move xcelium.mk out of top-level
2023-05-24 09:50:57 -07:00
abejgonzalez
06dad64cfc Always remove old repo for full flow CI 2023-05-24 09:49:12 -07:00
abejgonzalez
1363d82813 Update names | Fix find-config-frags 2023-05-24 09:22:49 -07:00
Jerry Zhao
333df95a42 Set default config back to 1-channel 2023-05-23 12:07:28 -07:00
Jerry Zhao
d4804be800 [ci skip] Move xcelium.mk out of top-level 2023-05-19 11:34:52 -07:00
Jerry Zhao
b69bcffc91 Merge remote-tracking branch 'origin/main' into unify 2023-05-19 11:28:52 -07:00
Jerry Zhao
7184848bf6 Merge pull request #1476 from ucb-bar/serial-bump
Support uni-directional TLSerdesser
2023-05-19 11:21:35 -07:00
abejgonzalez
34263fe1a6 Serialize SBT calls 2023-05-18 15:31:39 -07:00
abejgonzalez
c4bb06b061 Revert SBT to 1.8.2 | Forcestart SBT 2023-05-18 10:25:16 -07:00
abejgonzalez
44a2eebad6 Fix SBT/JAVA_OPTS 2023-05-18 00:21:48 -07:00
abejgonzalez
6b3c8f9bf4 Bump CVA6 2023-05-18 00:14:49 -07:00