Skip to content

Commit

Permalink
Merge pull request #1430 from ucb-bar/chisel356fixes
Browse files Browse the repository at this point in the history
Resolve merge conflicts in chisel3.5.6 bump
  • Loading branch information
jerryz123 authored Apr 8, 2023
2 parents af6a88d + 0f6f38e commit 60468e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generators/chipyard/src/main/scala/ConfigFinder.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.reflections.scanners.Scanners.SubTypes
import scala.jdk.CollectionConverters._
import scala.collection.{SortedSet}

import freechips.rocketchip.config.{Config}
import org.chipsalliance.cde.config.{Config}

object ConfigFinder {
def main(args: Array[String]) = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package chipyard.example
import chisel3._
import chipyard.iobinders._

import freechips.rocketchip.config._
import org.chipsalliance.cde.config._
import freechips.rocketchip.diplomacy.{InModuleBody}
import barstools.iocell.chisel._
import chipyard._
Expand Down

0 comments on commit 60468e1

Please sign in to comment.