Skip to content
Open
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
2 changes: 1 addition & 1 deletion 2.5_exercise.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
"<img src=\"images/fir_filter.png\" style=\"width:800px;\"/>\n",
"\n",
"`DspBlock`s use diplomatic interfaces from rocket.\n",
"[This site](https://www.lowrisc.org/docs/diplomacy/) has a good overview of the basic of diplomacy, but don't worry too much about how it's working for this example.\n",
"[This site](https://web.archive.org/web/20240610081349/https://lowrisc.org/docs/diplomacy/) has a good overview of the basic of diplomacy, but don't worry too much about how it's working for this example.\n",
"Diplomacy really shines when you're connecting a lot of different blocks together to form a complex SoC.\n",
"In this example, we're just making a single peripheral.\n",
"The `StandaloneBlock` traits are mixed in to make diplomatic interfaces work as top-level IOs.\n",
Expand Down