Skip to content

SJTU-ECTL/MASIM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MASIM

A multi-array scheduler for in-memory SIMD computation targeting at minimizing the number of copy instructions.

Dependencies

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.

Run

To apply the scheduler on an XMG netlist, please:

  1. put the .v file of the benchmark into the OPP folder

  2. put the name of the benchmark and the number of rows in the array in benchmarks.txt.

About

multi array SIMD IMC scheduler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published