From 02849780204c36fd9c130a398c0a6901b461f8f5 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 12 Nov 2019 16:51:32 +0000 Subject: Add reduction for simulation failures --- verismith.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'verismith.cabal') diff --git a/verismith.cabal b/verismith.cabal index b54e522..76fc97b 100644 --- a/verismith.cabal +++ b/verismith.cabal @@ -1,5 +1,5 @@ name: verismith -version: 0.4.0.1 +version: 0.4.1.0 synopsis: Random verilog generation and simulator testing. description: Verismith provides random verilog generation modules @@ -27,7 +27,7 @@ source-repository head source-repository this type: git location: https://github.com/ymherklotz/verismith - tag: v0.4.0.1 + tag: v0.4.1.0 custom-setup setup-depends: -- cgit