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._
6
6
import chisel3 .layer .{block , Layer }
7
7
import chisel3 .util .circt ._
8
8
import chisel3 .experimental .hierarchy .Instance
9
- import chisel3 .experimental .SourceInfo
9
+ import chisel3 .experimental .{ SourceInfo , UnlocatableSourceInfo }
10
10
11
11
/** An opaque sequence returned by an intrinsic.
12
12
*
@@ -410,7 +410,7 @@ sealed abstract class AssertPropertyLike(defaultLayer: Layer) {
410
410
def apply (
411
411
prop : => Property ,
412
412
clock : Option [Clock ] = Module .clockOption,
413
- disable : Option [Disable ] = Module .disableOption,
413
+ disable : Option [Disable ] = Module .disableOption( UnlocatableSourceInfo ) ,
414
414
label : Option [String ] = None
415
415
)(
416
416
implicit sourceInfo : SourceInfo
File renamed without changes.
You can’t perform that action at this time.
0 commit comments