- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all
I know how to use a tcl command for retrieving a timing report from Quartus. For example: report_timing -from_clock { clk1 } -to_clock { clk2 } -from {reg1} -to {reg2} -setup -npaths 10 -detail full_path My question is: is it possible to use a tcl command to also export the waveform as a png/bmp file? It can be done from within the Quartus GUI, but is it possible to use a tcl command for it? Thanks, MosheLink Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not that I'm aware of. You might try the '-file <name>.html' option. The resulting HTML file might include the waveform, but I tend to doubt it. I haven't actually tried this, but if it does it won't be in BMP or PNG file format.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi jimbo
Thanks for answering. The html generating didn't help. The only thing you get is an html page rather then just an ascii page. But the waveform is not there. Can you think of anything else? Thanks, Moshe- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Nope. Looks like you'll just have to use the GUI for this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- My question is: is it possible to use a tcl command to also export the waveform as a png/bmp file? It can be done from within the Quartus GUI, but is it possible to use a tcl command for it? --- Quote End --- In the document I posted here: http://www.alteraforum.com/forum/showthread.php?t=31457 Figure 4,5,6: I used print screen (ctrl-alt-print screen) and then cropped out the waveform or image. Figures 19-21: I used Tcl to create .SVG (XML) waveforms. Cheers, Dave

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