Re: PLOTTING A GRAPH IN TCL
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

Re: PLOTTING A GRAPH IN TCL

From: Adrian Ho <tcl@03s.net>
Date: Thu Feb 16 2006 - 11:34:02 CET

On 2006-02-13, Abbs <abrar_ahmed_313@yahoo.co.in> wrote:
> well, i wana know if i can plot the graph using ModelSim PE. i have to
> verify IP's in HDL n plot a graph for the same. and i was just
> wondering if its possible to plot it using modelSim tool.

I've never used ModelSim, but its comparison chart
<http://www.model.com/products/pdf/datasheets/ModelSimComparisonChart.pdf>
seems to suggest that only the SE version has a Tk runtime, so you
probably won't be able to do any GUI-related stuff within ModelSim PE.

However, you should be able to write a separate Tcl/Tk program to do
the plotting and other GUI stuff. You'd then use comm
<http://wiki.tcl.tk/comm> to have your ModelSim Tcl script call the
appropriate procs in your GUI program.

- Adrian
Received on Sun Apr 30 02:07:30 2006