Gast
#1492819
Hi zusammen, verwende tkcon v2.4 Versuche derzeit folgendes tcl-Skript auszuführen: http://www.ht-lab.com/freeutils/date2hdl/date2hdl.html Folgende Eingaben versuche ich: 1. tclsh date2hdl test.vhd test2.vhd Fehlermeldung: can't find package _teapot_ while executing "package require __teapot__" 2. wish date2hdl test.vhd test2.vhd Fehlermeldung: couldn't read file "date2hdl: no such file or directory 3. source date2hdl.tcl (im tcl-File : set debug 1) Date2HDL version 0.1 WWW.HT-LAB.COM Useage : Date2HDL <source_filename> <destination_filename> Example: Date2HDL top.vhd top_date.vhd Example: Date2HDL main.v mainsynth.v HDL Type=aVerilog Date: 23 -> 10111 Date: 11 -> 01011 Date: 09 -> 01001 Date: 1011110111001 couldn't open "": no such file or directory couldn't open "": no such file or directory Kann mir jemand sagen, wie man das tcl-File richtig ausführt ? vielen DAnk. MfG, Micha