You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add syntactic sugar for handling ASMs in CN. This should translate to appropriate ghost variables / specs. The goal is to specify stateful behavior of code, and check that the implementation matches this behavior.
Do
find a simple example based on the OpenSUT code (e.g. calling crypto operations in a specific order)
review relevant ASM languages - specifically SRI-SAL, ASMETA and the graphical language Stateflow
review relevant FSM languages (as FSM might be sufficient for our purposes) - such as SDL
sketch notional CN syntax for such an example - do we need to explicitly model the ASM at the code level? Or should it be for example only visual, and then appropriate CN specs are autogenerated? How are errors reported?
write down your findings and recommendations
The text was updated successfully, but these errors were encountered:
Summary
Add syntactic sugar for handling ASMs in CN. This should translate to appropriate ghost variables / specs. The goal is to specify stateful behavior of code, and check that the implementation matches this behavior.
Do
The text was updated successfully, but these errors were encountered: