debugging of initial test_partsig_scope.py mini-test
[ieee754fpu.git] / src / ieee754 / part / simd_scope.py
index 28d1782e6490e82a5a3198d9241edba16cdd65c7..057901b3c93679fcf18b1e74630ec471f5604e40 100644 (file)
@@ -131,6 +131,7 @@ class SimdScope:
             # set the module context so that the SimdSignal can create
             # its own submodules during AST creation
             s.set_module(self.module)
+            return s
 
     # XXX TODO
     def Signal_like(self): pass