diff options
author | Tristan Gingold | 2016-01-27 05:10:10 +0100 |
---|---|---|
committer | Tristan Gingold | 2016-01-27 18:49:24 +0100 |
commit | 506d49798a78f67735c9a529eb849c152ced1e4b (patch) | |
tree | 77801cc9fe89451eb311e29d4e570a427bc4206e /src/psl/psl-nodes_meta.adb | |
parent | 2eb85a0a21effc2e7ad957216178055cb98a2300 (diff) | |
download | ghdl-506d49798a78f67735c9a529eb849c152ced1e4b.tar.gz ghdl-506d49798a78f67735c9a529eb849c152ced1e4b.tar.bz2 ghdl-506d49798a78f67735c9a529eb849c152ced1e4b.zip |
psl: use Tables instead of GNAT.Table, regenerate, add copyrights.
Diffstat (limited to 'src/psl/psl-nodes_meta.adb')
-rw-r--r-- | src/psl/psl-nodes_meta.adb | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/src/psl/psl-nodes_meta.adb b/src/psl/psl-nodes_meta.adb index 2ef5db9..2559ec4 100644 --- a/src/psl/psl-nodes_meta.adb +++ b/src/psl/psl-nodes_meta.adb @@ -343,10 +343,10 @@ package body PSL.Nodes_Meta is Field_Prefix, -- N_Assert_Directive Field_Label, + Field_NFA, Field_Chain, Field_String, Field_Property, - Field_NFA, -- N_Property_Declaration Field_Identifier, Field_Chain, @@ -380,21 +380,21 @@ package body PSL.Nodes_Meta is Field_Chain, Field_Actual, -- N_Sequence_Instance - Field_Declaration, Field_Association_Chain, - -- N_Endpoint_Instance Field_Declaration, + -- N_Endpoint_Instance Field_Association_Chain, - -- N_Property_Instance Field_Declaration, + -- N_Property_Instance Field_Association_Chain, + Field_Declaration, -- N_Actual Field_Chain, Field_Actual, Field_Formal, -- N_Clock_Event - Field_Property, Field_Boolean, + Field_Property, -- N_Always Field_Property, -- N_Never @@ -429,23 +429,23 @@ package body PSL.Nodes_Meta is -- N_Next_Event Field_Strong_Flag, Field_Number, - Field_Property, Field_Boolean, + Field_Property, -- N_Next_Event_A Field_Strong_Flag, Field_Low_Bound, Field_High_Bound, - Field_Property, Field_Boolean, + Field_Property, -- N_Next_Event_E Field_Strong_Flag, Field_Low_Bound, Field_High_Bound, - Field_Property, Field_Boolean, - -- N_Abort Field_Property, + -- N_Abort Field_Boolean, + Field_Property, -- N_Until Field_Strong_Flag, Field_Inclusive_Flag, @@ -483,47 +483,47 @@ package body PSL.Nodes_Meta is Field_Left, Field_Right, -- N_Star_Repeat_Seq - Field_Sequence, Field_Low_Bound, Field_High_Bound, - -- N_Goto_Repeat_Seq Field_Sequence, + -- N_Goto_Repeat_Seq Field_Low_Bound, Field_High_Bound, + Field_Sequence, -- N_Plus_Repeat_Seq Field_Sequence, -- N_Equal_Repeat_Seq - Field_Sequence, Field_Low_Bound, Field_High_Bound, + Field_Sequence, -- N_Not_Bool + Field_Hash, Field_Presence, Field_Boolean, - Field_Hash, Field_Hash_Link, -- N_And_Bool + Field_Hash, Field_Presence, Field_Left, Field_Right, - Field_Hash, Field_Hash_Link, -- N_Or_Bool + Field_Hash, Field_Presence, Field_Left, Field_Right, - Field_Hash, Field_Hash_Link, -- N_Imp_Bool + Field_Hash, Field_Presence, Field_Left, Field_Right, - Field_Hash, Field_Hash_Link, -- N_HDL_Expr - Field_Presence, Field_HDL_Node, Field_HDL_Index, Field_Hash, + Field_Presence, Field_Hash_Link, -- N_False -- N_True |