From 52824ce57e9d60fe6ef721cfb073249e654dcf46 Mon Sep 17 00:00:00 2001 From: Aditya Naik Date: Mon, 3 Jun 2024 19:41:04 -0700 Subject: fix stuff in src/ build is failing with a compile error in 3.3.3 due to something in Aggregate.scala. reduce to smallest form and file a bug report maybe? --- src/main/scala/chisel3/util/util.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/scala/chisel3/util/util.scala') diff --git a/src/main/scala/chisel3/util/util.scala b/src/main/scala/chisel3/util/util.scala index 6ea1f629..04f6ab6c 100644 --- a/src/main/scala/chisel3/util/util.scala +++ b/src/main/scala/chisel3/util/util.scala @@ -10,5 +10,5 @@ package object util { /** Synonyms, moved from main package object - maintain scope. */ type ValidIO[+T <: Data] = chisel3.util.Valid[T] val ValidIO = chisel3.util.Valid - val DecoupledIO = chisel3.util.Decoupled + // val DecoupledIO = chisel3.util.Decoupled } -- cgit v1.2.3