File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
core/src/main/scala/chisel3 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import chisel3._
66import chisel3 .layer .{block , Layer }
77import chisel3 .util .circt ._
88import chisel3 .experimental .hierarchy .Instance
9- import chisel3 .experimental .SourceInfo
9+ import chisel3 .experimental .{ SourceInfo , UnlocatableSourceInfo }
1010
1111/** An opaque sequence returned by an intrinsic.
1212 *
@@ -410,7 +410,7 @@ sealed abstract class AssertPropertyLike(defaultLayer: Layer) {
410410 def apply (
411411 prop : => Property ,
412412 clock : Option [Clock ] = Module .clockOption,
413- disable : Option [Disable ] = Module .disableOption,
413+ disable : Option [Disable ] = Module .disableOption( UnlocatableSourceInfo ) ,
414414 label : Option [String ] = None
415415 )(
416416 implicit sourceInfo : SourceInfo
File renamed without changes.
You can’t perform that action at this time.
0 commit comments