Abraham Gonzalez
7f4659eb76
Fix doc breakages | Fix spelling
2021-04-28 15:28:36 -07:00
alonamid
d14513cd64
Docker Images Comment in Docs
2021-04-21 15:29:17 -07:00
Harrison Liew
87a1064366
add timing annotated targets for post-syn sim + docs update
2021-04-15 09:36:07 -07:00
Abraham Gonzalez
0edb2fd4db
Merge pull request #849 from ucb-bar/vcu118-update
...
VCU118 FPGA Updates + FireMarshal on Prototypes
2021-04-14 11:24:51 -07:00
Abraham Gonzalez
39c3756366
Update VCU118.rst
2021-04-14 11:24:19 -07:00
Abraham Gonzalez
325f65e4df
Apply suggestions from code review
...
Co-authored-by: alonamid <alonamid@eecs.berkeley.edu >
2021-04-14 11:21:33 -07:00
Abraham Gonzalez
1dd2698e11
Update ref in chip communication docs.
2021-04-13 22:30:35 -07:00
Abraham Gonzalez
9cee20ecc1
Address review comments
2021-04-13 22:23:03 -07:00
Abraham Gonzalez
b152bbd0d4
Update grammer issues a bit
2021-04-12 11:02:23 -07:00
Jerry Zhao
440e43d023
Merge pull request #853 from alfonrod/fix-tests-charcount
...
Fix memory alignment in character count RoCC test
2021-04-09 16:58:54 -07:00
Abraham Gonzalez
bbf4fc168a
Merge remote-tracking branch 'origin/dev' into vcu118-update
2021-04-06 18:42:09 -07:00
Colin Schmidt
b0d69eada6
Workaround docutils issue in doc generation
...
Need this until the following is fixed: https://github.com/sphinx-doc/sphinx/issues/9063
2021-04-06 14:32:41 -07:00
Anoop
a401861f5b
Update Barstools.rst
2021-04-06 10:02:47 +05:30
Anoop
78241c278b
Merge branch 'dev' into patch-2
2021-04-06 09:57:26 +05:30
Abraham Gonzalez
e159c4f6a7
Cleanup docs for Linux on VCU118
2021-04-03 13:48:58 -07:00
Abraham Gonzalez
565ef2eb3c
First commit of docs [ci skip]
2021-04-03 12:57:10 -07:00
Anoop
a7befc8c5c
Updated barstools.rst after review-1
...
Edits after review-1
2021-03-31 22:19:49 +05:30
Anoop
bbaebcd596
Update barstools.rst
...
Added info about adding our own sram-macros cache
2021-03-31 17:28:24 +05:30
dependabot[bot]
6eab7c813e
Bump pygments from 2.2.0 to 2.7.4 in /docs
...
Bumps [pygments](https://github.com/pygments/pygments ) from 2.2.0 to 2.7.4.
- [Release notes](https://github.com/pygments/pygments/releases )
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES )
- [Commits](https://github.com/pygments/pygments/compare/2.2.0...2.7.4 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-29 19:36:06 +00:00
abejgonzalez
09ef82cabf
Update harnessClk/Rst naming to buildtop | Small docs cleanup
2021-03-22 13:11:12 -07:00
Abraham Gonzalez
0d6e971d17
Update docs/Advanced-Concepts/Chip-Communication.rst
...
Co-authored-by: alonamid <alonamid@eecs.berkeley.edu >
2021-03-18 20:02:15 -07:00
abejgonzalez
3439266b2e
Small renaming in docs
2021-03-15 16:55:13 -07:00
Abraham Gonzalez
30c9b63e7b
More clarifications on harness clocks
2021-03-11 03:54:56 +00:00
Abraham Gonzalez
d204ccd9fc
Clean up the chip communication docs a bit more [ci skip]
2021-03-09 23:56:32 -08:00
Abraham Gonzalez
6e1b9429bd
Fix docs harness binders reference
2021-03-08 21:32:13 -08:00
Abraham Gonzalez
d5d547d27b
Update doc images [ci skip]
2021-03-08 21:18:34 -08:00
Abraham Gonzalez
ade8457870
First doc pass (no updated imgs) [ci skip]
2021-03-09 05:11:24 +00:00
Abraham Gonzalez
a86f80190c
Merge pull request #771 from ucb-bar/update-dockerfiles
...
Update dockerfiles
2021-02-20 16:54:32 -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
Abraham Gonzalez
18aa600ae1
Fix Chipyard spelling in docs [ci skip]
2021-02-15 13:13:10 -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
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
3bb81bd707
Fixes syntax in sentence in barstools docs describing flow
2021-02-09 13:56:01 -08:00
Jerry Zhao
58076cfb26
Merge pull request #599 from ucb-bar/dev
...
Chipyard 1.4.0 Release
2021-01-20 15:26:47 -08:00
Jerry Zhao
1dcfa5aa41
Update AXI4Fragmenter docs
2021-01-18 16:35:31 -08:00
alonamid
06cee8fa42
add hierarchical
2021-01-09 00:39:01 -08:00
alonamid
d12c5f1923
resolve docs merge conflict
2021-01-08 20:18:52 -08:00
alonamid
b4403a4b33
Merge remote-tracking branch 'origin/dev' into hammer-docs
2021-01-08 20:11:51 -08:00
alonamid
7e092c655b
docs label disambiguation
2021-01-08 20:11:21 -08:00
abejgonzalez
c8cbfbe3c5
Small documentation addition on bringup
2020-12-31 14:15:24 -08:00
Abraham Gonzalez
fbb8ad3e61
Fix small documentation errors
2020-12-28 10:50:10 -07:00
abejgonzalez
ca723f1323
Merge branch 'dev' into local-fpga-support
2020-12-27 20:57:57 -08:00
alonamid
558cff7469
update partial power flow
2020-12-12 23:04:40 -08:00
alonamid
db1543c4ed
[skip ci] hammer request message
2020-12-07 00:23:52 -08:00
alonamid
d8fd94d57c
[skip ci] address some PR comments
2020-12-07 00:16:05 -08:00
Jahanzaib Rasheed
cca3cd087c
Correceted minor typos ( #731 )
...
* Update Register-Router.rst
* Corrected a typo.
2020-12-02 10:10:31 -08:00
alonamid
477be36cef
Apply suggestions from code review
...
Co-authored-by: Colin Schmidt <colins@eecs.berkeley.edu >
2020-11-30 22:41:55 -08:00