prep2_2.sdc
来自「多个Verilog和vhdl程序例子」· SDC 代码 · 共 10 行
SDC
10 行
# Request that the Port "SEL" use an IBT pad type
define_attribute SEL orca_padtype "IBT"
# Tell Foundary that register should be close to the pad for all bits of a bus
define_attribute {DATA0[7:0]} dout ""
# Assign pad type to 2 bits of an 8 bit bus
define_attribute {DATA1[3]} orca_padtype "IBT"
define_attribute {DATA1[7]} orca_padtype "IBT"
# Assign pad type to all bits of an 8 bit bus
define_attribute {DATA2[7:0]} orca_padtype "IBTPD"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?