hdlc_recv.sdc

来自「hdlc_receive_code.rar」· SDC 代码 · 共 52 行

SDC
52
字号
#################################################################### Created by write_script -format dctcl on Fri Apr 18 14:00:36 2008#################################################################### Set the current_design #current_design hdlc_recvset_operating_conditions slow -library slowset_wire_load_mode enclosedset_wire_load_model -name ForQA -library slowset_max_area 0set_driving_cell -lib_cell POL8W [get_ports ihdlc_RXD]set_driving_cell -lib_cell POL8W [get_ports ihdlc_RESET]set_dont_touch_network [get_ports ihdlc_RXCLK]set_load -pin_load 33.55 [get_ports {ohdlc_TXD[7]}]set_load -pin_load 33.55 [get_ports {ohdlc_TXD[6]}]set_load -pin_load 33.55 [get_ports {ohdlc_TXD[5]}]set_load -pin_load 33.55 [get_ports {ohdlc_TXD[4]}]set_load -pin_load 33.55 [get_ports {ohdlc_TXD[3]}]set_load -pin_load 33.55 [get_ports {ohdlc_TXD[2]}]set_load -pin_load 33.55 [get_ports {ohdlc_TXD[1]}]set_load -pin_load 33.55 [get_ports {ohdlc_TXD[0]}]set_load -pin_load 33.55 [get_ports ohdlc_TXCLK]set_load -pin_load 33.55 [get_ports {ohdlc_TXDS[2]}]set_load -pin_load 33.55 [get_ports {ohdlc_TXDS[1]}]set_load -pin_load 33.55 [get_ports {ohdlc_TXDS[0]}]set_max_capacitance 1 [get_ports ihdlc_RXD]set_max_capacitance 1 [get_ports ihdlc_RESET]set_max_fanout 15 [get_ports ihdlc_RXD]set_max_fanout 15 [get_ports ihdlc_RESET]set_max_transition 1 [get_ports ihdlc_RXD]set_max_transition 1 [get_ports ihdlc_RESET]create_clock [get_ports ihdlc_RXCLK]  -period 50  -waveform {0 30}set_input_delay -clock ihdlc_RXCLK  -max 5  [get_ports ihdlc_RXD]set_input_delay -clock ihdlc_RXCLK  -max 5  [get_ports ihdlc_RESET]set_output_delay -clock ihdlc_RXCLK  -max 5  [get_ports {ohdlc_TXD[7]}]set_output_delay -clock ihdlc_RXCLK  -max 5  [get_ports {ohdlc_TXD[6]}]set_output_delay -clock ihdlc_RXCLK  -max 5  [get_ports {ohdlc_TXD[5]}]set_output_delay -clock ihdlc_RXCLK  -max 5  [get_ports {ohdlc_TXD[4]}]set_output_delay -clock ihdlc_RXCLK  -max 5  [get_ports {ohdlc_TXD[3]}]set_output_delay -clock ihdlc_RXCLK  -max 5  [get_ports {ohdlc_TXD[2]}]set_output_delay -clock ihdlc_RXCLK  -max 5  [get_ports {ohdlc_TXD[1]}]set_output_delay -clock ihdlc_RXCLK  -max 5  [get_ports {ohdlc_TXD[0]}]set_output_delay -clock ihdlc_RXCLK  -max 5  [get_ports ohdlc_TXCLK]set_output_delay -clock ihdlc_RXCLK  -max 5  [get_ports {ohdlc_TXDS[2]}]set_output_delay -clock ihdlc_RXCLK  -max 5  [get_ports {ohdlc_TXDS[1]}]set_output_delay -clock ihdlc_RXCLK  -max 5  [get_ports {ohdlc_TXDS[0]}]set_clock_latency 1  [get_ports ihdlc_RXCLK]set_clock_uncertainty 3  [get_ports ihdlc_RXCLK]

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?