Using Advanced Dataflow

The Advanced Dataflow window is a powerful tool that allows designers to explore the connectivity of an active design and analyze dataflow among instances, concurrent statements, signals, nets, and registers during simulation. The hierarchical, flat, or gray dataflow diagram displayed by the Advanced Dataflow Viewer may be especially helpful while tracing events propagating through the entire project and identifying those that may be potential sources of unexpected output values.

This document shows how to use advanced dataflow using one of our sample designs Freq_meter.

Advanced Dataflow

To open the design, go to File | Open workspace/design explorer and choose Freq_meter under Active-HDL/samples/VHDL_Designs. After opening the design, go to the test bench folder and set the testbench (entity/architecture) pair as the top level, as shown in Figure 1.

Figure 1

Before initializing simulation and adding signals to advanced dataflow, there are some settings that need to be done. Go to Tools | Preferences | Advanced Dataflow and choose the following settings (Figure 2). Make sure to check the Generate data for Advanced Dataflow as it is required for advanced dataflow to work successfully.

Figure 2

Initialize the simulation. In the Structures tab in the Design Browser tab, select freq_top and choose GATE signal from the bottom window. Right click and choose Add to Advanced Dataflow as in Figure 3.

Figure 3

An advanced dataflow window will appear which will have the GATE signal in the flat mode as shown in Figure 4.

Figure 4

There are three modes of view in Advanced Dataflow:

  1. Hierarchical

  2. Flat

  3. Gray

The user can switch between flat mode and hierarchical mode using the icon. Turning on the hierarchical mode for the above selected gate signal in the advanced dataflow will display the following diagram (Figure 5) where UUT/U0 and cnt_bcd are connected using the GATE signal from the top-level unit under test.

Figure 5

The Gray mode is particularly helpful to distinguish items being traced and make them easy to recognize especially on large dataflow diagrams in complex designs. The gray mode can be turned on using the icon. After turning the gray mode ON, choose LED_A and right click and choose X-way. This will gray out all other blocks and only the blocks that are traced will be highlighted in blue, as shown in Figure 6.

Figure 6

Choosing a particular signal in the advanced dataflow window and right clicking, the user can choose one among many options as below to explore connectivity of a simulation model and trace events propagating through the entire project (Figure 7).

Figure 7

The advanced dataflow window is also tightly integrated to other windows like the structures tab, waveform window and the HDL editor. To view the source code of a particular object, the view source can be used. To add an object from the advanced dataflow to the waveform window, add to waveform window can be used.

The same applies to selecting an object in the HDL Editor, Block or State Diagram Editor, legacy Waveform Viewer/Editor, Processes, or Watch window and choosing the Add to Advanced Dataflow pop-up menu command, Add to Advanced Dataflow or Add to Advanced Dataflow Recursively commands from the toolbar.

Advanced Dataflow Trace

Regardless of the selected working mode, the advanced Dataflow window is always synchronized with a dockable toolbox - advanced Dataflow Trace. The advanced Dataflow Trace option is designed for:

To open the advanced Dataflow Trace toolbox, choose the View Trace option from the advanced Dataflow menu or click the toolbar button . The figure below shows the advanced Dataflow Trace toolbox after selecting LED_C output (Figure 9).

Figure 9

Both windows are synchronized, which means that the selection of a signal in the Advanced Dataflow window provides details on its name, type, value, or a hierarchy path within the design in the Advanced Dataflow Trace toolbox. Similarly, clicking the link brings up the view in the Advanced Dataflow window with the focus set on the selected design object.

The user can run the simulation for a particular time and see the values change on the advanced dataflow dynamically. Go to the console window and type run 20us. The change in GATE value can be observed in the advanced dataflow window below. This is very helpful in debugging the design to see what values are produced during the current simulation time (Figure 10).

Figure 10



Printed version of site: support.aldec.com/en/support/resources/documentation/articles/1174