From cb70b8757a285ab27fdacdd851532119e71b5195 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 8 May 2022 15:28:35 +0800 Subject: [PATCH] remove minerva 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 f633dfc..607eec3 100644 --- a/content/gateware/nmigen.md +++ b/content/gateware/nmigen.md @@ -24,7 +24,7 @@ Although Migen works very well in production (it is used, for instance, in the [ ##### Environment -nMigen itself provides the core language, and is complemented by a number of external components. The nmigen-boards package contains definition files for various FPGA boards, providing information such as pin locations and clocks. The nmigen-stdio package provides libraries to interface to common I/O protocols such as I2C and SPI. The nmigen-soc package is a library that provides bus interconnect and configuration and status register (CSR) management. Finally, the HeavyX system uses all the previous components and integrates them into a complete system-on-chip solution, able to run Rust code on the Minerva RISC-V CPU core entirely written in nMigen. +nMigen itself provides the core language, and is complemented by a number of external components. The nmigen-boards package contains definition files for various FPGA boards, providing information such as pin locations and clocks. The nmigen-stdio package provides libraries to interface to common I/O protocols such as I2C and SPI. The nmigen-soc package is a library that provides bus interconnect and configuration and status register (CSR) management. Finally, the HeavyX system uses all the previous components and integrates them into a complete system-on-chip solution, able to run Rust code on a RISC-V CPU core entirely written in nMigen. ##### Documentation