diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-06-01 19:41:46 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-06-02 03:24:53 +0200 |
commit | d667339603a7a3e408b135737b058e2a9976ae44 (patch) | |
tree | a50f0d2179cef4741555396a1fb57b42a6b152bf /python/libghdl/thin/vhdl/nodes.py | |
parent | 21af50dafb4f0fa27a6d8757e3953f310d0e3e8f (diff) | |
download | ghdl-d667339603a7a3e408b135737b058e2a9976ae44.tar.gz ghdl-d667339603a7a3e408b135737b058e2a9976ae44.tar.bz2 ghdl-d667339603a7a3e408b135737b058e2a9976ae44.zip |
Synthesis of PSL prev function.
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 |