Forum Discussion
Altera_Forum
Honored Contributor
15 years agoI've never attempted what you're trying. However, my suspicion is that the tools are generating the macro calls in alt_sys_init.c based off of the name of the component rather than the name of the driver.
1 - Double check that everything you've done for your driver is consistent and uses the naming "my_uart ..." rather than "altera_avalon_uart ...". If that doesn't work ... 2 - You may need to actually create a copy of the uart component and rename everything. Jake