hmmm, Array not working as submodule
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 20 Apr 2019 21:08:11 +0000 (22:08 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 20 Apr 2019 21:08:11 +0000 (22:08 +0100)
src/add/fpadd/statemachine.py

index 2591a5807c0f924e12b69c080693689987193a1f..eae01e2e6d1c9cf6bcda1d4812cb4d23be59f7bc 100644 (file)
@@ -312,7 +312,7 @@ class FPADD(FPID):
         """ creates the HDL code-fragment for FPAdd
         """
         m = Module()
-        m.submodules += self.rs
+        #m.submodules += self.rs
 
         in_a = self.rs[0][0]
         in_b = self.rs[0][1]