LOC的使用

LOC的使用

1、synthesisànetlistà找到目标cell并选中,右击àCell Properties,如下图:

 LOC的使用_第1张图片

2、复制“Name”后面的内容,这个是Cell的名字,等会LOC约束会用到;

3、依次点击“WindowàDevice”打开device窗口,在窗口里找到Cell理想的位置,如下图(左);选中理想的site后,在左侧的Site Properties窗口里面的“Name”选项后面就是该Site的代号,如下图(右)。

LOC的使用_第2张图片

 4、LOC约束语法:

         set_property LOC “Site” [get_cells “Name of cell”]

5、本例中最终的LOC约束为:

set_property LOC IN_FIFO_X0Y7 [get_cells *******/*******/*******/in_fifo_inst_0]

end///

你可能感兴趣的:(fpga,约束,fpga)