aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl/_types.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyGHDL/libghdl/_types.py')
-rw-r--r--pyGHDL/libghdl/_types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyGHDL/libghdl/_types.py b/pyGHDL/libghdl/_types.py
index ff8743e60..31584133a 100644
--- a/pyGHDL/libghdl/_types.py
+++ b/pyGHDL/libghdl/_types.py
@@ -65,7 +65,7 @@ Boolean = TypeVar("Boolean", bound=c_bool)
Int32 = TypeVar("Int32", bound=c_int32)
Int64 = TypeVar("Int64", bound=c_int64)
-Fp64 = TypeVar("Fp64", bound=c_double)
+Fp64 = TypeVar("Fp64", bound=float)
ErrorIndex = TypeVar("ErrorIndex", bound=int)
MessageIdWarnings = TypeVar("MessageIdWarnings", bound=int)