Merge pull request #1430 from ucb-bar/chisel356fixes

Resolve merge conflicts in chisel3.5.6 bump
This commit is contained in:
Jerry Zhao
2023-04-08 15:23:51 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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]) = {

View File

@@ -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._