Altera_Forum
Honored Contributor
20 years agoalt_sys_init
I have made my own sopc component. I have also written an device driver to that component. I have also included the rigth file to /HAL/inc, /HAL/src and src/ under the SOPC builder. I then create an new prosject in nois2 ide. When I compile it, the compiler find the device driver files. But the *INIT and *INSTANCE is not included in alt_sys_init. How does I do that?.
I have tried to copy the /HAL/inc, /HAL/src and src/ to own folder under altera\quartus51\sopc_builder\components folder. But that doesent seems to help. I have also tried to copy the same files to the project directory in nios2 ide.