From d74d5ca93d5c2a5b6c5a21a26b75bbcff227cdfd Mon Sep 17 00:00:00 2001 From: megacz Date: Mon, 6 Apr 2009 11:46:26 -0700 Subject: [PATCH] DDR2: set the c-flag properly --- ships/DDR2.ship | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4