Add TODO-to-move to TracerSystemMem

This commit is contained in:
Hansung Kim
2023-07-22 12:57:19 -07:00
parent bcb11ee0fb
commit 2f6da70af9

View File

@@ -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 =>