workaround chisel imports bug

This commit is contained in:
Howard Mao
2016-11-09 14:48:18 -08:00
parent 3949088d02
commit 2398bb8f47

View File

@@ -4,7 +4,7 @@ import util.GeneratorApp
import diplomacy.LazyModule
import rocketchip._
import testchipip._
import chisel3._
import Chisel._
import cde.Parameters
class TestHarness(implicit val p: Parameters) extends Module {