comment in Memory.ship
[fleet.git] / ships / Memory.ship
index 5ccced3..f49d3dd 100644 (file)
@@ -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;