From ca38bcea47a138bac255e7c8a3942ba205bfa004 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 29 Apr 2020 15:26:32 +0800 Subject: [PATCH] fix artiq link --- content/gateware/nmigen.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/gateware/nmigen.md b/content/gateware/nmigen.md index 77fe5d5..f633dfc 100644 --- a/content/gateware/nmigen.md +++ b/content/gateware/nmigen.md @@ -17,7 +17,7 @@ title = "nMigen" nMigen is a reboot of [Migen](@/gateware/migen.md), our metaprogramming-based hardware description language. See the [Migen page](@/gateware/migen.md) for the basic ideas. -Although Migen works very well in production (it is used, for instance, in the [ARTIQ](@/experiment-control/artiq/) experiment control system, and the Amarisoft base stations), its design could be improved in many fundamental ways. nMigen reimplements Migen concepts from scratch to do so. nMigen also provides an extensive compatibility layer that makes it possible to build and simulate most Migen designs unmodified, as well as integrate modules written for Migen and nMigen. +Although Migen works very well in production (it is used, for instance, in the [ARTIQ](@/experiment-control/artiq.md) experiment control system, and the Amarisoft base stations), its design could be improved in many fundamental ways. nMigen reimplements Migen concepts from scratch to do so. nMigen also provides an extensive compatibility layer that makes it possible to build and simulate most Migen designs unmodified, as well as integrate modules written for Migen and nMigen. {% layout_text_img(src="images/side-graphic-min.png", alt="", textleft=true, shadow=false) %}