Altera_Forum
Honored Contributor
12 years agoUser input for value
I am a beginner in VHDL and am using it to code FPGAs.
I need to implement a code in Quartus II, such that after compiling or before execution of the code on the FPGA , the compiler/programmer/executor asks the user for a particular input, which is then fed into the program and the program then run. So basically , the user is prompted to enter the value for x, which is then put in the system and program run accordingly. How should I go about it ?