aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-waves.adb
diff options
context:
space:
mode:
authorJonsba <jonasb@tranquille.ch>2016-08-03 07:02:50 +0200
committertgingold <tgingold@users.noreply.github.com>2016-08-03 07:02:50 +0200
commit2a59efdd6dfbebd18394d76a13fc8f90e2f49f32 (patch)
tree65e912db555a032eed0b078cf2528273d6009435 /src/grt/grt-waves.adb
parent3c83e47c98bc9e58ca2c231a5b24c3639018c9cc (diff)
downloadghdl-2a59efdd6dfbebd18394d76a13fc8f90e2f49f32.tar.gz
ghdl-2a59efdd6dfbebd18394d76a13fc8f90e2f49f32.tar.bz2
ghdl-2a59efdd6dfbebd18394d76a13fc8f90e2f49f32.zip
Extend wave option to VCD and FST #128
* The wave option file support is extended to VCD and FST waves There are still current issues which are described in the header TODO section of grt-fst.adb and grt-vcd.adb.
Diffstat (limited to 'src/grt/grt-waves.adb')
-rw-r--r--src/grt/grt-waves.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/grt/grt-waves.adb b/src/grt/grt-waves.adb
index 11caef838..db8cf9174 100644
--- a/src/grt/grt-waves.adb
+++ b/src/grt/grt-waves.adb
@@ -940,8 +940,8 @@ package body Grt.Waves is
return;
end if;
- Wave_Elem_Child := Get_Cursor (Avhpi_Get_Base_Name (Decl), Wave_Elem,
- Is_Signal => True);
+ Wave_Elem_Child := Get_Cursor
+ (Avhpi_Get_Base_Name (Decl), Wave_Elem, Is_Signal => True);
if Is_Displayed (Wave_Elem_Child) then
case Vhpi_Get_Kind (Decl) is
when VhpiPortDeclK