prep2_2.sdc
来自「多个Verilog和vhdl程序例子」· SDC 代码 · 共 15 行
SDC
15 行
# 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 + =
减小字号Ctrl + -
显示快捷键?