Forum Discussion
Altera_Forum
Honored Contributor
11 years agoQsys
I have been tring to generate files using command line using qsys-generate
i.e qsys-generate cup.qsys it reports and error that I must define target ? What does this mean how do I generate sopinfo and qip files from command line2 Replies
- Altera_Forum
Honored Contributor
--- Quote Start --- how do I generate sopinfo and qip files from command line --- Quote End --- You could start with the Tcl script versions I have written. http://www.alteraforum.com/forum/showthread.php?t=45927 You can pass a Tcl script to the command-line quartus tools. Cheers, Dave - Altera_Forum
Honored Contributor
To avoid problems like this, I usually generate Qsys using GUI first, and then copy-and-paste the entire "qsys-generate" command and its parameters from the log window.
Thanks, Evgeni