From 9c06c713d3f50e7beca17f27e6b3ac49eccbdfda Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 13 Dec 2008 05:29:25 +0100 Subject: [PATCH] comment in Memory.ship --- ships/Memory.ship | 1 + 1 file changed, 1 insertion(+) diff --git a/ships/Memory.ship b/ships/Memory.ship index 5ccced3..f49d3dd 100644 --- a/ships/Memory.ship +++ b/ships/Memory.ship @@ -177,6 +177,7 @@ sequence guarantee problem mentioned in the previous paragraph. assign out_d_ = { out_w, out1 }; + // I use "blocking assignment" here in order to facilitate BRAM inferencea always @(posedge clk) begin write_flag = 0; -- 1.7.10.4