Skip to content

turing-complete/system

Repository files navigation

System Build Status

The package provides an abstraction of an electronic system for the purpose of simulation. Such a system is composed of a platform and an application. A platform is a collection of processing elements, referred to as cores, and an application is a collection of data-dependent tasks, forming a directed acyclic graph.

Contributing

  1. Fork the project.
  2. Implement your idea.
  3. Open a pull request.