Skip to content

Commit

Permalink
revert "vunit/sim_if: Active-HDL supports VHDL 2019 (#755)"
Browse files Browse the repository at this point in the history
This reverts commit 3aa1c05.
  • Loading branch information
umarcor committed Oct 25, 2021
1 parent da8eb0a commit 647d0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vunit/sim_if/activehdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def _std_str(vhdl_standard):
"""
Convert standard to format of Active-HDL command line flag
"""
if vhdl_standard <= VHDL.STD_2019:
if vhdl_standard <= VHDL.STD_2008:
return f"-{vhdl_standard!s}"

raise ValueError(f"Invalid VHDL standard {vhdl_standard!s}")
Expand Down

0 comments on commit 647d0ce

Please sign in to comment.