diff options
Diffstat (limited to 'python/libghdl/thin/std_names.py')
-rw-r--r-- | python/libghdl/thin/std_names.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/libghdl/thin/std_names.py b/python/libghdl/thin/std_names.py index 3dca3b712..0b98b88b3 100644 --- a/python/libghdl/thin/std_names.py +++ b/python/libghdl/thin/std_names.py @@ -382,9 +382,9 @@ class Name: Dot = 604 Integ = 605 Above = 606 - ZOH = 607 - LTF = 608 - ZTF = 609 + Zoh = 607 + Ltf = 608 + Ztf = 609 Ramp = 610 Slew = 611 Last_AMS_Attribute = 611 |