IP cores for vendor-agnostic design probing (KB4)

Published: February 27, 2026

Highlights the [use of templates for signal-level debug outside of vendor IDE’s]{.mark}.

Model and source code file pointers: in [1] _mdl/IexWdbeMdl_wskd.xlsx, fpgawskd/zuvsp/Memtrack.vhd; in [2] wzskcmbd/gbl/JobWzskAcqMemtrack.{h/cpp}, wzskcmbd/CrdWzskHwc/PnlWzskHwcDebug.{h/cpp}

This deep-dive covers the use of Whiznium for a topic that oftentimes implies unnecessary vendor lock-in: live probing of an FPGA design. The module templates gptrack_Easy_v1_0 (general purpose signals) and fsmtrack_Easy_v1_0 (FSM states) serve this purpose.

image1.png

Figure 1: GTKWave displaying AXI4 full handshake signals for DDR memory write-then-read at each end-of-line of Example III

To track the relevant AXI4 full signals during DDR memory operations, gptrack_Easy_v1_0 is instantiated as memtrack. In the module parameter section of the IexWdbeMdl model file entry, the capture signal clock, capture / trigger signal identifiers and the sequence buffer size are specified. Based on the vendor- and CPU-host-interface-agnostic IP core, then a customized version is generated which is accessible through commands and buffer transfers from the CPU side. A single instance captures up to 15-bit wide data with registered inputs, and it also features compressed storage for periods during which none of the signals change.

General-purpose signal tracking

In the

FSM state tracking

CPU-side elements

As in previous examples, a pre-defined WhizniumSBE capability is used for buffer read-out, .vcd file generation and storage. The corresponding control panel PnlWzskHwcDebug is shown at the bottom right of Figure 10. It instantiates JobWzskAcqMemtrack as sub-job which in turn interacts with the FPGA subsystem via JobWzskSrc*vsp using a trigger / poll loop. Finally, Figure 11 displays a waveform captured on an AMD MPSoC system in an industry-standard tool.

The capability, currently limited to acquiring the track of a single module at a time, results in an interactive