prep2_2.sdc
来自「多个Verilog和vhdl程序例子」· SDC 代码 · 共 7 行
SDC
7 行
# Assign a location for scalar Port "SEL".
define_attribute SEL xc_loc "C13"
# Assign a pad location to all bits of a bus.
define_attribute {DATA0[7:0]} xc_loc "P14, P12, P11, P5, P21, P18, P16, P15"
# assign a fast output type to the pad
define_attribute {DATA0[5]} xc_fast 1
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?