All Projects → Lombiq → Hastlayer Sdk

Lombiq / Hastlayer Sdk

Licence: other
Turning .NET assemblies into FPGA hardware for faster execution and lower power usage. See the Readme and https://hastlayer.com.

Projects that are alternatives of or similar to Hastlayer Sdk

Pipecnn
An OpenCL-based FPGA Accelerator for Convolutional Neural Networks
Stars: ✭ 775 (+242.92%)
Mutual labels:  hardware, fpga
Kactus2dev
Kactus2 is a graphical EDA tool based on the IP-XACT standard.
Stars: ✭ 82 (-63.72%)
Mutual labels:  hardware, fpga
Tenyr
Simple, orthogonal 32-bit computer architecture and environment
Stars: ✭ 24 (-89.38%)
Mutual labels:  hardware, fpga
Firesim
FireSim: Easy-to-use, Scalable, FPGA-accelerated Cycle-accurate Hardware Simulation in the Cloud
Stars: ✭ 415 (+83.63%)
Mutual labels:  hardware, fpga
Connectal
Connectal is a framework for software-driven hardware development.
Stars: ✭ 117 (-48.23%)
Mutual labels:  hardware, fpga
Platformio Atom Ide
PlatformIO IDE for Atom: The next generation integrated development environment for IoT
Stars: ✭ 475 (+110.18%)
Mutual labels:  hardware, fpga
Haddoc2
Caffe to VHDL
Stars: ✭ 57 (-74.78%)
Mutual labels:  hardware, fpga
iceskate
A low cost FPGA development board for absolute newbies
Stars: ✭ 15 (-93.36%)
Mutual labels:  fpga, hardware
Neorv32
A small and customizable full-scale 32-bit RISC-V soft-core CPU and SoC written in platform-independent VHDL.
Stars: ✭ 106 (-53.1%)
Mutual labels:  hardware, fpga
Glasgow
Scots Army Knife for electronics
Stars: ✭ 1,374 (+507.96%)
Mutual labels:  hardware, fpga
Cascade
A Just-In-Time Compiler for Verilog from VMware Research
Stars: ✭ 413 (+82.74%)
Mutual labels:  hardware, fpga
Space Invaders Vhdl
Space Invaders game implemented with VHDL
Stars: ✭ 142 (-37.17%)
Mutual labels:  hardware, fpga
Verilog
Repository for basic (and not so basic) Verilog blocks with high re-use potential
Stars: ✭ 296 (+30.97%)
Mutual labels:  hardware, fpga
Platformio Vscode Ide
PlatformIO IDE for VSCode: The next generation integrated development environment for IoT
Stars: ✭ 676 (+199.12%)
Mutual labels:  hardware, fpga
Hal
HAL – The Hardware Analyzer
Stars: ✭ 298 (+31.86%)
Mutual labels:  hardware, fpga
Pgtune
Pgtune - tuning PostgreSQL config by your hardware
Stars: ✭ 1,078 (+376.99%)
Mutual labels:  hardware, performance
TART
Transient Array Radio Telescope
Stars: ✭ 20 (-91.15%)
Mutual labels:  fpga, hardware
pygears
HW Design: A Functional Approach
Stars: ✭ 122 (-46.02%)
Mutual labels:  fpga, hardware
Nyuziprocessor
GPGPU microprocessor architecture
Stars: ✭ 1,351 (+497.79%)
Mutual labels:  hardware, fpga
Openfpgaduino
All open source file and project for OpenFPGAduino project
Stars: ✭ 137 (-39.38%)
Mutual labels:  hardware, fpga

Hastlayer SDK Readme

Overview

Hastlayer - be the hardware. Hastlayer automatically transforms .NET assemblies into computer chips, improving performance and lowering power consumption for massively parallel applications.

Hastlayer uses FPGAs (chips that can be "re-wired" on the fly): Simply select the compute-bound part of your .NET program, and Hastlayer seamlessly swaps it out with a generated FPGA implementation. Since .NET Intermediate Language assemblies (but not C#, VisualBasic or other code) are transformed, you can use any .NET language (e.g. C#, VB, F# - sample included, C++, Python, PHP, and JavaScript) in theory.

Hastlayer was also featured on .NET Conf 2017 and many other conferences and meetups. The recorded session covers interesting features of Hastlayer (it's also on YouTube). Check out the FAQ for more information.

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 working mostly with Orchard CMS.

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. The samples are the best source of information on how to use Hastlayer. The public API of Hastlayer is also documented inline as code comments. Please check the comments for clarification. The projects also have README files.

Table of contents

Repository and contributing

The project's source is available in a git repository on GitHub. 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 and feel free to send pull requests too.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].