Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #136 from tymcauley/chisel-5-prep
Browse files Browse the repository at this point in the history
Update deprecated APIs to prepare for Chisel 5
  • Loading branch information
jerryz123 authored Jan 3, 2024
2 parents 32b329b + 16b5637 commit 7b68cd7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions iocell/src/main/scala/barstools/iocell/chisel/IOCell.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b68cd7

Please sign in to comment.