Merge pull request #136 from tymcauley/chisel-5-prep

Update deprecated APIs to prepare for Chisel 5
This commit is contained in:
Jerry Zhao
2024-01-03 11:09:57 -08:00
committed by GitHub

View File

@@ -3,8 +3,9 @@
package barstools.iocell.chisel
import chisel3._
import chisel3.util.{Cat, HasBlackBoxResource, HasBlackBoxInline}
import chisel3.experimental.{Analog, BaseModule, DataMirror, IO}
import chisel3.util.{Cat, HasBlackBoxInline}
import chisel3.reflect.DataMirror
import chisel3.experimental.{Analog, BaseModule}
// The following four IO cell bundle types are bare-minimum functional connections
// for modeling 4 different IO cell scenarios. The intention is that the user