From ab951049c2c60402e2318ba863520d4a16c8288d Mon Sep 17 00:00:00 2001 From: Albert Chen Date: Mon, 26 Nov 2018 09:47:28 -0800 Subject: Trim Stack Trace (#931) - Trim stack trace to show better, reduced information to the user - Add --full-stacktrace to FIRRTL option to show full stack trace--- src/test/scala/chiselTests/DontTouchSpec.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test') diff --git a/src/test/scala/chiselTests/DontTouchSpec.scala b/src/test/scala/chiselTests/DontTouchSpec.scala index 7aa4d2e2..6759222c 100644 --- a/src/test/scala/chiselTests/DontTouchSpec.scala +++ b/src/test/scala/chiselTests/DontTouchSpec.scala @@ -53,7 +53,7 @@ class DontTouchSpec extends ChiselFlatSpec { } "Dont touch" should "only work on bound hardware" in { a [chisel3.core.Binding.BindingException] should be thrownBy { - compile(new Module { + elaborate(new Module { val io = IO(new Bundle { }) dontTouch(new Bundle { val a = UInt(32.W) } ) }) -- cgit v1.2.3