Giter Site home page Giter Site logo

Comments (3)

ekiwi avatar ekiwi commented on July 20, 2024

Thanks for filing this issue. This feature is indeed missing.

from chiseltest.

Gallagator avatar Gallagator commented on July 20, 2024

I've had a bit of free time lately and I figured this would be easy given that this is similar to implementing k-induction. Unfortunately, it seems there is no signal label for the Cover statement like there is for assert (IsBad), or assume(IsConstraint). I could add it here by the looks of it but firrtl doesn't seem to be maintained anymore. Should we be trying to move to circt? Maybe I should just submit a pr to firrtl? I hope you could give me some advice!

from chiseltest.

ekiwi avatar ekiwi commented on July 20, 2024

My advice would be to pre-process the firrtl. I.e., write a firrtl pass that removes all assert statements and changes all cover statements to asserts. That should be a relatively simple transform. You might be inspired by: https://github.com/ucb-bar/firrtl2/blob/main/src/main/scala/firrtl2/transforms/formal/RemoveVerificationStatements.scala

Edit: assume statements should actually stay in the circuit since you want to find a way to reach the cover point that obeys the assumptions.

from chiseltest.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.