i need to perform same task in parallel for different elements in my code i.e. my code has to run say from i=0 to n but in parallel for each value of i. Concurrent Modeling does not allow looping . Any suggestions. Plz help
Hello, look at the GENERATE-statement. I think this may help you. http://www.ics.uci.edu/~jmoorkan/vhdlref/generate.html Best regards, Florian