vhdl code (for loop)
问题 Description: I want to write vhdl code that finds the largest integer in the array A which is an array of 20 integers. Question: what should my algorithm look like, to input where the sequential statements are? my vhdl code: highnum: for i in 0 to 19 loop i = 0; i < 20; i<= i + 1; end loop highnum; This does not need to be synthesizable but I dont know how to form this for loop a detailed example explaining how to would be appreciated. 回答1: First of all you should know how have you defined