DDR2: set the c-flag properly
[fleet.git] / ships / DDR2.ship
index ab67070..afebc99 100644 (file)
@@ -215,7 +215,7 @@ always @(posedge clk) begin
       app_af_wren    <= 1;
       app_wdf_wren   <= 1;
       burst_count    <= 7;
-      out_d          <= { phy_init_done /*1'b1*/, 37'b0 };
+      out_d          <= { 1'b1, 37'b0 };
       mask           <= 8'b00000000;
       `fill_out
     end else if (`inAddrRead_full) begin