From 2f6da70af98cf103a4168e25bb3e8b31d66d1460 Mon Sep 17 00:00:00 2001 From: Hansung Kim Date: Sat, 22 Jul 2023 12:57:19 -0700 Subject: [PATCH] Add TODO-to-move to TracerSystemMem --- src/main/scala/tilelink/TracerSystemMem.scala | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/scala/tilelink/TracerSystemMem.scala b/src/main/scala/tilelink/TracerSystemMem.scala index d9d1682..f9e8324 100644 --- a/src/main/scala/tilelink/TracerSystemMem.scala +++ b/src/main/scala/tilelink/TracerSystemMem.scala @@ -4,6 +4,8 @@ import freechips.rocketchip.diplomacy.LazyModule import freechips.rocketchip.subsystem.BaseSubsystem import org.chipsalliance.cde.config.Parameters +// TODO: possibly move to somewhere closer to CoalescingUnit + // The trait is attached to DigitalTop of Chipyard system, informing it indeed // has the ability to attach GPU tracer node onto the system bus trait CanHaveMemtraceCore { this: BaseSubsystem =>