diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-06-15 19:38:45 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-06-15 19:40:17 +0200 |
commit | 7d85d728bb261ad70ee7238851989bac0fc9ce47 (patch) | |
tree | d60fd513615d548235e04a35e7f8e46422947767 /python/libghdl/thin/vhdl/nodes.py | |
parent | 0316f95368837dc163173e7ca52f37ecd8d3591d (diff) | |
download | ghdl-7d85d728bb261ad70ee7238851989bac0fc9ce47.tar.gz ghdl-7d85d728bb261ad70ee7238851989bac0fc9ce47.tar.bz2 ghdl-7d85d728bb261ad70ee7238851989bac0fc9ce47.zip |
vhdl: create default configuration for a vunit. Fix #1372
Diffstat (limited to 'python/libghdl/thin/vhdl/nodes.py')
-rw-r--r-- | python/libghdl/thin/vhdl/nodes.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/libghdl/thin/vhdl/nodes.py b/python/libghdl/thin/vhdl/nodes.py index e25d2ef95..9532fc6fa 100644 --- a/python/libghdl/thin/vhdl/nodes.py +++ b/python/libghdl/thin/vhdl/nodes.py @@ -1906,6 +1906,10 @@ Get_Bound_Vunit_Chain = libghdl.vhdl__nodes__get_bound_vunit_chain Set_Bound_Vunit_Chain = libghdl.vhdl__nodes__set_bound_vunit_chain +Get_Verification_Block_Configuration = libghdl.vhdl__nodes__get_verification_block_configuration + +Set_Verification_Block_Configuration = libghdl.vhdl__nodes__set_verification_block_configuration + Get_Block_Configuration = libghdl.vhdl__nodes__get_block_configuration Set_Block_Configuration = libghdl.vhdl__nodes__set_block_configuration |