Jerry Zhao
8f511aeaf3
Add fragment to configure PMPs
...
Surprisingly there is no existing fragment to do this defined in rocketchip. Add our own here.
2021-03-09 00:02:24 -08:00
Jerry Zhao
d98d6d1875
Merge pull request #808 from ucb-bar/gemmini-bump
...
Bump gemmini for config changes
2021-03-07 18:59:03 -08:00
Abraham Gonzalez
a165763350
Merge pull request #807 from ucb-bar/tile_clk_assignment_fix
...
Use "tile" instead of "core" to assign freq's in WithTileFrequency config. fragment
2021-03-03 13:30:33 -08:00
Jerry Zhao
43a408e043
Merge pull request #809 from ucb-bar/better-multirocc
...
Add WithMultiRoCCFromBuildRoCC to make heterogeneous accelerator configs easier
2021-03-01 12:02:09 -08:00
Jerry Zhao
ffcb3156c9
Add WithMultiRoCCFromBuildRoCC to make heterogeneous accelerator configs easier
2021-03-01 00:14:15 -08:00
Jerry Zhao
e205460986
Bump esp-isa-sim
2021-02-26 17:00:40 -08:00
Jerry Zhao
1e2f778a67
Bump gemmini for config changes
2021-02-25 23:00:39 -08:00
Jerry Zhao
0357160cb8
Merge pull request #798 from ucb-bar/gemmini-bump
...
Bump Gemmini for FP configs
2021-02-25 22:22:01 -08:00
abejgonzalez
6145b1df40
Use "tile" instead of "core" to assign freq's
2021-02-25 21:25:03 -08:00
Abraham Gonzalez
8d8506da5b
Merge pull request #806 from ucb-bar/fpga-proto-gpio-pullups
...
FPGA Prototype - Support Adding Pullup R's to Bringup GPIOs
2021-02-25 20:55:50 -08:00
abejgonzalez
9957538d38
Enable support for pullup R's on GPIOs
2021-02-25 13:54:53 -08:00
Abraham Gonzalez
86fef9abd4
Merge pull request #795 from ucb-bar/test-barstools-changes-2
...
Bump Barstools for Deprecations Fixes
2021-02-22 23:54:45 -08:00
abejgonzalez
08555dbafc
Use origin/dev config.yml
2021-02-22 11:47:14 -08:00
abejgonzalez
5b6a2b3fc0
Bump barstools
2021-02-22 11:46:30 -08:00
Abraham Gonzalez
a86f80190c
Merge pull request #771 from ucb-bar/update-dockerfiles
...
Update dockerfiles
2021-02-20 16:54:32 -08:00
chick
12d45533bf
undo circleci docker image change test; up 2 timeouts
2021-02-19 14:38:56 -08:00
chick
0ca13a4ac4
Revert "try latest changes to circle ci settings"
...
This reverts commit 6024feb27a .
2021-02-19 14:34:25 -08:00
Ella Schwarz
b12fa04dbb
Updated docker image
2021-02-18 19:40:04 -08:00
Ella Schwarz
9c650dea7c
Removed apt-get upgrade and edited for image size
2021-02-18 18:58:11 -08:00
Ella Schwarz
d6475349dd
Added more details on which tools are initialized in the docker image
2021-02-18 18:56:47 -08:00
chick
6024feb27a
try latest changes to circle ci settings
2021-02-18 18:21:29 -08:00
Jerry Zhao
2736e948ab
Bump Gemmini for FP configs
2021-02-18 12:43:09 -08:00
chick
3723a53ea3
trying new fixes for barstools, get all transforms in right order
2021-02-18 09:53:18 -08:00
Jerry Zhao
5966588d68
Merge pull request #790 from ucb-bar/simdram_timings
...
Passing MBus clock frequency to SimDRAM
2021-02-17 23:10:51 -08:00
Abraham Gonzalez
18aa600ae1
Fix Chipyard spelling in docs [ci skip]
2021-02-15 13:13:10 -08:00
Ella Schwarz
f06afa2a75
Increased timeout to 20m for chipyard-hetero tests
2021-02-15 00:29:46 -08:00
Ella Schwarz
0f3a70306f
Increased timeout to 20m
2021-02-14 18:33:05 -08:00
Ella Schwarz
788b22a262
Added more details on docker image
2021-02-14 18:32:41 -08:00
Ella Schwarz
d7be658ca5
Added information about docker image
2021-02-13 23:39:09 -08:00
Jerry Zhao
54039f666e
Merge pull request #796 from tymcauley/heterogeneous-doc-patches
...
Heterogeneous doc patches
2021-02-12 10:34:32 -08:00
Tynan McAuley
4824662323
docs: Document hart ID ordering
2021-02-11 16:21:36 -08:00
Tynan McAuley
01948f6cb5
docs: Fix dual-BOOM-Rocket-Hwacha documentation
...
The docs indicate that this should be a dual-BOOM and single-Rocket
config, with the Hwacha attached to the Rocket. However, the
'LargeBoomAndHwachaRocketConfig' config only has a single Rocket core.
Added the 'DualLargeBoomAndHwachaRocketConfig' config to accurately
reflect what's stated in the docs.
Additionally, this fixes hart numbering to place the Hwacha accelerator
on the Rocket core rather than on the BOOM core.
2021-02-11 16:02:59 -08:00
Tynan McAuley
851df86aba
docs: Fix dual-BOOM-single-Rocket documentation
...
There were two problems here:
1. The docs indicated that this should be a dual-BOOM and
single-Rocket config, but the config actually had two Rocket
cores.
2. Since the doc include string was 'DualBoomAndRocket', it was
accidentally matching against the 'DualBoomAndRocketOneHwacha'
section, which comes first in the file.
So, I created a new 'DualLargeBoomAndSingleRocketConfig' config which
only has one Rocket core, and changed the doc include string to
'DualBoomAndSingleRocket'.
2021-02-11 14:55:36 -08:00
chick
6e851473c3
[DO NOT MERGE] This is to test changes to barstools
2021-02-11 13:05:50 -08:00
Albert Ou
c995194328
Merge pull request #791 from ucb-bar/ignore-qemu
...
Fix parsing of --ignore-qemu option
2021-02-09 21:21:50 -08:00
chick
91d29cbdaf
Revert "test barstools pr using ci for chipyard"
...
This reverts commit 17eed0dd19 .
2021-02-09 17:39:30 -08:00
chick
17eed0dd19
test barstools pr using ci for chipyard
2021-02-09 17:30:34 -08:00
Abraham Gonzalez
23ecb79b42
Merge pull request #792 from ucb-bar/barstools-doc-nit
...
Fixes syntax in sentence in barstools docs describing flow
2021-02-09 16:08:49 -08:00
chick
3bb81bd707
Fixes syntax in sentence in barstools docs describing flow
2021-02-09 13:56:01 -08:00
Albert Ou
025d43cc08
scripts: Fix parsing of --ignore-qemu option
2021-02-09 13:04:09 -08:00
Jerry Zhao
4c11e170b8
Use series of pipe Queues instead of ShiftQueue for adding AXI4 memory delay
2021-02-09 00:47:10 -08:00
Ella Schwarz
323394f437
Increased timeout limit
2021-02-08 14:45:04 -08:00
Ella Schwarz
75bc39ab5a
Uses latest ci image
2021-02-08 14:22:38 -08:00
Ella Schwarz
84cfc733de
Removed default argument
2021-02-08 14:16:27 -08:00
alonamid
eafbc074aa
Merge pull request #782 from ucb-bar/alonamid-patch-1
...
WithFireSimFAME5 to allow non Rocket/BOOM build
2021-02-08 10:58:01 -08:00
Jerry Zhao
235b1e5dfd
Give TraceGenConfigs an explicit mbus clock
2021-02-08 09:03:15 -08:00
Jerry Zhao
c85ffd2a59
Add support for manually adjusting DRAM latency with a ShiftQueue
2021-02-08 03:14:48 -08:00
Jerry Zhao
0593e92cb3
Passing MBus clock frequency to SimDRAM
2021-02-08 02:11:18 -08:00
Ella Schwarz
1f8b59732d
Uses latest version of ci-image
2021-02-05 22:04:01 -08:00
Ella Schwarz
34e56d52fc
Moved CMD command
2021-02-05 18:04:34 -08:00