赞
踩
.v | |
---|---|
( * mark_debug = “true” * ) input [x:x] xxxxx; | |
( * mark_debug = “true” * ) reg[x:x] xxxxx; | |
如果没有input/output ,只有reg/wire 那就只在reg/wire前添加标记 | |
![]() | |
![]() |
.vhd | |
---|---|
signal xxxxx:std_logic_vector (23 downto 0); | |
attribute mark_debug : string; | |
attribute mark_debug of xxxxxx : signal is “true”; |
进行第2步时,注意时钟一定要是自己设置的时钟,内部自己生成的时钟会报错
The debug hub core was not detected, Dropping logic with cellname:‘xxxxxx’
在完成比特流生成之后注意到xxx.runs的文件夹中的这两个文件
在确保已开启FPGA的情况下,Open Target
①Auto connect
②program device
③如果已有波形需要更新就选refresh device
多次点击“》”,直到出现想要观察的波形
波形查看 | |
---|---|
ctrl+鼠标滚轮:放大/缩小波形(横向) | |
shift+鼠标滚轮:左移/右移波形 |
点击芯片名称,可以对.bit文件 / .tlx文件编译
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。