Skip to content

Implementation and Benchmark of Research Paper "Towards Building Verifiable CPS using Lingua Franca"

Notifications You must be signed in to change notification settings

sayymeer/cps-lf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using LF to Verify CPS

Your system must have docker installed and docker daemon running. Run the below commands.

docker build . -t cps-lf
docker run -it cps-lf

Inside docker container run the following commands.

# This will run benchmark tests
make

# To verify .lf models
make run TARGET=ModelName # dont include .lf, write ModelName which should be in src/

About

Implementation and Benchmark of Research Paper "Towards Building Verifiable CPS using Lingua Franca"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published