Index: trunk/T1-common/srams/bw_r_irf.v
===================================================================
--- trunk/T1-common/srams/bw_r_irf.v	(revision 22)
+++ trunk/T1-common/srams/bw_r_irf.v	(revision 26)
@@ -1362,5 +1362,8 @@
 	  new_agp_d2[1:0] <= new_agp_d1[1:0];
 	end
-/*
+
+// synthesis traslate off
+`ifdef DEBUG
+
 	always @(posedge clk) begin
 	  if (wr_en) begin
@@ -1385,5 +1388,8 @@
 	  end
 	end
-*/
+
+// synthesis traslate on
+`endif
+
 endmodule
 
