From: megacz Date: Mon, 6 Apr 2009 18:46:26 +0000 (-0700) Subject: DDR2: set the c-flag properly X-Git-Url: http://git.megacz.com/?p=fleet.git;a=commitdiff_plain;h=d74d5ca93d5c2a5b6c5a21a26b75bbcff227cdfd DDR2: set the c-flag properly --- diff --git a/ships/DDR2.ship b/ships/DDR2.ship index ab67070..afebc99 100644 --- a/ships/DDR2.ship +++ b/ships/DDR2.ship @@ -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