mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-07-27 21:29:09 +02:00
[FMFP] Notes on LTL
This commit is contained in:
@@ -34,6 +34,13 @@ vector v; // using the custom vector type
|
||||
mtype msg = ack; // Using the symbolic constant
|
||||
|
||||
|
||||
// --- Functions -----------------------------------------------
|
||||
// Note that these are not full functions and recursion is not supported!
|
||||
inline fun() {
|
||||
// function body goes here
|
||||
}
|
||||
|
||||
|
||||
// --- Processes -----------------------------------------------
|
||||
// Process declarations
|
||||
proctype myProc(int p) {
|
||||
|
||||
Reference in New Issue
Block a user