From 563f6157a861d0f524a84d15fc8c2647c8cfb6ba Mon Sep 17 00:00:00 2001 From: Jack Koenig Date: Mon, 29 Nov 2021 11:39:00 -0800 Subject: Deprecate chisel3.BackendCompilationUtilities (#2257) Also remove as many deprecated APIs as possible by inlining implementations of old deprecated/removed code from firrtl--- src/test/scala/chiselTests/Harness.scala | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/test') diff --git a/src/test/scala/chiselTests/Harness.scala b/src/test/scala/chiselTests/Harness.scala index 23379498..51576566 100644 --- a/src/test/scala/chiselTests/Harness.scala +++ b/src/test/scala/chiselTests/Harness.scala @@ -4,10 +4,7 @@ package chiselTests import java.io.File -import firrtl.util.BackendCompilationUtilities - -class HarnessSpec extends ChiselPropSpec - with BackendCompilationUtilities { +class HarnessSpec extends ChiselPropSpec { def makeTrivialVerilog: (File => File) = makeHarness((prefix: String) => s""" module ${prefix}; -- cgit v1.2.3