t-crest / patmos

Patmos is a time-predictable VLIW processor, and the processor for the T-CREST project
http://patmos.compute.dtu.dk
BSD 2-Clause "Simplified" License
135 stars 72 forks source link

sspm: Multi-channel benchmarks #28

Closed Emoun closed 6 years ago

Emoun commented 6 years ago

Created multi-channel message passing benchmarks for NOC and SSPM: c/apps/sspm/noc_multi_channel_bench.c c/apps/sspm/sspm_multi_channel_bench.c

Both benchmarks can be configured with size of message burst and number of message receivers at a time.

Also added .gitignore for .elf files in the other c/apps/* apps to ensure no .elf builds get into VC.

schoeberl commented 6 years ago

Can you please only add a .gitignore to your project folder, and not to otheres. Not everyone (e.g., me) does like the .gitignore.

Thanks, Martin