Skip to content

Commit

Permalink
Always adding GTKWave flags such that the names exists in args
Browse files Browse the repository at this point in the history
  • Loading branch information
kraigher committed Jun 9, 2015
1 parent 1b7f043 commit c38cf28
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vunit/ghdl_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ def add_arguments(parser):
"""
Add command line arguments
"""
has_gtkwave = find_executable('gtkwave')
if not has_gtkwave:
return
group = parser.add_argument_group("ghdl",
description="GHDL specific flags")
group.add_argument("--gtkwave", choices=["vcd", "ghw"],
Expand Down

0 comments on commit c38cf28

Please sign in to comment.