限制DCM的最简单方法可能是使用布局规划器。
但是,如果你
知道你想要他们的位置(即在没有给你这个错误的良好运行之后,看看在哪里
他们结束了)你可以添加行到ucf文件,如:
COMP“RTDL_DecoderCLK / DCM_SP_inst”LOC = DCM_X1Y0;
使用布局规划器可以查看输入引脚附近的可用站点。
假设
已经分配了引脚,当您将DCM拖到平面布置视图中时,您将看到
连接到时钟引脚,而且很容易选择附近的DCM网站。
我唯一的原因
通常远离平面布置者,它将其输出写回我整齐的手 -
编辑过的ucf文件,几乎破坏了ucf文件的可读性。
HTH,
的Gabor
- Gabor
在原帖中查看解决方案
以上来自于谷歌翻译
以下为原文
Probably the easiest way to constrain your DCM's is to use the floorplanner. However if you
know where you want them (i.e. after a good run that doesn't give you this error, look where
they ended up) you can just add lines to the ucf file like:
COMP "RTDL_DecoderCLK/DCM_SP_inst" LOC = DCM_X1Y0;
Using the floorplanner allows you to see the available sites near the input pins. Assuming the
pins have already been assigned, when you drag the DCM into the floorplan view you will see the
connection to the clock pin and than it's easy to pick a nearby DCM site. The only reason I
generally stay away from the floorplanner is that it writes its output back to my neatly hand-
edited ucf file and pretty much destroys the readability of the ucf file from that point on.
HTH,
Gabor
-- GaborView solution in original post
限制DCM的最简单方法可能是使用布局规划器。
但是,如果你
知道你想要他们的位置(即在没有给你这个错误的良好运行之后,看看在哪里
他们结束了)你可以添加行到ucf文件,如:
COMP“RTDL_DecoderCLK / DCM_SP_inst”LOC = DCM_X1Y0;
使用布局规划器可以查看输入引脚附近的可用站点。
假设
已经分配了引脚,当您将DCM拖到平面布置视图中时,您将看到
连接到时钟引脚,而且很容易选择附近的DCM网站。
我唯一的原因
通常远离平面布置者,它将其输出写回我整齐的手 -
编辑过的ucf文件,几乎破坏了ucf文件的可读性。
HTH,
的Gabor
- Gabor
在原帖中查看解决方案
以上来自于谷歌翻译
以下为原文
Probably the easiest way to constrain your DCM's is to use the floorplanner. However if you
know where you want them (i.e. after a good run that doesn't give you this error, look where
they ended up) you can just add lines to the ucf file like:
COMP "RTDL_DecoderCLK/DCM_SP_inst" LOC = DCM_X1Y0;
Using the floorplanner allows you to see the available sites near the input pins. Assuming the
pins have already been assigned, when you drag the DCM into the floorplan view you will see the
connection to the clock pin and than it's easy to pick a nearby DCM site. The only reason I
generally stay away from the floorplanner is that it writes its output back to my neatly hand-
edited ucf file and pretty much destroys the readability of the ucf file from that point on.
HTH,
Gabor
-- GaborView solution in original post
举报