From cb72a1834f160d95d026b7e466886fd95fd82146 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 20 Apr 2020 07:49:03 +0200 Subject: types: introduce Direction_Type, which replaces Iir_Direction. Global renaming. --- python/libghdl/thin/vhdl/nodes.py | 5 ----- python/libghdl/thin/vhdl/nodes_meta.py | 18 +++++++++--------- 2 files changed, 9 insertions(+), 14 deletions(-) (limited to 'python/libghdl') diff --git a/python/libghdl/thin/vhdl/nodes.py b/python/libghdl/thin/vhdl/nodes.py index 4f93775a0..1df7f9445 100644 --- a/python/libghdl/thin/vhdl/nodes.py +++ b/python/libghdl/thin/vhdl/nodes.py @@ -962,11 +962,6 @@ class Iir_Constraint: Fully_Constrained = 2 -class Iir_Direction: - To = 0 - Downto = 1 - - class Iir_Delay_Mechanism: Inertial_Delay = 0 Transport_Delay = 1 diff --git a/python/libghdl/thin/vhdl/nodes_meta.py b/python/libghdl/thin/vhdl/nodes_meta.py index e8091798d..e2a9d7eb0 100644 --- a/python/libghdl/thin/vhdl/nodes_meta.py +++ b/python/libghdl/thin/vhdl/nodes_meta.py @@ -18,13 +18,13 @@ class types: Boolean = 0 Date_State_Type = 1 Date_Type = 2 - File_Checksum_Id = 3 - Fp64 = 4 - Iir = 5 - Iir_All_Sensitized = 6 - Iir_Constraint = 7 - Iir_Delay_Mechanism = 8 - Iir_Direction = 9 + Direction_Type = 3 + File_Checksum_Id = 4 + Fp64 = 5 + Iir = 6 + Iir_All_Sensitized = 7 + Iir_Constraint = 8 + Iir_Delay_Mechanism = 9 Iir_Flist = 10 Iir_Index32 = 11 Iir_Int32 = 12 @@ -430,6 +430,8 @@ Get_Date_State_Type = libghdl.vhdl__nodes_meta__get_date_state_type Get_Date_Type = libghdl.vhdl__nodes_meta__get_date_type +Get_Direction_Type = libghdl.vhdl__nodes_meta__get_direction_type + Get_File_Checksum_Id = libghdl.vhdl__nodes_meta__get_file_checksum_id Get_Fp64 = libghdl.vhdl__nodes_meta__get_fp64 @@ -442,8 +444,6 @@ Get_Iir_Constraint = libghdl.vhdl__nodes_meta__get_iir_constraint Get_Iir_Delay_Mechanism = libghdl.vhdl__nodes_meta__get_iir_delay_mechanism -Get_Iir_Direction = libghdl.vhdl__nodes_meta__get_iir_direction - Get_Iir_Flist = libghdl.vhdl__nodes_meta__get_iir_flist Get_Iir_Index32 = libghdl.vhdl__nodes_meta__get_iir_index32 -- cgit v1.2.3