Release 2.3.3 (June 21, 2010)
Minor modification
Functional change
Significant change
Revision identifier
Source Updates
Logix/EMULATOR/spicomm.h -
r 1.1 : Extracted definitions from
spicomm.c (adding delay Type).
Logix/EMULATOR/spicomm.c -
r 1.5 : Extracted definitionsfrom to
spicomm.h; added delay Type implementation.
Logix/system/spi_constants.cp -
r 1.2 : Added delay Type;
changed definitions of infinite and skip Types
(see spicomm.h above).
Logix/system/transform/biospi/call.cp -
r 1.8 :
Modified macroed_call
to default to local/library call;
simplified summed process call algorithm;
substantial renaming.
Logix/system/transform/biospi/self.cp -
r 1.7 :
Modified to call
tospifcp#new_scope/4
recursively for nested scopes;
fixed bug diagnosing send in body (actually object reference or
"not an object name");
some renaming.
Logix/system/transform/biospi/self.cp -
r 1.8 :
Fixed delay predicate failures (but not a satisfactory implementation).
<Logix/system/transform/biospi/self.cp -
r 1.9 :
Improved delay implementation; fixed a race bug.
Logix/system/transform/biospi/servers.cp -
r 1.6 :
Accept logix functors when parsing left-hand-side.
Logix/system/transform/biospi/tospifcp.cp -
r 1.3 :
Added export new_scope/4
for recursive calls;
revised parsing of left-hand-side, distinguishing between spi
and logix predicates.
Logix/system/Logix_Users/SpiFcp_Users/spi_debug.cp
-
r 1.2 : Added delay Type.
Logix/system/Logix_Users/SpiFcp_Users/spi_monitor.cp -
r 1.4 : Improved delay
Type implementation.
Logix/system/Logix_Users/SpiFcp_Users/spi_utils.cp
-
r 1.3 : Added delay Type.
Logix/system/Logix_Users/SpiFcp_Users/BioSpi_Users/ambient_server.cp
-
r 1.6 : Added delay Type.
New Binary Files
Logix/system/transform/biospi/Bin/self.bin -
r 1.11
Logix/system/transform/biospi/Bin/self.bin -
r 1.12
Fixed delay predicate failures.
Logix/system/transform/biospi/Bin/self.bin -
r 1.13
Improved delay Type implementation; fixed race bug.
Logix/system/Logix_Users/SpiFcp_Users/Bin/spi_debug.bin -
r 1.2
Logix/system/Logix_Users/SpiFcp_Users/Bin/spi_monitor.bin -
r 1.7 Improved delay implementation.
Logix/system/Logix_Users/SpiFcp_Users/Bin/debug.bin -
r 1.3
Logix/system/Logix_Users/SpiFcp_Users/BioSpi_Users/Bin/ambient_server.bin
-
r 1.7
The following shell script may be used to update the Logix and bin file content,
starting in Efcp-release.
pushd Logix/EMULATOR
cvs update
cd ../system/transform/biospi/Bin
cvs update
cd ../../../Logix_Users/SpiFcp_Users/Bin
cvs update
cd ../BioSpi_Users/Bin
cvs update
popd
Suggested method:
cd Efcp-release
copy the script to:
updater
source updater
Previous: 2.3.2
Up: Index