[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/wustl/apps/Agilla
Agilla.nc, 1.22, 1.23 AgillaOpcodes.h, 1.16, 1.17
Chien-Liang Fok
chien-liang at users.sourceforge.net
Fri May 5 17:26:59 PDT 2006
Update of /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/Agilla
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21091
Modified Files:
Agilla.nc AgillaOpcodes.h
Log Message:
Index: Agilla.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/Agilla/Agilla.nc,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** Agilla.nc 7 Apr 2006 01:14:31 -0000 1.22
--- Agilla.nc 6 May 2006 00:26:57 -0000 1.23
***************
*** 133,137 ****
components OPdesc;
components OPgetlocation, OPgetNumAgents, OPgetAgents, OPgetClosestAgent;
!
#if ENABLE_DELUGE
components DelugeC;
--- 133,138 ----
components OPdesc;
components OPgetlocation, OPgetNumAgents, OPgetAgents, OPgetClosestAgent;
! components OPfindMatch;
!
#if ENABLE_DELUGE
components DelugeC;
***************
*** 437,440 ****
--- 438,443 ----
AgillaEngineC.ExtendedISA1[IOPsetdesc] -> OPdesc;
AgillaEngineC.ExtendedISA1[IOPgetdesc] -> OPdesc;
+
+ AgillaEngineC.ExtendedISA1[IOPfindMatch] -> OPfindMatch;
#if !ENABLE_CLUSTERING
Index: AgillaOpcodes.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/Agilla/AgillaOpcodes.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** AgillaOpcodes.h 7 Apr 2006 01:14:32 -0000 1.16
--- AgillaOpcodes.h 6 May 2006 00:26:57 -0000 1.17
***************
*** 246,252 ****
IOPsetdesc = 0x1a,
IOPgetdesc = 0x1b,
! IOPegetvar = 0x80,
! IOPesetvar = 0xc0,
} ExtendedISA1;
--- 246,254 ----
IOPsetdesc = 0x1a,
IOPgetdesc = 0x1b,
+
+ IOPfindMatch = 0x1c,
! IOPegetvar = 0x80, // 10xx xxxx
! IOPesetvar = 0xc0, // 11xx xxxx
} ExtendedISA1;
More information about the Tinyos-contrib-commits
mailing list