Skip to content
This repository was archived by the owner on Jun 16, 2024. It is now read-only.

Commit 563a4ca

Browse files
committed
CXXRTLBlackBox: just use BlackBox directly.
1 parent 4ad98ed commit 563a4ca

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

src/main/scala/ee/hrzn/chryse/platform/cxxrtl/CXXRTLBlackBox.scala

-5
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
package ee.hrzn.chryse.platform.cxxrtl
22

3+
import chisel3.BlackBox
4+
35
final case class CXXRTLOptions(
46
clockHz: Int,
5-
blackboxes: Seq[Class[_ <: CXXRTLBlackBox]] = Seq(),
7+
blackboxes: Seq[Class[_ <: BlackBox]] = Seq(),
68
)

0 commit comments

Comments
 (0)