One blocking assignment was still there. Convert it.

Signed-off-by: Michael Walle <[email protected]>
---
 cores/softusb/rtl/softusb_navre.v |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cores/softusb/rtl/softusb_navre.v 
b/cores/softusb/rtl/softusb_navre.v
index 19e3617..be07dce 100644
--- a/cores/softusb/rtl/softusb_navre.v
+++ b/cores/softusb/rtl/softusb_navre.v
@@ -585,7 +585,7 @@ always @(posedge clk) begin
                                //$display("REG WRITE: %d < %d", Rd, R);
                                // synthesis translate_on
                                case(write_dest)
-                                       default: GPR[write_dest] = R;
+                                       default: GPR[write_dest] <= R;
                                        5'd24: U[7:0] <= R;
                                        5'd25: U[15:8] <= R;
                                        5'd26: pX[7:0] <= R;
-- 
1.7.2.5

_______________________________________________
http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org
IRC: #milkymist@Freenode

Reply via email to