aboutsummaryrefslogtreecommitdiffstats
path: root/src/xtools
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-11-06 20:20:52 +0100
committerTristan Gingold <tgingold@free.fr>2017-11-06 20:20:52 +0100
commit1984d2adb083153f03eb7775d956445772ca484f (patch)
tree92939d572fd44940755e30d3963101c0a797f9e7 /src/xtools
parentf9dd14670a2b17575bc879f82030faaaabdbbea6 (diff)
downloadghdl-1984d2adb083153f03eb7775d956445772ca484f.tar.gz
ghdl-1984d2adb083153f03eb7775d956445772ca484f.tar.bz2
ghdl-1984d2adb083153f03eb7775d956445772ca484f.zip
Use Flist for array indexes.
Diffstat (limited to 'src/xtools')
-rwxr-xr-xsrc/xtools/pnodes.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xtools/pnodes.py b/src/xtools/pnodes.py
index 47b39dd0b..be43ea9bf 100755
--- a/src/xtools/pnodes.py
+++ b/src/xtools/pnodes.py
@@ -715,7 +715,8 @@ def do_meta_body():
print ' return Attr_' + attr + ';'
elif l == ' -- FIELDS_ARRAY':
last = None
- nodes_types = [node_type, node_type + '_List']
+ nodes_types = [node_type,
+ node_type + '_List', node_type + '_Flist']
for k in kinds:
v = nodes[k]
if last: