prep2_2.sdc
来自「多个Verilog和vhdl程序例子」· SDC 代码 · 共 8 行
SDC
8 行
# Put a scalar signal on a pad location 159
define_attribute SEL altera_chip_pin_lc "@159"
# Assign pad locations to all bits of a bus
define_attribute {DATA0[7:0]} altera_chip_pin_lc "@120,@121,@122,@123,@124,@125,@126,@127"
# Assign pad locations to 2 bits of an 8 bit bus
define_attribute {DATA1[3]} altera_chip_pin_lc "@113"
define_attribute {DATA1[7]} altera_chip_pin_lc "@117"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?