axi_interconnect_1.xdc

来自「定制简单LED的IP核的设计源代码」· XDC 代码 · 共 9 行

XDC
9
字号
set_false_path -quiet -through [get_pins -hierarchical -match_style ucf "*/INTERCONNECT_ARESETN"]
set_false_path -quiet -to [get_cells -hierarchical -match_style ucf "*_resync*"]
set_false_path -quiet -to [get_cells -hierarchical -match_style ucf "*clock_conv_inst/*asyncfifo_*/*mem/*dout_i_reg*"]
set_false_path -quiet -from [get_cells -hierarchical -match_style ucf "*clock_conv_inst/*asyncfifo_*/wr_pntr_gc*"]
set_false_path -quiet -from [get_cells -hierarchical -match_style ucf "*clock_conv_inst/*asyncfifo_*/rd_pntr_gc*"]
set_false_path -quiet -from [get_cells -hierarchical -match_style ucf "*clock_conv_inst/*asyncfifo_*/*clkx/wr_q*"]
set_false_path -quiet -from [get_cells -hierarchical -match_style ucf "*clock_conv_inst/*asyncfifo_*/*clkx/rd_q*"]
set_false_path -quiet -from [get_cells -hierarchical -match_style ucf "*clock_conv_inst/*async_conv_reset*"]

⌨️ 快捷键说明

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