Datum:
Hallo, ich versuche gerade per xtclsh automatisch ein Projekt zu generieren. Das tcl-skript sieht in etwa so aus:
project new test.xise project open test.xise lib_vhdl new test_lib; xfile add test.vhd -lib_vhdl test_lib |
Das Projekt wird auch problemlos erstellt und ich bekomme die Meldung, dass das file zur lib hinzugefügt wurde. Wenn ich das Projekt dann allerdings mit ISE öffne, ist es leer - weder file noch lib sind zu finden. Was mache ich falsch?
Datum:
Hat sich erledigt :-) Am Ende muss noch ein "project close" stehen.