Skip to content

Commit 196ad64

Browse files
ucbjrlchick
authored andcommitted
Reflect the fact that FixedPoint is experimental. (freechipsproject#89)
* Reflect the fact that FixedPoint is experimental. * Add import of chisel3.experimental for FixedPoint.
1 parent 519cd16 commit 196ad64

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/main/scala/chisel3/iotesters/VerilatorBackend.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ import java.io.{File, FileWriter, IOException, PrintStream, Writer}
88
import java.nio.file.{FileAlreadyExistsException, Files, Paths}
99
import java.nio.file.StandardCopyOption.REPLACE_EXISTING
1010

11-
import chisel3.{SInt, FixedPoint}
11+
import chisel3.SInt
12+
import chisel3.experimental.FixedPoint
1213

1314
/**
1415
* Copies the necessary header files used for verilator compilation to the specified destination folder

src/test/scala/examples/Adder.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
package examples
44

55
import chisel3._
6+
import chisel3.experimental.FixedPoint
67
import chisel3.iotesters.{ChiselFlatSpec, Exerciser, PeekPokeTester, SteppedHWIOTester}
78
import org.scalatest.{FreeSpec, Matchers}
89

0 commit comments

Comments
 (0)