Commit Graph

562 Commits

Author SHA1 Message Date
Jerry Zhao
d36b05c27c Merge pull request #1753 from ucb-bar/fix_gcd
Fix GCD MMIO example
2024-01-22 17:00:02 -08:00
Jerry Zhao
5788579b1b Fix broken GCD example 2024-01-22 16:50:36 -08:00
joonho.whangbo
b848e23d08 Update TLMonitor documentation 2024-01-22 14:14:59 -08:00
joonho.whangbo
da8a1b50d0 Fast rocket config 2024-01-22 13:58:46 -08:00
joonho.whangbo
e7eda21a1c Make no tlmonitor the default config, add explicit example on how to add tlmonitors 2024-01-22 13:41:41 -08:00
Øyvind Harboe
c6d39c14f8 docs: correct to TOP_MACROCOMPILER_MODE
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
2024-01-19 18:40:21 +01:00
Ella Schwarz
8a4fc7c82f [ci skip] update docs with chip id pin 2024-01-12 10:36:54 -08:00
Jerry Zhao
c9fa23edf0 Merge pull request #1726 from ucb-bar/submod-rename
Rename blocks/cache submodules to match new chipsalliance ownership
2024-01-08 16:32:35 -08:00
-T.K.-
33c9670386 Update docs/Chipyard-Basics/Chipyard-Components.rst
Co-authored-by: Jerry Zhao <jerryz123@berkeley.edu>
2024-01-06 22:16:39 -08:00
-T.K.-
3a00005d89 ADD: add information on Baremetal-IDE 2024-01-06 21:58:22 -08:00
Jerry Zhao
9f45c49f04 Fix docs 2024-01-05 11:51:17 -08:00
Jerry Zhao
7c13574769 Rename cache/blocks submodules to match new chipsalliance ownership 2024-01-05 10:42:00 -08:00
-T.K.-
5a96abeb14 FIX: fix conda-lock version, >1.4.0 does not work! 2023-12-21 21:09:39 -08:00
Jerry Zhao
604cb6358f Bump fpga-platforms to new organized testchipip 2023-12-19 12:33:37 -08:00
joey0320
6bf915a89c Add spike-devices as a submodule 2023-12-16 12:56:54 -08:00
abejgonzalez
088e9ea45a Remove references to ENABLE_YOSYS 2023-12-13 10:07:14 -08:00
Abraham Gonzalez
bfa822aec3 Merge pull request #1662 from ucb-bar/vlsi-fixes
Hammer bump and minor VLSI fixes
2023-11-15 13:13:20 -08:00
Nayiri
842c9f01a7 bumping sky130 pdk to fix VLSI tutorial 2023-11-14 09:56:24 -08:00
Jerry Zhao
4495c611a8 Move memory system configs to a separate configs file 2023-11-12 12:30:24 -08:00
Abraham Gonzalez
8655d3c852 Merge pull request #1639 from ucb-bar/bb-fixes
Rebuild `jar`s when `sv`/`v` files are changed + Add documentation on blackboxes
2023-11-05 16:35:46 -08:00
Jordan Lees
5136b7e2ea Update docs/Simulation/Software-RTL-Simulation.rst
Co-authored-by: Jerry Zhao <qwertyuiopghb@gmail.com>
2023-11-03 23:56:51 -04:00
JL102
b386e145d4 docs: Add info on chipyard's tests dir
The most important part of this addition, IMO, is the note about `__main()`, since
it's currently not noted anywhere in Chipyard's docs. It was initially very hard for
me to find any explanation about __main until I stumbled across libgloss-htif's readme page.

Signed-off-by: JL102 <jordanlees@mailbox.org>
2023-11-03 19:06:23 -04:00
Abraham Gonzalez
d7f78ba2e4 Merge branch 'main' into bb-fixes 2023-11-03 11:46:49 -07:00
Jerry Zhao
2ac2cb38b4 Merge remote-tracking branch 'origin/main' into change-reset-vector 2023-11-02 12:40:51 -07:00
Jerry Zhao
5eae64667b Update docs to reflect bootrom change 2023-11-02 12:37:41 -07:00
abejgonzalez
def0115fa4 Fix BB resource references | More BB docs 2023-11-01 12:06:32 -07:00
Jerry Zhao
8ecd7bfa89 Merge remote-tracking branch 'origin/main' into port_api 2023-10-09 11:18:00 -07:00
Jerry Zhao
eb3a0aecf4 Add PortAPI between IO and Harness blocks 2023-10-05 15:02:56 -07:00
Vladimir Milovanović
3d96cf5bc9 Adds initial Nexys Video board support.
Co-authored-by: pznikola <p.z.nikola@etf.rs>
2023-10-05 23:01:29 +02:00
Jerry Zhao
8c1319073c Merge pull request #1601 from ucb-bar/no-mcaxiram
Remove MultiClockHarnessAXIMem
2023-09-20 21:26:40 -07:00
Jerry Zhao
9ab5067e35 Update docs on bringup sims 2023-09-20 11:44:43 -07:00
Jerry Zhao
0fd04c302f Merge pull request #1602 from ucb-bar/mihai-temp
Updated docs on waveform generation to match current workflow.
2023-09-17 10:34:02 -07:00
Jerry Zhao
affbdc254b Update docs/Simulation/Software-RTL-Simulation.rst 2023-09-17 10:33:42 -07:00
Mihai Tudor
0de940b6a0 Updated docs on waveform generation 2023-09-16 19:48:59 -07:00
abejgonzalez
dafd7be273 Bump docs 2023-09-08 15:32:01 -07:00
abejgonzalez
284f276fbb Remove Dromajo + documentation 2023-09-08 14:28:10 -07:00
Jerry Zhao
e148a32e6b Merge pull request #1514 from ucb-bar/klayout-docs
KLayout section of Sky130+OpenROAD tutorial
2023-09-05 11:41:09 -07:00
abejgonzalez
c7f1fe220d Enable precommit | Format files 2023-08-28 14:56:55 -07:00
Jerry Zhao
7440f561d0 Merge pull request #1572 from JL102/wsl
Documentation: Change "don't use Windows" to "if using Windows, use WSL"
2023-08-23 15:29:38 -07:00
-T.K.-
f352ef46f4 ADD: minor fix on GPIO and UART description 2023-08-21 15:33:07 -07:00
-T.K.-
2f7219d41b ADD: add SPI documentation 2023-08-21 15:27:09 -07:00
-T.K.-
5b561c2d68 ADD: add docs for peripheral devices 2023-08-21 15:21:55 -07:00
Jordan Lees
58b9730dc7 change 'don't use Windows' to 'if using Windows, use WSL' 2023-08-03 15:19:07 -07:00
abejgonzalez
59699dde61 Merge remote-tracking branch 'origin/main' into klayout-docs 2023-07-12 17:21:56 -07:00
Sriram Sridhar
6f8041bf82 UPF Generation 2023-07-12 14:19:23 -07:00
abejgonzalez
c61fabd301 'Force' users to install libmamba 2023-07-12 00:21:26 +00:00
Jerry Zhao
6f90102770 Merge branch 'main' into klayout-docs 2023-07-10 09:21:18 -07:00
Sagar Karandikar
91fb5e6194 Update Initial-Repo-Setup.rst 2023-07-08 22:14:05 -07:00
Abraham Gonzalez
a11a09cf5a Clarify docs to use latest conda 2023-07-08 22:05:42 -07:00
Abraham Gonzalez
0841ad1350 Merge pull request #1544 from ucb-bar/conda-bump
Bump Conda + Deprecate docker image docs
2023-07-07 09:53:44 -07:00