I have a testbench and a verilog modules. I want to write ouput of the testbench to a file anmed as output.txt. While doing this job, I want to use $monitor.
Is it possible ? If yes, can you give me pseudo code of that segment ?
|
|
|
use $fmonitor:
|
||||
|
|
|
I have wrote Makefile to meet that desire ;
I have tried Taniwha 's answer before, but It did not work. So, I have wrote Makefile. |
||||
|
|