diff options
| author | Jack Koenig | 2021-11-29 11:39:00 -0800 |
|---|---|---|
| committer | GitHub | 2021-11-29 19:39:00 +0000 |
| commit | 563f6157a861d0f524a84d15fc8c2647c8cfb6ba (patch) | |
| tree | ad63802e04aa049cddf3d0d878876fa7f3a8b226 /src/test/scala | |
| parent | f26f8554879f638b4c4743becbc6da13da174e63 (diff) | |
Deprecate chisel3.BackendCompilationUtilities (#2257)
Also remove as many deprecated APIs as possible by inlining
implementations of old deprecated/removed code from firrtl
Diffstat (limited to 'src/test/scala')
| -rw-r--r-- | src/test/scala/chiselTests/Harness.scala | 5 |
1 files changed, 1 insertions, 4 deletions
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}; |
