/Hastlayer-SDK

Turning .NET assemblies into FPGA hardware. See the Readme and https://hastlayer.com.

Primary LanguageC#OtherNOASSERTION

Hastlayer SDK Readme

Overview

Hastlayer - be the hardware. Automatically transforming .NET assemblies into computer chips to improve performance and lower power consumption.

Hastlayer uses FPGAs (chips that can be "re-wired" on the fly): You just need to select the compute-bound part of your .NET program and Hastlayer will seamlessly swap it out with a generated FPGA implementation. Since not C#, VisualBasic or other code but .NET Intermediate Language assemblies are transformed in theory any .NET language can be used, including C#, VB, F#, C++, Python, PHP, JavaScript...

Hastlayer was also featured on .NET Conf 2017; the recorded session covers most of what's interesting about Hastlayer (it's also on YouTube). Check out the FAQ for some more basic info.

This is the PC-side component of Hastlayer, the one that transforms .NET assemblies, programs attached FPGAs and communicates with said FPGAs.

Created by Lombiq Technologies, an open source .NET web development company.

Hastlayer uses ILSpy to process CIL assemblies and Orchard Application Host to utilize Orchard as the application framework.

Notes on Hastlayer's documentation

These text files should only serve as a starting point. On how to use Hastlayer the samples are the best source. The public API of Hastlayer is also documented inline as code comments, so make sure to check those out too if something's not clear. The projects also have further Readme files.

Table of contents

Repositories and contributions

The project's source is available in two public source repositories, automatically mirrored in both directions with Git-hg Mirror:

(Note that due to a repository purge the repo history doesn't contain anything from before July 2017 though development has been ongoing more or less actively from 2015.)

Bug reports, feature requests and comments are warmly welcome, please do so via GitHub. Feel free to send pull requests too, no matter which source repository you choose for this purpose.

This project is developed by Lombiq Technologies Ltd. Commercial-grade support is available through Lombiq.