Hi people I'm new here and allready got a question.
Is it possible to reload, to be more exact start reading from the begining of a text file in a process? The reason is that I program automata in VHDL for verification purposes and my newest attempt at reducing the translation/compilation time is to use a textfile with a list where it gets the info from which state is next, depending on the given state and the input. The idea works fine 4 the 1st transition but then it has read through the whole list and on the next clk it tells me that it has reached the end of file!
thnx 4 any help.
Ciao
Is it possible to reload, to be more exact start reading from the begining of a text file in a process? The reason is that I program automata in VHDL for verification purposes and my newest attempt at reducing the translation/compilation time is to use a textfile with a list where it gets the info from which state is next, depending on the given state and the input. The idea works fine 4 the 1st transition but then it has read through the whole list and on the next clk it tells me that it has reached the end of file!
thnx 4 any help.
Ciao