大卫,我把我的所有ILA约束放在一个XDC文件中,我启用和禁用它以启用和禁用ILA作为一个整体。在ILA连接点我给出了通用名称,所以我可以在XDC文件中get_nets它们,找到它们
长度并根据需要设置它们。
这是看起来如何:
create_debug_port $ ILA probeset VIO [get_nets mFPGA / rVioB *] set_property port_width [llength $ VIO] [get_debug_ports $ ILA / probe1] connect_debug_port $ ILA / probe1 $ VIO
如果我想完全删除探针的输入但保留探针,我只需给探针一个恒定的输入.Daniel
以上来自于谷歌翻译
以下为原文
Hello David,
I put all of my ILA constraints in one XDC file, which I enable and disable to enable and disable ILA as a whole.
At the ILA hookup points I give common names so I can get_nets them in the XDC file, find their lengths and set them as appropriate. Here is how that looks:
create_debug_port $ILA probe
set VIO [get_nets mFPGA/rVioB*]
set_property port_width [llength $VIO] [get_debug_ports $ILA/probe1]
connect_debug_port $ILA/probe1 $VIO
If I want to completely remove the input to a probe but keep the probe, I just give the probe a constant input.
Daniel
大卫,我把我的所有ILA约束放在一个XDC文件中,我启用和禁用它以启用和禁用ILA作为一个整体。在ILA连接点我给出了通用名称,所以我可以在XDC文件中get_nets它们,找到它们
长度并根据需要设置它们。
这是看起来如何:
create_debug_port $ ILA probeset VIO [get_nets mFPGA / rVioB *] set_property port_width [llength $ VIO] [get_debug_ports $ ILA / probe1] connect_debug_port $ ILA / probe1 $ VIO
如果我想完全删除探针的输入但保留探针,我只需给探针一个恒定的输入.Daniel
以上来自于谷歌翻译
以下为原文
Hello David,
I put all of my ILA constraints in one XDC file, which I enable and disable to enable and disable ILA as a whole.
At the ILA hookup points I give common names so I can get_nets them in the XDC file, find their lengths and set them as appropriate. Here is how that looks:
create_debug_port $ILA probe
set VIO [get_nets mFPGA/rVioB*]
set_property port_width [llength $VIO] [get_debug_ports $ILA/probe1]
connect_debug_port $ILA/probe1 $VIO
If I want to completely remove the input to a probe but keep the probe, I just give the probe a constant input.
Daniel
举报