In this chapter, we look into Verilog-A functions and tasks for the display of data on the console or writing to and reading data from files. Even though your simulator will let you monitor the value of signals and variables in your design, it is also nice to be able to output certain information beyond the simulator reporting capabilities. This is useful when the results of a simulation are large and need to be stored in a file or when data is to be read from an external file and driven into a model formulation.
File Management
Verilog-A provides various ...