Forum Discussion
Altera_Forum
Honored Contributor
9 years agoqsys-edit use in a script
I want to create a script that processes a qsys file without any windows being opened or interaction with qsys tool. I thought perhaps a command line (in Linux) of qsys-edit myqsysfile....
Altera_Forum
Honored Contributor
9 years agoWith "qsys-script" you are able to modify the qsys system without using gui.
I guess this is what you want: "qsys-generate --synthesis=VERILOG file.qsys" to generate hdl from .qsys script based.