Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
repos = [
('amaranth-lang/amaranth', 'tags/v0.5.4'),
('chipflow/amaranth-soc', 'origin/reference-docs-chipflow'),
('chipflow/chipflow-lib', 'origin/main')
('chipflow/chipflow-lib', 'origin/main'),
('chipflow/chipflow-digital-ip', 'origin/main')
]

# copy in the doc sources from our repos
Expand Down
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Contents

chipflow-lib/getting-started
chipflow-lib/index
Digital IP Library <chipflow-digital-ip/index>
Amaranth Language and Toolchain <amaranth/index>
Amaranth System-on-a-Chip toolkit <amaranth-soc/index>
support
Loading