A multi-array scheduler for in-memory SIMD computation targeting at minimizing the number of copy instructions.
In order to use the scheduler, you will need a Windows machine with the following tool installed:
Mockturtle(https://github.com/lsils/mockturtle)
We recommend the users to use Visual Studio for this project.
Please add all the include directories of the tool into your project's additional include directories.
Then build the project with Visual Studio.
Note that you may need to use C++17 Language Standard and also update C++ Preprocessor setting in your project to use Mockturle.
Please make sure you can run Mockturle before using our scheduler.
To apply the scheduler on an XMG netlist, please:
-
put the .v file of the benchmark into the OPP folder
-
put the name of the benchmark and the number of rows in the array in benchmarks.txt.