Skip to content

A dockerfile to create a docker image for the SymbiYosys open source formal verification toolkit.

Notifications You must be signed in to change notification settings

arnfol/symbiyosys-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

symbiyosys-docker

A dockerfile to create a docker image for the SymbiYosys open source formal verification toolkit.
Dockerfile for image andrsmllr/symbiyosys on dockerhub.

Usage:

./run.sh [options]
Will run the docker container like an executable, similar to invoking sby when SymbiYosys is installed on your system.
The current working director will be added to the container by default.
If files from other paths than the working directory are needed, you have to add these paths using the -v (--volume) option of docker.

./run_interactive.sh
Will run the docker container in interactive mode within the current directory.
Inside the container SymbiYosys can be invoked with the sby command.
The source code / binaries of the backend tools are stored under /usr/src.

About

A dockerfile to create a docker image for the SymbiYosys open source formal verification toolkit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published