Closed better1017 closed 4 years ago
The general format is: partition,cyclic,array_name,total_size,word_size,partition_factor
Look at https://github.com/harvard-acc/ALADDIN/blob/master/integration-test/with-cpu/test_aes/test_aes.cfg for an example.
Note that you need to explicitly config how to partition each array in your source code. If you do not want to partition the array, declare it as partition_factor 1 in your config file, like:
like what?