head	1.1;
branch	1.1.1;
access;
symbols
	rel_1:1.1.1.1
	rel0:1.1.1.1
	simont:1.1.1;
locks; strict;
comment	@# @;


1.1
date	2002.07.29.13.33.17;	author simont;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2002.07.29.13.33.17;	author simont;	state Exp;
branches;
next	;


desc
@@



1.1
log
@Initial revision
@
text
@00_60] = 8'h75;
    buff [16'h00_61] = 8'h80;
    buff [16'h00_62] = 8'h04;
end

always @@(posedge clk)
begin
  data1 <= #1 buff [addr];
  data2 <= #1 buff [addr+1];
  data3 <= #1 buff [addr+2];
end

endmodule
                                                                            @


1.1.1.1
log
@Initial CVS import
@
text
@@
