diff options
author | Tristan Gingold <tgingold@free.fr> | 2017-10-28 06:35:54 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2017-10-28 06:35:54 +0200 |
commit | 93435515a4e715e465e649c4c557dbcccf10d6b3 (patch) | |
tree | 26a235cc011e67986d1040e6ce957c524b9aaf94 /src | |
parent | 8c0f02b11ae659cdf4e3ad73b891f6f2cac2a28e (diff) | |
download | ghdl-93435515a4e715e465e649c4c557dbcccf10d6b3.tar.gz ghdl-93435515a4e715e465e649c4c557dbcccf10d6b3.tar.bz2 ghdl-93435515a4e715e465e649c4c557dbcccf10d6b3.zip |
psl: adjust after pnodes.py changes and regenerate.
Diffstat (limited to 'src')
-rw-r--r-- | src/psl/Makefile | 2 | ||||
-rw-r--r-- | src/psl/psl-nodes_meta.adb | 22 |
2 files changed, 12 insertions, 12 deletions
diff --git a/src/psl/Makefile b/src/psl/Makefile index ef6439328..472a82b01 100644 --- a/src/psl/Makefile +++ b/src/psl/Makefile @@ -24,7 +24,7 @@ PNODES=../xtools/pnodes.py DEPS=psl-nodes.ads psl-nodes.adb.in $(PNODES) -PNODES_FLAGS=--field-file=psl-nodes.adb.in --spec-file=psl-nodes.ads --template-file=psl-nodes.adb.in --meta-basename=psl-nodes_meta --kind-type=Nkind --kind-prefix=N_ --node-type=Node +PNODES_FLAGS=--field-file=psl-nodes.adb.in --kind-file=psl-nodes.ads --node-file=psl-nodes.ads --template-file=psl-nodes.adb.in --meta-basename=psl-nodes_meta --kind-type=Nkind --kind-prefix=N_ --node-type=Node GEN_FILES=psl-nodes.adb psl-nodes_meta.ads psl-nodes_meta.adb diff --git a/src/psl/psl-nodes_meta.adb b/src/psl/psl-nodes_meta.adb index d84f3092c..04b42aceb 100644 --- a/src/psl/psl-nodes_meta.adb +++ b/src/psl/psl-nodes_meta.adb @@ -382,21 +382,21 @@ package body PSL.Nodes_Meta is Field_Chain, Field_Actual, -- N_Sequence_Instance - Field_Association_Chain, Field_Declaration, - -- N_Endpoint_Instance Field_Association_Chain, + -- N_Endpoint_Instance Field_Declaration, - -- N_Property_Instance Field_Association_Chain, + -- N_Property_Instance Field_Declaration, + Field_Association_Chain, -- N_Actual Field_Chain, Field_Actual, Field_Formal, -- N_Clock_Event - Field_Boolean, Field_Property, + Field_Boolean, -- N_Always Field_Property, -- N_Never @@ -431,23 +431,23 @@ package body PSL.Nodes_Meta is -- N_Next_Event Field_Strong_Flag, Field_Number, - Field_Boolean, Field_Property, + Field_Boolean, -- N_Next_Event_A Field_Strong_Flag, Field_Low_Bound, Field_High_Bound, - Field_Boolean, Field_Property, + Field_Boolean, -- N_Next_Event_E Field_Strong_Flag, Field_Low_Bound, Field_High_Bound, - Field_Boolean, Field_Property, - -- N_Abort Field_Boolean, + -- N_Abort Field_Property, + Field_Boolean, -- N_Until Field_Strong_Flag, Field_Inclusive_Flag, @@ -488,19 +488,19 @@ package body PSL.Nodes_Meta is Field_Left, Field_Right, -- N_Star_Repeat_Seq + Field_Sequence, Field_Low_Bound, Field_High_Bound, - Field_Sequence, -- N_Goto_Repeat_Seq + Field_Sequence, 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, |