Add test for sin_cos_pipe (kinda working)
authorMichael Nolan <mtnolan2640@gmail.com>
Wed, 1 Apr 2020 16:08:45 +0000 (12:08 -0400)
committerMichael Nolan <mtnolan2640@gmail.com>
Wed, 1 Apr 2020 17:20:22 +0000 (13:20 -0400)
src/ieee754/cordic/sin_cos_pipe_stage.py

index 924a099e4fbdda1e7fab47d948ee183ee6379ed4..1a1a4ec943a3272e2fbc27f2c97ae09f0c2d7e4d 100644 (file)
@@ -25,7 +25,7 @@ class CordicInitialStage(PipeModBase):
         comb += self.o.x.eq(X0)
         comb += self.o.y.eq(0)
         comb += self.o.z.eq(self.i.z0)
-        
+        return m