From 80ac62c1a5df646b8b3e4bce6f92295c5f38e8e2 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Fri, 2 Feb 2018 20:30:14 +0200 Subject: Added documentation to IceStorm module. --- docs/markdown/snippets/fpga.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/markdown/snippets/fpga.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/fpga.md b/docs/markdown/snippets/fpga.md new file mode 100644 index 0000000..b5e4938 --- /dev/null +++ b/docs/markdown/snippets/fpga.md @@ -0,0 +1,12 @@ +## Experimental FPGA support + +This version adds support for generating, analysing and uploading FPGA +programs using the [IceStorm +toolchain](http://www.clifford.at/icestorm/). This support is +experimental and is currently limited to the `iCE 40` series of FPGA +chips. + +FPGA generation integrates with other parts of Meson seamlessly. As an +example, [here](https://github.com/jpakkane/lm32) is an example +project that compiles a simple firmware into Verilog and combines that +with an lm32 softcore processor. -- cgit v1.1