Altera_Forum
Honored Contributor
15 years agoCreating clock sources in SOPC Builder
Hello,
Does anyone have experience in creating clock sources from custom components in SOPC Builder? I'm creating a clock source in my own Verilog code which I then interface to SOPC Builder using an Avalon MM master port. In addition to the master port, my custom component also has a clock source which I generate in my code. I've followed all the instructions in the online training about generating a clock source using component editor but I find that whilst SOPC Builder recognises my clock source, it doesn't assign a frequency to it and I don't see any way I can do that manually. So, when I instantiate my SOPC Builder system in Quartus, the tools tell me my source clock has no driver (this isn't true - I generate the clock in Verilog in my custom component in SOPC Builder). Can anyone shed any light?