Skip to content

Releases: pc2/AuroraFlow

Emulation Support

09 Apr 07:27

Choose a tag to compare

This release includes emulation support for the AuroraFlow kernel. This is achieved by creating drop-ins for sw_emu (in HLS) and hw_emu (reusing the hw design) which write to unix pipes instead of the serial links.

The topology needs to be created using symbolic links on the unix pipes. Examples are provided for all existing test cases.

The repository structure was changed, so that on the top level only the AuroraFlow kernel is built. Now also including utilities for easier integration into Make and CMake workflows. The test example is now in a seperate folder.

v0.2

16 Mar 19:40

Choose a tag to compare

Add a benckmark using a ring topology

  • new kernel design just forwarding data
  • new host code with new results writing
  • script for generating ring topology on arbitrary number of nodes

Initial Release

03 Feb 12:09
192ef96

Choose a tag to compare

Merge pull request #45 from pc2/nompi

Remove MPI for easier usage