Forum Discussion
4 Replies
- Altera_Forum
Honored Contributor
Maybe this will help: http://www.csee.umbc.edu/portal/help/vhdl/textio.vhdl
Or You need somehow other type of output? - Altera_Forum
Honored Contributor
Thank you for the reply.
As I look at the code I am guessing this writes inputs and outputs to a test file. I'm going to have to sit down with this one. Is there a way to create this sort of output in Modelsim and leave the VHDL code alone? Thanks again Bill - Altera_Forum
Honored Contributor
--- Quote Start --- Is there a way to get all the data from one wave in the wave window of modelsim exported to a text file? --- Quote End --- Modelsim does have alternative views than the wave window. Looks like the list window can be used to do what you want: http://www.velocityreviews.com/forums/t23392-exporting-data-in-modelsim.html Cheers, Dave - Altera_Forum
Honored Contributor
Perfect ! Thanks!!!