Fix diplomacy import warning in coalescer

This commit is contained in:
Hansung Kim
2024-05-25 12:41:57 -07:00
parent 4b58958a8e
commit 18e6a1f82d

View File

@@ -5,7 +5,8 @@ package radiance.memory
import chisel3._
import chisel3.util._
import org.chipsalliance.cde.config.{Field, Parameters}
import freechips.rocketchip.diplomacy._
import freechips.rocketchip.diplomacy.{IdRange, AddressSet, BufferParams}
import org.chipsalliance.diplomacy.lazymodule.{LazyModule, LazyModuleImp}
import freechips.rocketchip.util.{Code, MultiPortQueue, OnePortLanePositionedQueue}
import freechips.rocketchip.unittest._
import freechips.rocketchip.tilelink._