2.3.2 Enum Display

"alu_func" in figure below shows ALU FUNCTION.
This section describes how to display enum value in WaveformView.
No Additional Verilog source is required to display enum, just select parameter list
 descrived in Verilog-2001coding style on GUI menu.
Load Verilog Project  "alu_test.vtakprj", Go makes following display.

Select "alu_func" in LISTVIEW,and Right-Click

By click, dialog box will appear.

Two lines are displayed.
Select appropriate parameter list.
Double-Click makes jump to Verilog source line.

parameter list

This source is included source in both "alu" and "alu_bench" module as follows.