在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 1184|回复: 6

[求助] 为什么让generated clock的pin和 source 的pin是一个点?

[复制链接]
发表于 2023-3-17 10:21:30 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x

                               
登录/注册后可看大图

请问下面定义MUX输入端的生成时钟时,为什么让generated clock的pin和 source 的pin是一个点(红色标出部分)?既然是一个pin了还加个-combinational 干啥?


考虑到选择器之前各个时钟间有crosstalk,选择器之后没有crosstalk,所以声明如下:
Create_clock  -period  10 CLK
#####define divide_by_2,divide_by_4 clocks
Create_generated_clock  -name CLKdiv2  -divide_by_2  FFdiv2/Q  -source  FFdiv2/CK
Create_generated_clock  -name CLKdiv4  -divide_by_4  FFdiv4/Q  -source  FFdiv4/CK
#####create clocks arriving at MUX inputs
Create_generated_clock  -name CLK_mux  -combinational UMUX/A  -source UMUX/A
Create_generated_clock  -name CLKdiv2_mux  -combinational UMUX/B -source UMUX/B
Create_generated_clock  -name CLKdiv4_mux  -combinational UMUX/C -source UMUX/C
#####define clock at FFdiv3
Create_generated_clock  -name CLK_mux_div3  -divide_by 3 -source FFdiv3/CK  -master CLK_mux  -add
Create_generated_clock  -name CLKdiv2_mux_div3  -divide_by 3 -source FFdiv3/CK  -master CLKdiv2_mux  -add
Create_generated_clock  -name CLKdiv4_mux_div3  -divide_by 3 -source FFdiv3/CK  -master CLKdiv4_mux  -add
####apply physical exclusivity
Set_clock_groups  -physically_exclusive  
-group {CLK_mux  CLK_mux_div3}  \
-group {CLKdiv2_mux  CLKdiv2_mux_div3}  \
-group {CLKdiv4_mux  CLKdiv4_mux_div3}



发表于 2023-3-21 12:57:28 | 显示全部楼层
When you create the generated clock using the -combinational option,  there must be a valid path for propagating the rise and fall edges of master clock to the generated clock source pin and the source latency paths for this type of generated clock only includes the logic where the master clock propagates
发表于 2023-3-21 16:24:28 | 显示全部楼层


simplo 发表于 2023-3-21 12:57
When you create the generated clock using the -combinational option,  there must be a valid path for ...


man了一下没太看懂,-combinational的意思是?

-combinational # Consider only combinational paths for latency (bool, optional)
 楼主| 发表于 2023-3-24 11:03:36 | 显示全部楼层


xingyun666666 发表于 2023-3-21 16:24
man了一下没太看懂,-combinational的意思是?

-combinational # Consider only combinational paths fo ...


就是 generated clock pin和他的source pin必须有组合逻辑关系
 楼主| 发表于 2023-3-24 11:04:28 | 显示全部楼层


jiaosir003 发表于 2023-3-24 11:03
就是 generated clock pin和他的source pin必须有组合逻辑关系


但是这个教程命令里把generated clock pin和他的source pin定义成了一个pin,所以不理解
 楼主| 发表于 2023-3-24 11:05:45 | 显示全部楼层


xingyun666666 发表于 2023-3-21 16:24
man了一下没太看懂,-combinational的意思是?

-combinational # Consider only combinational paths fo ...


但是这个教程命令里把generated clock pin和他的source pin定义成了一个pin,所以不理解
发表于 2023-3-27 09:16:38 | 显示全部楼层


xingyun666666 发表于 2023-3-21 16:24
man了一下没太看懂,-combinational的意思是?

-combinational # Consider only combinational paths fo ...


Xilinx

-combinational:
The sourcelatency paths for this type of generated clock only include the logic where themaster clock propagates.
The sourcelatency paths do not flow through sequential element clock pins, transparentlatch data pins, or source pins of other generated clocks.
This optionis not intended to be used with logic that manipulates the clock, such as CMB(Clock Modifying Block).
-divide_by:
-divide_byarg - (Optional) Divide the period of the master clock by the specified valueto establish the period of the generated clock object.

您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /2 下一条

小黑屋| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-5-23 13:58 , Processed in 0.029552 second(s), 7 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表