Altera_Forum
Honored Contributor
14 years agoUsing sopc_builder in command line
There is a quite complex SOPC design that I'd like to build using command line tools. The GUI flow is working.
One route is to convert it to Qsys. Well, there are too many incompatibilities, and I ruled out this option. Running a simple "sopc_builder" with --refresh and --generate options doesn't work either. So I started analyzing the log produced by SOPC builder GUI and do the same in a script. I've seen lots of quartus_map commands with undocumented parameters, such as "not_a_project" and "generate_hdl_interface" that write results to /tmp directory on my Linux server. I've seen several calls to Java executables. Still, after all that effort, I cannot generate a .qip file given a .sopc input. The log indicates that there is no error. But I suspect there are some missing steps that are not reflected in the GUI logs. I'd appreciate any suggestion on how to proceed. Thanks, Evgeni