我的一个工程里有四个verilog文件,程序里都用到了系统时钟clk 20Mhz , 现在我不想换晶振 ,想通过FPGA的锁相环倍频使clk 变为40MHZ 使用,需要在四个文件里都进行pll调用么? : w3 l/ j3 |& _3 F/ k可是我如果在这四个文件里都调用的话 会出现这个错误, / m/ |6 S7 F+ E- x+ zError: inclk0 port of PLL "Send:U3|pll_40_c1:pll_40_c1_inst|altpll:altpll_component|pll" must be driven by a non-inverted input pin or, in a fast PLL, the output of a PLL " Q8 |! f5 X! u! VInfo: Input port INCLK[0] of node "Send:U3|pll_40_c1:pll_40_c1_inst|altpll:altpll_component|pll" is driven by clkout which is REGOUT output port of Logic cell type node clkout4 B- x2 D0 L1 Q1 m
提示 clko已经使用过了~~(clko为FPGA锁相环输入时钟,即是clk) * G: n0 \& w6 G/ o* h9 b/ h! g就是锁相环倍频的时钟怎么当全局时钟用$ d s1 e; H8 k) O9 N/ u