Skip to content

Commit

Permalink
scaled transaction graph with scroll and docs naming cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JumiDeluxe committed Nov 21, 2023
1 parent 41d1b8c commit 942855e
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 18 deletions.
5 changes: 0 additions & 5 deletions docs/Current_graph.md

This file was deleted.

File renamed without changes.
12 changes: 12 additions & 0 deletions docs/current-graph.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Full transaction-method graph

<div style="overflow: scroll; white-space: nowrap; border=20px solid red">
<div style="width: 2000%; height: 2000%">

```{eval-rst}
.. include:: auto_graph.rst
```

</div>
</div>
File renamed without changes.
File renamed without changes.
22 changes: 11 additions & 11 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
maxdepth: 3
---
Home.md
Assumptions.md
Development_environment.md
Transactions.md
scheduler/Overview.md
shared_structs/Implementation/RS_impl.md
shared_structs/RS.md
Current_graph.md
Problem-checklist.md
synthesis/Synthesis.md
home.md
assumptions.md
development_environment.md
transactions.md
scheduler/overview.md
shared_structs/implementation/rs_impl.md
shared_structs/rs.md
current_graph.md
problem_checklist.md
synthesis/synthesis.md
components/icache.md
miscellany/exceptionsSummary.md
miscellany/exceptions_summary.md
api.md
```
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/Problem-checklist.md → docs/problem-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ If something doesn't work and you're puzzled as to why - go through this checkli

4. Make sure all amaranth statements are added to some domain.

5. Check if your code doesn't have any combinational loops - especially if your simulation hangs.
5. Check if your code doesn't have any combinational boobs - especially if your simulation hangs.

Please extend this list if you spot yourself doing an easy-to-fix mistake.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/Transactions.md → docs/transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class MyOtherThing(Elaboratable):
...

# Declaration of the method.
# The i/o parameters pass the format of method argument/result as Amaranth layouts.
# The i/o parameters ass the format of method argument/result as Amaranth layouts.
# Both parameters are optional.

self.my_method = Method(i=input_layout, o=output_layout)
Expand Down

0 comments on commit 942855e

Please sign in to comment.