What is the simplest computer language I can use to simulate a SIMD multiprocessor system if the # of processing elements, # of memory units, and an interconnection network is specified?
The professor has said the SIMD multiprocessor system should handle control instructions such as "JMP", "JNEG", "JPOS", etc.. which jump to different memory addresses.
We are given options like Java, C/C++, VHDL, MATLAB to program this architecture, but I was wondering which one the community suggests would be best for a beginner?