#103: Develop a script which translates Modelsim.do file into a gtkwave tcl script ------------------------------+--------------------------------------------- Reporter: chitlesh | Owner: akurnya@gmail.com Type: task | Status: new Priority: major | Milestone: EPEL-6 Component: FEL | Version: devel Keywords: modelsim gtkwave | ------------------------------+--------------------------------------------- = bug description = Many opencores projects use modelsim and provide modelsim *.do files, we ought to provide a simple equivalent at least.
= fix recommendation =
create a Tcl script converts modelsim .do files into .do files which GTKwave can understand. The idea in itself is very simple - Ensure that GTKwave can read the same waves as Modelsim would do.
Thus you will need to create a Tcl script, which takes in[[BR]] - as input a Modelsim .do file[[BR]] - and output a Tcl script which GTKwave will read.
It is basically a script which renames Modelsim commands into GTKwave commands. That's it.
== References == * see GTKwaves examples for a possible tcl script