From 8b71d31b27837409affbd69842d03f1ae0ea6e29 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Sat, 24 Dec 2022 10:00:25 +0100 Subject: Change needs to be done in pynodes. --- scripts/pnodespy.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts/pnodespy.py') diff --git a/scripts/pnodespy.py b/scripts/pnodespy.py index caa06b2b9..b50f9c568 100755 --- a/scripts/pnodespy.py +++ b/scripts/pnodespy.py @@ -210,7 +210,19 @@ def do_libghdl_nodes(): ) from pyGHDL.libghdl.vhdl.tokens import Tok + __all__ = [ + "Null_Iir", + "Null_Iir_List", + "Iir_List_All", + "Null_Iir_Flist", + "Iir_Flist_Others", + "Iir_Flist_All", + ] + Null_Iir = 0 + \"\"\" + Null element for an IIR node reference. + \"\"\" Null_Iir_List = 0 Iir_List_All = 1 -- cgit v1.2.3