comment out wrflag as it should already be in the fu.wr.rel logic
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 4 Jun 2020 15:09:20 +0000 (16:09 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 4 Jun 2020 15:09:20 +0000 (16:09 +0100)
src/soc/simple/core.py

index 95aed902ecd1ab36b30707f2a3e4e74be1bdd36a..aa63d6d949e04aee954ad8bae1fe3ddf0c6696cb 100644 (file)
@@ -177,7 +177,7 @@ class NonProductionCore(Elaboratable):
 
                     # connect request-read to picker input, and output to go-wr
                     fu_active = fu_bitdict[funame]
-                    pick = fu.wr.rel[idx] & fu_active & wrflag
+                    pick = fu.wr.rel[idx] & fu_active #& wrflag
                     comb += wrpick.i[pi].eq(pick)
                     sync += fu.go_wr_i[idx].eq(wrpick.o[pi] & wrpick.en_o)
                     # connect regfile port to input