From 77d71c72f10cb8a1779dfddcf2a5053c728300ec Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 3 Apr 2020 11:43:42 +0200 Subject: vhdl: add scalar_size. Size of scalar types is computed during analysis. --- python/libghdl/thin/vhdl/nodes.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'python/libghdl/thin/vhdl/nodes.py') diff --git a/python/libghdl/thin/vhdl/nodes.py b/python/libghdl/thin/vhdl/nodes.py index 9a2a05f60..17c70ddea 100644 --- a/python/libghdl/thin/vhdl/nodes.py +++ b/python/libghdl/thin/vhdl/nodes.py @@ -2545,6 +2545,10 @@ Get_Expr_Staticness = libghdl.vhdl__nodes__get_expr_staticness Set_Expr_Staticness = libghdl.vhdl__nodes__set_expr_staticness +Get_Scalar_Size = libghdl.vhdl__nodes__get_scalar_size + +Set_Scalar_Size = libghdl.vhdl__nodes__set_scalar_size + Get_Error_Origin = libghdl.vhdl__nodes__get_error_origin Set_Error_Origin = libghdl.vhdl__nodes__set_error_origin -- cgit v1.2.3