TA的每日心情 | 开心 2022-1-29 15:07 |
---|
签到天数: 2 天 [LV.1]初来乍到
|
EDA365欢迎您登录!
您需要 登录 才可以下载或查看,没有帐号?注册
x
我的一个工程里有四个verilog文件,程序里都用到了系统时钟clk 20Mhz , 现在我不想换晶振 ,想通过FPGA的锁相环倍频使clk 变为40MHZ 使用,需要在四个文件里都进行pll调用么?
9 B) j9 @% c5 X0 A* l可是我如果在这四个文件里都调用的话 会出现这个错误,
( D% W, M+ J2 j" TError: 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# x4 C* v8 P( T/ s( D
Info: 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 clkout! C+ V! S( s* S
提示 clko已经使用过了~~(clko为FPGA锁相环输入时钟,即是clk)
8 Q% q- G, Q% M ~就是锁相环倍频的时钟怎么当全局时钟用: f8 N4 p5 @) I% O
|
|