Hallo, ich versuche gerade per xtclsh automatisch ein Projekt zu generieren. Das tcl-skript sieht in etwa so aus:
1 | project new test.xise |
2 | project open test.xise |
3 | lib_vhdl new test_lib; |
4 | 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?