diff options
Diffstat (limited to 'python/libghdl/thin/vhdl/nodes.py')
-rw-r--r-- | python/libghdl/thin/vhdl/nodes.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/libghdl/thin/vhdl/nodes.py b/python/libghdl/thin/vhdl/nodes.py index aebd73dad..04aa11dcb 100644 --- a/python/libghdl/thin/vhdl/nodes.py +++ b/python/libghdl/thin/vhdl/nodes.py @@ -3005,6 +3005,6 @@ Get_Clock_Expression = libghdl.vhdl__nodes__get_clock_expression Set_Clock_Expression = libghdl.vhdl__nodes__set_clock_expression -Get_Clock = libghdl.vhdl__nodes__get_clock +Get_Default_Clock = libghdl.vhdl__nodes__get_default_clock -Set_Clock = libghdl.vhdl__nodes__set_clock +Set_Default_Clock = libghdl.vhdl__nodes__set_default_clock |