fix typo in comment in Memory.ship
authormegacz <adam@megacz.com>
Sun, 15 Mar 2009 16:23:21 +0000 (09:23 -0700)
committermegacz <adam@megacz.com>
Sun, 15 Mar 2009 16:23:21 +0000 (09:23 -0700)
ships/Memory.ship

index 41e728c..2d1d6f1 100644 (file)
@@ -150,7 +150,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
+  // I use "blocking assignment" here in order to facilitate BRAM inference
   always @(posedge clk) begin
     write_flag = 0;