create_generated_clock加-combinational

-combinational英文示意- Specifies that the source latency paths for this type of generated clock only includes the logic where the master clock propagates along combinational paths. The source latency paths will not flow through sequential element clock pins, transparent latch data pins, or the source pins of other generated clocks.

-combinational中文翻译:

"指定这种类型的generated_clock的source latency只包括主时钟通过组合逻辑传播的路径。source latency不会通过以下几种情况:

  • 时序元件的时钟引脚,
  • 透明锁存器的数据引脚,
  • 其他 generated_clock的源引脚。"

简而言之,source latency只计算主时钟在组合逻辑中的传播时间,而不会包含任何经过时序元件(如触发器或锁存器)或其他派生时钟的路径。

相关推荐
老陈头聊SEO1 天前
人工智能优化SEO关键词的实战策略
其他
echoarts1 天前
MATLAB R2025a安装配置及使用教程(超详细保姆级教程)
开发语言·其他·matlab
草莓熊Lotso1 天前
PyCharm 从入门到高效:安装教程 + 快捷键速查表
开发语言·ide·经验分享·笔记·其他
瑞惯科技2 天前
双轴倾角传感器厂家与物联网角度传感器应用全解析
其他
matlab_xiaowang3 天前
【2025】Notepad++安装教程保姆级一键安装教程(附安装包)
其他·notepad++
电帮主3 天前
什么是防逆流电能表?深度解析如何实现防逆流
其他
algonaut3 天前
adobe acrobat 安装到使用再到PDF编辑【适合小白,只看一篇就够!!!】
java·开发语言·其他·pdf
瑞惯科技4 天前
物联网双轴倾角传感器厂家全面解析
其他
TGC达成共识4 天前
年轻教师开学焦虑破解:从心出发,重构健康工作生活新秩序
人工智能·科技·其他·安全·重构·生活·风景
草莓熊Lotso4 天前
【C++】详解形参和实参:别再傻傻分不清
c语言·开发语言·c++·经验分享·笔记·其他