📄 prep2_2.sdc
字号:
# The following property will prevent
# Synplify from putting an HCLKBUF
# on the CLK port.
# A CLKINT will still be inserted on
# The reset line.
define_attribute CLK syn_noclockbuf 1
# Also set a high fanout limit for the clock
# so Synplify will not but a data buffer on
# the CLK line.
define_attribute CLK syn_maxfan 999
# Now for timing constraints
define_output_delay {DATA0[0]} 10.0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -