diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-03-10 18:19:18 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-03-10 18:19:23 +0100 |
commit | 1f65e819edaa21227b7e428deca239beb9b38ce2 (patch) | |
tree | f83738b0ab467af17b36d66092a57f639e8879b1 /python/libghdl/thin/vhdl/nodes.py | |
parent | 947e9b02a14e82093ec995acb3bc51cc93c893bc (diff) | |
download | ghdl-1f65e819edaa21227b7e428deca239beb9b38ce2.tar.gz ghdl-1f65e819edaa21227b7e428deca239beb9b38ce2.tar.bz2 ghdl-1f65e819edaa21227b7e428deca239beb9b38ce2.zip |
synthesis: add option --vendor-library= for synthesis.
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 2e4f2a030..e99602691 100644 --- a/python/libghdl/thin/vhdl/nodes.py +++ b/python/libghdl/thin/vhdl/nodes.py @@ -2265,6 +2265,10 @@ Get_Elab_Flag = libghdl.vhdl__nodes__get_elab_flag Set_Elab_Flag = libghdl.vhdl__nodes__set_elab_flag +Get_Vendor_Library_Flag = libghdl.vhdl__nodes__get_vendor_library_flag + +Set_Vendor_Library_Flag = libghdl.vhdl__nodes__set_vendor_library_flag + Get_Configuration_Mark_Flag = libghdl.vhdl__nodes__get_configuration_mark_flag Set_Configuration_Mark_Flag = libghdl.vhdl__nodes__set_configuration_mark_flag |