abejgonzalez
57e389b026
Eval'ed make vars are now stored in files | Force update *.jars
2023-06-02 00:22:36 -07:00
Jerry Zhao
f758eb48a8
Merge remote-tracking branch 'origin/main' into tetheredsim
2023-06-01 10:41:05 -07:00
Abraham Gonzalez
16c1c0714c
Merge pull request #1494 from ucb-bar/fix-reqs
...
Downgrade cryptography | Pin linux sysroot
2023-06-01 00:45:18 -07:00
abejgonzalez
b2d7e4bc50
Downgrade cryptography | Pin linux sysroot
2023-05-31 22:37:06 -07:00
Jerry Zhao
89db2372c3
Merge remote-tracking branch 'origin/main' into tetheredsim
2023-05-31 21:55:09 -07:00
Jerry Zhao
2aca0e23aa
Merge pull request #1489 from ucb-bar/clkfixes
...
Improvements to chipyard clocking
2023-05-31 21:43:53 -07:00
Jerry Zhao
3070dc62c6
[ci] full-flow should use verbose build
2023-05-31 12:43:38 -07:00
Jerry Zhao
1830bbf0e9
Fix TLClockDivider syncronization
2023-05-31 10:09:16 -07:00
Jerry Zhao
0ec98e07d4
Localize clock/reset stuff to prci_ctrl_domain to improve hierarchical physical design
2023-05-30 22:03:25 -07:00
Jerry Zhao
55d4b3807e
Put reset synchronizers in prci_ctrl_domain
...
Makes physical design simpler if clock/reset devices are all localized to one block
2023-05-30 22:01:00 -07:00
Jerry Zhao
ea127aa815
Merge pull request #1475 from ucb-bar/bumprc
...
Bump to latest rocket-chip
2023-05-30 21:59:00 -07:00
Abraham Gonzalez
9db38d5ea8
Merge pull request #1492 from ucb-bar/update-initial-repo
...
Force conda-lock to v1
2023-05-30 21:27:47 -07:00
abejgonzalez
4fe974f36b
Force conda-lock to v1
2023-05-30 21:09:05 -07:00
Ethan Wu
63620dab83
update barstools: move iocells to separate project root
...
Currently Chipyard is including `barstools.iocell` as a separate project
from the rest of barstools, and it does this by creating a new project
rooted at `src` with its source directory rooted at
`src/main/scala/barstools/iocell`. This causes problems for IDEs like
IntelliJ which do not support having one source root from one project
nested inside another source root from a different project.
By breaking out `barstools.iocell` into a separate project root, this
should cause IDEs and similar tools to better understand the project
structure, and makes it so that `iocell` is not in two projects at the
same time.
2023-05-30 19:03:51 -07:00
Jerry Zhao
592f1897e9
drive the top-level AsyncReset pin directly from reference reset
2023-05-28 19:43:25 -07:00
Nikhil Jha
8a60b36125
doc: add higher level explanations of RoCC + more resources
2023-05-27 13:44:41 -07:00
Jerry Zhao
2f2cb1ac8b
Fix firesim clockgen to auto-generated the reference pll clock if not requested
2023-05-27 11:16:18 -07:00
Jerry Zhao
0b07958e6c
Merge pull request #1487 from jerryhethatday/bug-fix-jerryho
...
(VCU118 DDR HarnessBinder)Fix data field width mismatch between DDR AXI and TileLink MemoryBus
2023-05-27 10:38:16 -07:00
Jerry Zhao
3db7976db6
Fix typo in CI run-tests.sh
2023-05-27 10:36:55 -07:00
Jerry Zhao
bdff878643
Merge remote-tracking branch 'origin/main' into bumprc
2023-05-27 10:32:49 -07:00
jerryho
9844deb172
using dp(ExtTLMem).get.master.beatBytes to obtain MemoryBus data width
2023-05-27 18:12:56 +08:00
Jerry
34adb9943b
Merge branch 'ucb-bar:main' into bug-fix-jerryho
2023-05-27 10:28:24 +08:00
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