tilelink: Monitor should report line numbers of connection that failed (#872)
This commit is contained in:
committed by
GitHub
parent
ec57994784
commit
fc75ada577
@ -5,6 +5,6 @@ package freechips.rocketchip.diplomacy
|
||||
import chisel3.internal.sourceinfo.{SourceInfo, SourceLine}
|
||||
import freechips.rocketchip.config.Parameters
|
||||
|
||||
abstract class MonitorBase(implicit sourceInfo: SourceInfo, p: Parameters) extends LazyModule()(p) {
|
||||
abstract class MonitorBase(implicit val sourceInfo: SourceInfo, p: Parameters) extends LazyModule()(p) {
|
||||
override val module: LazyModuleImp
|
||||
}
|
||||
|
Reference in New Issue
Block a user