Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20704 Discussions

Quartus II compilation error message for pll clock fan out

Altera_Forum
Honored Contributor II
1,054 Views

Hi, 

 

I'm working on a design. After compilation, I got a message as below. 

 

Error: Net "enet_refclk_125MHz", which fans out to "test_clk_1", cannot be assigned more than one value 

Error: Net is fed by "altlvds_tx_top:altlvds_tx_top|tx_coreclock" 

Error: Net is fed by "pll_125:pll_125|c0" 

 

This is a message for the pll clock fan out. How to fix it?  

 

Thanks you. 

 

Peter
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
288 Views

It seems that you have fed your clock from two different sources. Feed it by one source or use a clock control core for supplying it with several clocks.

0 Kudos
Altera_Forum
Honored Contributor II
286 Views

Hi msj, 

 

Thanks for your answer. After receiving your comment, I've tried to check my code, 

there was an error that I connected enet_refclk_125MHz to an output port of anther  

module too. The message was misleading me to a problem of the clock fan outs. 

It is solved now. 

 

Thank you! 

 

Peter Chang
0 Kudos
Reply