|
Message
From: cvs at opencores.org<cvs@o...>
Date: Sun Apr 27 18:04:12 CEST 2008
Subject: [cvs-checkins] MODIFIED: aemb ...
Date: 00/08/04 27:18:04 Modified: aemb/rtl/verilog aeMB2_xslif.v Log: Fixed minor typos. Revision Changes Path 1.6 aemb/rtl/verilog/aeMB2_xslif.v http://www.opencores.org/cvsweb.shtml/aemb/rtl/verilog/aeMB2_xslif.v.diff?r1=1.5&r2=1.6 (In the diff below, changes in quantity of whitespace are not shown.) Index: aeMB2_xslif.v =================================================================== RCS file: /cvsroot/sybreon/aemb/rtl/verilog/aeMB2_xslif.v,v retrieving revision 1.5 retrieving revision 1.6 diff -u -b -r1.5 -r1.6 --- aeMB2_xslif.v 26 Apr 2008 17:57:43 -0000 1.5 +++ aeMB2_xslif.v 27 Apr 2008 16:04:12 -0000 1.6 @@ -1,4 +1,4 @@ -/* $Id: aeMB2_xslif.v,v 1.5 2008/04/26 17:57:43 sybreon Exp $ +/* $Id: aeMB2_xslif.v,v 1.6 2008/04/27 16:04:12 sybreon Exp $ ** ** AEMB2 EDK 6.2 COMPATIBLE CORE ** Copyright (C) 2004-2008 Shawn Tan <shawn.tan@a...> @@ -123,9 +123,9 @@ xBLK <= 1'h0; xwb_stb_o <= 1'h0; // End of automatics - end else if (xwb_fb) begin + end else if (dena) begin xBLK <= #1 imm_of[14]; // nGET/nPUT - xwb_stb_o <= #1 (dena) ? &{!opc_of[5],opc_of[4:3]} : // GET/PUT + xwb_stb_o <= #1 (dena) ? !opc_of[5] & opc_of[4] & opc_of[3] & opc_of[1] : // GET/PUT (xwb_stb_o & !xwb_ack_i); end @@ -136,6 +136,9 @@ /* $Log: aeMB2_xslif.v,v $ + Revision 1.6 2008/04/27 16:04:12 sybreon + Fixed minor typos. + Revision 1.5 2008/04/26 17:57:43 sybreon Minor performance improvements.
|
 |