Skip to content

Commit

Permalink
Update deprecated Chisel API
Browse files Browse the repository at this point in the history
This has been deprecated since Chisel 3.6.0. It is being removed in
Chisel 6, and will become a compile error at that point.
  • Loading branch information
tymcauley committed Jan 16, 2024
1 parent 81f005f commit 67f6f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/channel/Nodes.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package constellation.channel

import chisel3._
import chisel3.internal.sourceinfo.SourceInfo
import chisel3.experimental.SourceInfo
import org.chipsalliance.cde.config.{Parameters, Field}
import freechips.rocketchip.diplomacy._

Expand Down

0 comments on commit 67f6f08

Please sign in to comment.