- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, may i know is there a way to convert the simulation waveform into .txt format because i using quartus to generate test sequence and the output is in .vwf and i need to apply the test sequence into HOPE simulator which is using .txt format. So, now i'm collecting the test sequence which is in .vwf into the .txt format by manually typing it.
Please let me know if there is a way to convert it, THX...Link Copied
5 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I normally write a text file directly in the testbench)Modelsim). My last post gave some read/write examples.
a direct method is this: in your code open a file then you just write each data sample(on the clk for example) to a line then from line to file, then close the simulator to flush the file.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- I normally write a text file directly in the testbench)Modelsim). My last post gave some read/write examples. a direct method is this: in your code open a file then you just write each data sample(on the clk for example) to a line then from line to file, then close the simulator to flush the file. --- Quote End --- Sorry, I also have a problem with my simulation waveform. I dont know whether it has to do with the settings. Whenever I try to simulate my VHDL codes, their waveforms dont follow the clock accordingly , even if the codes are well written. Sometimes I get some glitches in them. In the case of a counter, the three counts values are shown properly, but the next ones are unreadable. What could be the problem ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Without seeing the code, your problem doesnt make alot a sense.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There appears to be nothing wrong with this code.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page