Altera_Forum
Honored Contributor
15 years agoSOPC builder command line
Hello,
I'm trying to create a makefile for my project. This makefile should also regenerate the SOPC system. However when I try the following command (windows xp, cygwin): "sopc_builder --generate --classic avalon_if.ptf" the "avalon_if.vhd" and the "sdram_0.vhd" files are generated but not the other components (PCI bridge, irq controller...). There is a big difference is the output of the SOPC builder gui and the command line output: The command line output starts with: "mk_custom_sdk starting" The GUI starts with: "info: pci_compiler_0: Instantiating pci_mt32 MegaCore function." The gui must be doing something before the actual system generation but what and how can I do this via the command line? thanks, Jo