From 8a73362bb6fe87817a1867cc2482c1841f95c077 Mon Sep 17 00:00:00 2001 From: Jack Koenig Date: Wed, 20 Jan 2021 18:55:16 -0800 Subject: Remove val io Chisel projects no longer need -Xsource:2.11 when compiling with Scala 2.12. Autowrapping of "val io" for compatibility mode Modules is now implemented using reflection instead of calling the virtual method. Also move Chisel.BlackBox to new chisel3.internal.LegacyBlackBox --- build.sc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build.sc') diff --git a/build.sc b/build.sc index 475d432d..c37b748b 100644 --- a/build.sc +++ b/build.sc @@ -59,8 +59,7 @@ trait CommonModule extends CrossSbtModule with PublishModule { override def scalacOptions = T { super.scalacOptions() ++ Agg( "-deprecation", - "-feature", - "-Xsource:2.11" + "-feature" ) } -- cgit v1.2.3