From 114dc57e3e60b89a6a8813dfc6e7b0d3cf2f72b2 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Thu, 4 Jun 2020 16:09:20 +0100 Subject: [PATCH] comment out wrflag as it should already be in the fu.wr.rel logic --- src/soc/simple/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/simple/core.py b/src/soc/simple/core.py index 95aed902..aa63d6d9 100644 --- a/src/soc/simple/core.py +++ b/src/soc/simple/core.py @@ -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 -- 2.30.2