Altera_Forum
Honored Contributor
13 years agoqsys-script problems
Hello,
Is anyone successfully using the qsys-script tool? It looks like it would be really useful to automate the creation of several similar qsys systems, but I cannot get it to work. Every tcl command I try and issue it says is invalid. For example below I try to output a simple test message (though I get the same errors with create_system etc). I type into the Nios II Command Shell:qsys-script --cmd="send_message INFO testmessage" And I get... 2012.07.30.21:05:30 Info: Doing: <b>qsys-script --cmd=send_message INFO testmessage</b>
2012.07.30.21:05:33 Error: invalid command name "send_message" It seems odd that the info/error messages contain HTML tags. Am I supposed to be running this in a GUI or some other shell/prompt? It doesn't appear to make any difference whether I specify the commands using the --cmd argument or in a script using --script. It looks like this was only added to the Quartus handbook in version 12. I'm currently on 12.0, but I am downloading SP1 to see if that helps. I'm fairly new to tcl scripting, so is there something really obvious I'm missing here? Thanks, Richard.