comment in Memory.ship
authoradam <adam@megacz.com>
Sat, 13 Dec 2008 04:29:25 +0000 (05:29 +0100)
committeradam <adam@megacz.com>
Sat, 13 Dec 2008 04:29:25 +0000 (05:29 +0100)
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;