aboutsummaryrefslogtreecommitdiffstats
path: root/python/libghdl
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-06-01 19:41:46 +0200
committerTristan Gingold <tgingold@free.fr>2020-06-02 03:24:53 +0200
commitd667339603a7a3e408b135737b058e2a9976ae44 (patch)
treea50f0d2179cef4741555396a1fb57b42a6b152bf /python/libghdl
parent21af50dafb4f0fa27a6d8757e3953f310d0e3e8f (diff)
downloadghdl-d667339603a7a3e408b135737b058e2a9976ae44.tar.gz
ghdl-d667339603a7a3e408b135737b058e2a9976ae44.tar.bz2
ghdl-d667339603a7a3e408b135737b058e2a9976ae44.zip
Synthesis of PSL prev function.
Diffstat (limited to 'python/libghdl')
-rw-r--r--python/libghdl/thin/vhdl/nodes.py4
-rw-r--r--python/libghdl/thin/vhdl/nodes_meta.py6
2 files changed, 5 insertions, 5 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
diff --git a/python/libghdl/thin/vhdl/nodes_meta.py b/python/libghdl/thin/vhdl/nodes_meta.py
index 83af5ee91..e7d5dd26f 100644
--- a/python/libghdl/thin/vhdl/nodes_meta.py
+++ b/python/libghdl/thin/vhdl/nodes_meta.py
@@ -424,7 +424,7 @@ class fields:
PSL_EOS_Flag = 359
Count_Expression = 360
Clock_Expression = 361
- Clock = 362
+ Default_Clock = 362
Get_Boolean = libghdl.vhdl__nodes_meta__get_boolean
@@ -1578,5 +1578,5 @@ Has_Count_Expression =\
Has_Clock_Expression =\
libghdl.vhdl__nodes_meta__has_clock_expression
-Has_Clock =\
- libghdl.vhdl__nodes_meta__has_clock
+Has_Default_Clock =\
+ libghdl.vhdl__nodes_meta__has_default_clock