N
Nicolas Matringe
Guest
Hello
I was curious about how variable length strings were implemented in the
textio package and had a look at ModelSim's VHDL source (found in
$MODELTECH\vhdl_src directory)
I noticed that the readline procedure (ModelSim 6.0) did not deallocate
the line if it was not empty (actually, the line parameter is an input
only). The deallocation part is commented out.
Does anyone have an explanation for this ?
Nicolas
I was curious about how variable length strings were implemented in the
textio package and had a look at ModelSim's VHDL source (found in
$MODELTECH\vhdl_src directory)
I noticed that the readline procedure (ModelSim 6.0) did not deallocate
the line if it was not empty (actually, the line parameter is an input
only). The deallocation part is commented out.
Does anyone have an explanation for this ?
Nicolas