Skip to content

Commit

Permalink
Merge pull request #136 from Swire42/best-verification
Browse files Browse the repository at this point in the history
Efficient verification
  • Loading branch information
mn416 authored May 20, 2024
2 parents 08ebbcb + e77e3fa commit d8a5623
Show file tree
Hide file tree
Showing 10 changed files with 1,115 additions and 52 deletions.
7 changes: 7 additions & 0 deletions Haskell/Blarney/Backend.hs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ module Blarney.Backend (
, writeSMTScript
, verifyWith
, verifyToDepth
-- * New, improved SMT backend
, Verbosity(..)
, checkAuto
, checkFixed
, debugAuto
, debugFixed
-- * Simulation backend
, module Blarney.Backend.Simulation
, simulate
Expand All @@ -48,6 +54,7 @@ import Blarney.Netlist
import Blarney.Backend.Simulation
import Blarney.Backend.Verilog
import Blarney.Backend.SMT
import Blarney.Backend.NewSMT (Verbosity(..), checkAuto, checkFixed, debugAuto, debugFixed)

-- Verilog backend
--------------------------------------------------------------------------------
Expand Down
Loading

0 comments on commit d8a5623

Please sign in to comment.