diff --git a/content/experiment-control/resources.md b/content/experiment-control/resources.md index cdbd2a9..7476b8e 100644 --- a/content/experiment-control/resources.md +++ b/content/experiment-control/resources.md @@ -9,7 +9,7 @@ template = "page.html"
-{% layout_card(title="ARTIQ Documentation") %} +{% layout_card(title="ARTIQ manual") %} Beta (development) version PDF | HTML @@ -17,21 +17,20 @@ template = "page.html" -{% layout_card(title="ARTIQ Documentation") %} +{% layout_card(title="ARTIQ manual") %} Stable version HTML {% end %} +{% layout_card(title="SiPyCo manual") %} +Starting with ARTIQ-5, this library replaces artiq.protocols. - -{% layout_card(title="ARTIQ Documentation") %} -Older manuals (HTML only) - -ARTIQ-3 | ARTIQ-2 +PDF | HTML {% end %} + {% layout_card(title="Slideshow") %} The ARTIQ experiment control system diff --git a/content/gateware/migen.md b/content/gateware/migen.md index 42fb76a..b9c4f1e 100644 --- a/content/gateware/migen.md +++ b/content/gateware/migen.md @@ -47,11 +47,9 @@ Migen is the foundation for MiSoC. You can find the Migen source here, released under the permissive BSD license. -**Documentation** (note: sometimes out of date - please help!) +**Documentation** -- User guide -- Tutorial: An introduction to Migen -- Lecture slides +- User guide - Tutorial "Porting a New Board To Migen" by cr1901 - "Implementing a UART in Verilog and Migen" by whitequark - "Implementing a simple SoC in Migen" by whitequark