Altera_Forum
Honored Contributor
20 years agocustom component and system.h
Hi,
I have create some components for SoPC Builder and now I am working on the device drivers. Some of my components serialize datas and I need to setup the output frequency. This frequency is function of the avalon port clock frequency. I see that for custom component, the avalon port clock frequency isn't reported in the system.h file ! For some components like the ALTERA_AVALON_UART, when I create the system library I can find the frequency of the avalon port input clock.#define <component_name>_FREQ 50000000 Someone know how to do that for custom components ? Thanks for any help Fabrice