From e993fb5d08ad0db35516a94cb789f06980c98700 Mon Sep 17 00:00:00 2001 From: jackkoenig Date: Sat, 9 Apr 2016 12:21:10 -0700 Subject: Make sbt fork := true Current implementation of symhash is not thread safe --- build.sbt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sbt b/build.sbt index b69915da..e0571ccd 100644 --- a/build.sbt +++ b/build.sbt @@ -35,3 +35,5 @@ antlr4GenVisitor in Antlr4 := true // default = false antlr4GenListener in Antlr4 := false // default = true antlr4PackageName in Antlr4 := Option("firrtl.antlr") + +fork := true -- cgit v1.2.3