Cross Reference: tcs1.cspcasl
xref
: /
hets
/
CspCASL
/
test
/
tcs1.cspcasl
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
tcs1.cspcasl revision adce8375991a372444ab995895442dca6faf9677
867
N/A
logic CspCASL
369
N/A
spec tcs1 =
369
N/A
data sort S, T
369
N/A
ops c: S; d: T
369
N/A
process
369
N/A
tcs1: S, T;
369
N/A
tcs1 = c -> SKIP || d -> SKIP
369
N/A