Sindhiya C R
Newbie level 4
Hi ,Can any one please tell me the usage of $ftell and $getc in verilog?
Thanks in advance
Thanks in advance
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
In the IEEE 1800-2012 LRM
$ftell is described in 21.3.5 File positioning
$fgetc is described in 21.3.4 Reading data from a file
You would use these along with $fseek if you did not want to read in a whole file at once and only portions at a time.