Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHow about compiling SOPC builder on command line
hi
I have created several FPGA system. creating NiosII system sometime. I studied how to compile FPGA system on command line. so I don't need to open QuartusII for recompiling the project. but,I still need to compile SOPC system on the GUI. does anyone know how to compile sopc builder on command line. thanks.2 Replies
- Altera_Forum
Honored Contributor
Use the --generate flag.
See "sopc_builder --help" for more details - Altera_Forum
Honored Contributor
thanks a lot.
I'll try.