Skip to content

Commit 5479519

Browse files
committed
move LTL to chisel3.core
1 parent 7255970 commit 5479519

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/scala-2/chisel3/ltl/LTL.scala renamed to core/src/main/scala/chisel3/ltl/LTL.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import chisel3._
66
import chisel3.layer.{block, Layer}
77
import chisel3.util.circt._
88
import 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

0 commit comments

Comments
 (0)