Skip to content

Pialex99/CS-550-Final-Project

Repository files navigation

Formally Verified Chisel Designs

This repository contains some examples of Chisel circuits that can be verified using the Chisel/FIRRTL extension we implemented as final project for the CS-550 : Formal Verification class taught at EPFL in Fall 2020 by Viktor Kunčak @vkuncak.

Structure

The examples can be found in the src directory. Our implementations are in the submodules chisel3 and chisel3/firrtl. To clone this repo run

$ git clone [email protected]:Pialex99/CS-550-Final-Project.git --recurse-submodules

This will also automatically download the submodules. To verrify the circuits cvc4 needs to be installed and in $PATH, then simply run sbt run with the corresponding circuit uncommended in src/Main.scala.

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages