|
|
|
|
|
by dspwizard
128 days ago
|
|
VLIW works great when you have predictable & short latencies of memory accesses - you will not find DSP designs that do not use TCM (core local SRAM).
So you program DMAs input data into its own TCM and work on it from there.
GPUs on the other hand hide latencies of memory accesses by switching threads when stalled |
|