会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
dapengzzz
博客园
首页
新随笔
联系
管理
订阅
2025年5月30日
常用SDC 约束
摘要: 常用sdc 指令: 时钟类: create_clock -name XXX -period xxx [get_port xxx] -add create_generated_clock -add -name xxx -source xxx -master_clock xxx -divide_by x
阅读全文
posted @ 2025-05-30 19:43 向前走向钱看
阅读(48)
评论(0)
推荐(0)
2024年6月26日
pt_shell 指令——get_timing_path
摘要: get_timing_path 为report timing 的指令, 常用参数: -from -to -through -delay_type -nworst worst 的个数,默认值1; -max_paths max_path_cnt,默认1; -start_end_type 四中时序类型,r
阅读全文
posted @ 2024-06-26 17:22 向前走向钱看
阅读(993)
评论(0)
推荐(0)
pt_shell 指令——report_timing
摘要: report_timing 用来report timing: 参数在pt_shell 中通过man report_timing 得到,常用参数: -from -to -through -physical 报告中有location; -path_type full_clock_e full_clock
阅读全文
posted @ 2024-06-26 14:28 向前走向钱看
阅读(2107)
评论(0)
推荐(0)
2024年6月7日
windows 小技巧
摘要: PDF 阅读,链接查看后回退:Alt+←。
阅读全文
posted @ 2024-06-07 14:28 向前走向钱看
阅读(11)
评论(0)
推荐(0)
2024年6月3日
perl
摘要: 传参 $csv = $ARGV[0]; 多个文件可以对应[1] [2] ... 读取文件 open (file,"<$csv"); while ($line = ){ if ($line =~ /.../) {...} } 3.return return每次只能返回一个变量,如果sub中 retur
阅读全文
posted @ 2024-06-03 14:07 向前走向钱看
阅读(28)
评论(0)
推荐(0)
公告