harvard-acc / ALADDIN

A pre-RTL, power-performance model for fixed-function accelerators
Other
161 stars 54 forks source link

declare it as partition_factor 1 in your config file, like: like what? #37

Closed better1017 closed 3 years ago

better1017 commented 3 years ago

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?

xyzsam commented 3 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.