Commit Graph

552 Commits

Author SHA1 Message Date
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
Jerry Zhao
6a3e3d966b Merge pull request #1549 from JL102/patch-2
Updated part of "Integrating Custom Chisel Projects into the Generator Build System" docs which was out of date
2023-07-05 12:23:57 -07:00
Jordan Lees
75ee2cff8c Update Custom-Chisel.rst
Removed a line which had incorrect info
2023-07-05 12:18:32 -07:00
Jordan Lees
78a9c00a4b The lazy val chipyard bit was out of date in this doc page 2023-07-05 12:06:40 -07:00
abejgonzalez
adcb736901 Bump Conda + Deprecate docker image docs 2023-07-05 10:58:48 -07:00
Jerry Zhao
1e51347d69 Merge pull request #1535 from ucb-bar/fix-docs-2
ADD: add documentation for build-setup skip
2023-07-05 10:38:11 -07:00
Jerry Zhao
e78ac6be32 Apply suggestions from code review
Co-authored-by: Abraham Gonzalez <abe.j.gonza@gmail.com>
2023-07-05 10:37:54 -07:00
Jerry Zhao
fc8a8b661d Merge pull request #1540 from milovanovic/main
Docs add that ASAP7 tutorial should be executed in vlsi directory
2023-07-05 09:24:02 -07:00
Jerry Zhao
43789d77dd Merge pull request #1538 from JL102/patch-1
Fixed typos in CDE docs page, and added info on how config fragments in the chain can be overridden
2023-07-05 09:23:43 -07:00
Jerry Zhao
e2f2951ff8 Merge pull request #1520 from ucb-bar/fix-docs-1
FIX: fixing docs, WithBackingScratchpad is deprecated, use WithScratchpad instead
2023-07-05 09:23:01 -07:00
Vladimir Milovanović
a0e6368617 Explicitely say that the tutorial flow is executed in the vlsi directory. 2023-07-03 00:24:27 +02:00