I have a variable declared as so: sc_bigint<88> x
I want to use fprintf to print it to a file, but this produces an error. I am able to print the variable using cout, but I need to print it to a specific file I have opened.
Any ideas how to do this? Maybe a simple way to redirect cout to the file I need?
Try the File I/O streams provided by C++.