Abstract
無法在SignalTap II觀察reg與wire,主要都是因為被Quartus II優化的關係,在Quartus II簡單的設定,就能增加SignalTap II能觀察的數量。

Introduction
使用環境:Quartus II 8.0

(原創) 如何使用SignalTap II觀察reg與wire值? (SOC) (Verilog) (Quartus II) (SignalTap II)中,我透過synthesis attribute強制指定Quartus II對某個reg與wire不加以優化,以方便SignalTap II觀察,雖然可行,但必須改code是其缺點,若能在Quartus II透過設定的方式,就能在SignalTap II觀察到reg與wire,是比較方便的方式。

Using SignalTap II Embedded Logic Analyzers in SOPC Builder Systems這篇paper的p.3提到:

By turning off the Incremental Compilation option, pre-synthesis signals can be added to the SignalTap II ELA in the later sections. Pre-synthesis signals exist after design elaboration but before any synthisis optimations are done. This set of signals should reflect your register transfer level(RTL) signals.


設定方式
Assignments -> Settings : Category : Compilation Process Settings -> Incremental Compilation

(筆記) 如何增加SignalTap II能觀察的reg與wire數量? (SOC) (Quartus II) (SignalTap II) 

See Also
(原創) 如何使用SignalTap II觀察reg與wire值? (SOC) (Verilog) (Quartus II) (SignalTap II)

Reference
Using SignalTap II Embedded Logic Analyzers in SOPC Builder Systems

相关文章:

  • 2021-04-27
  • 2022-12-23
  • 2021-12-21
  • 2022-02-02
  • 2021-09-01
  • 2021-05-19
  • 2022-03-08
  • 2021-12-10
猜你喜欢
  • 2021-06-25
  • 2022-01-07
  • 2021-06-23
  • 2022-12-23
  • 2021-08-23
  • 2021-08-01
  • 2022-01-29
相关资源
相似解决方案