Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1 KB

README.md

File metadata and controls

29 lines (15 loc) · 1 KB

The BondMachine project

The BondMachine (BM) is a new kind of computer architecture radically different from the ones usually found in today’s computers. The main feature of The BondMachine is that its processors forms an heterogeneous set of computing units where each of them can be configured and specialized to do a specific task implementing different architectures based on the specific problem. This repo has the code for the BondMachine main tools.

Prerequisites

A Working go compiler >= 1.5

Installing

Run the buildall.sh script from within the repo direcory to install the tools (sudo access required).

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Reference

Project website: https://www.bondmachine.it

This repo is contains the historical code of the project. The new code is hosted within the BondMachineHQ organization