Skip to content

Commit 425bdd2

Browse files
committed
[chiselsim] Change HasCliSimulator package
Move the HasCliSimulator trait from the `testing.scalatest` package to the `simulator.scalatest` package. This could technically go in either location as it depends on `HasConfigMap`. However, because it is clearly has to do with simulation, I moved it. Signed-off-by: Schuyler Eldridge <[email protected]>
1 parent 9bcea84 commit 425bdd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/chisel3/testing/scalatest/HasClilSimulator.scala renamed to src/main/scala/chisel3/simulator/scalatest/HasClilSimulator.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: Apache-2.0
22

3-
package chisel3.testing.scalatest
3+
package chisel3.simulator.scalatest
44

55
import chisel3.simulator.HasSimulator
66
import chisel3.testing.scalatest.HasConfigMap

0 commit comments

Comments
 (0)