往事随风的笔记 https://bbs.21ic.com/?129340 [收藏] [复制] [RSS]

日志

SignalTap 的应用

已有 607 次阅读2008-11-29 09:43 |个人分类:FGPA|系统分类:EDA/PLD| FPGA

SignalTap 的应用


最近发现在用SignalTap 的时候,发现了一些问题。 从网上看到别人说,如果在node finder 里面发现选择 postfit 的信号而在综合时没有选择increment compiling 有时候有些信号会被优化掉。有些道理。引自别的网站。在选择信号时一次只选一种类型的,比如只选择presynthesis 或者design entry.




HTML Code:
   TrigCond 1         TrigCond 2
        |                    |
        V                    V
| ---- Segment 1 -----|     |-- Segment 2 ----|   ...    |---Segment n ----|


Empty samples happens because a trigger condition subsequent to the current one occurs before all of the samples in the current have finished capturing. Let me explain further using the above ASCII diagram.

If SignalTap is acquiring data in Segment 1, and TrigCond1 occurs, it immediately starts evaluating for the occurrance of TrigCond2. SignalTap will try to fill Segment 1 with additional Samples, but if TrigCond2 happens before Segment 1 fills completely, it will start filling up Segment 2. SignalTap II does this because if Segment 1 was forced to fill to completion, it may miss Trigcond 2.


One way around this is to adjust the trigger condition for each buffer in your acquisition sequence. If you expect TrigCond2 to appear immediately or soon after TrigCond1, you can make the trigger position for TrigCond1 closer to the end of the buffer. This way, you can more efficiently use up the sample space in Segment1.

I suggest using the State-based trigger flow control to control the trigger position. Start with the example on page 77 of the SignalTap Chapter and the state based trigger flow section (http://www/literature/hb/qts/qts_qii53009.pdf)


As for the critical warnings, you probably used the post-fit filter when you were adding your signals to SignalTap II. Use the Pre-synthesis filter instead. (This is found in the nodefinder window where you search for your signals). Adding post-fit signals allows you to debug your place-and routed netlist. (take a look at the incremental compilation chapter if you want more details...) Since you're not using incremental compile, your entire design re-synthesizes and re-fits every time you hit compile. If the (post-fit) signals that you add get optimized away for whatever reason during a recompile, it'll show as a grounded signal in SignalTap II. Hence, the critical warning. You were lucky in this case that the signals you picked didn't get optimized away - usually registered signals remain through the compilation process; combinational signals may not fare as well.

 


路过

鸡蛋

鲜花

握手

雷人

评论 (0 个评论)