From abd32da2eda10a3920b8f1213c6ab2d72d8ed69f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Wed, 21 Mar 2018 05:02:48 +0100 Subject: [PATCH] Changing docs to reflect that self-service sign-up is now available --HG-- branch : dev --- Docs/GettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/GettingStarted.md b/Docs/GettingStarted.md index 512d7adef..4ce29bc11 100644 --- a/Docs/GettingStarted.md +++ b/Docs/GettingStarted.md @@ -7,7 +7,7 @@ To begin working with Hastlayer you'll need the following: - The SDK and Hardware Framework repositories cloned. -- Access to Hastlayer Remote Services, which does the actual .NET to hardware transformation. Evaluation access is currently free and you can request it via [guys@hastlayer.com](mailto:guys@hastlayer.com). +- Access to Hastlayer Remote Services, which does the actual .NET to hardware transformation. Evaluation access is currently free and you can sign up on [hastlayer.com](https://hastlayer.com). - A compatible FPGA board. Currently only the [Nexys 4 DDR](http://store.digilentinc.com/nexys-4-ddr-artix-7-fpga-trainer-board-recommended-for-ece-curriculum/) board (which is **NOT** the same as the non-DDR Nexys 4, be sure to purchase the linked board!) is supported, so you'll need to purchase one. Note that this is a relatively low-end development board that can't fit huge algorithms and it only supports slow communication channels. So with this board Hastlayer is only suitable for simpler algorithms that only need to exchange small amount of data. - [Visual Studio 2017 or later](https://www.visualstudio.com/downloads/) installed (and edition will work).