DDR2: set the c-flag properly
authormegacz <adam@megacz.com>
Mon, 6 Apr 2009 18:46:26 +0000 (11:46 -0700)
committermegacz <adam@megacz.com>
Mon, 6 Apr 2009 18:46:26 +0000 (11:46 -0700)
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