Skip to content

Commit

Permalink
vunit/sim_if/ghdl: GHDL supports VHDL package generics (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor authored Oct 8, 2021
1 parent 6114f04 commit 5756e55
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vunit/sim_if/ghdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,13 @@ def determine_version(cls, prefix):
).group(1)
)

@classmethod
def supports_vhdl_package_generics(cls):
"""
Returns True when this simulator supports VHDL package generics
"""
return True

@classmethod
def supports_vhpi(cls):
"""
Expand Down

0 comments on commit 5756e55

Please sign in to comment.