⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 prep2_2.sdc

📁 多个Verilog和vhdl程序例子
💻 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 + -