Merge pull request #719 from hcook/patch-1

Remove unused import from UARTBridge.scala
This commit is contained in:
David Biancolin 2021-02-10 18:46:57 -08:00 committed by GitHub
commit 8c3fde9a2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import chisel3.util._
import chisel3.experimental.{DataMirror, Direction}
import freechips.rocketchip.config.Parameters
import freechips.rocketchip.subsystem.PeripheryBusKey
import sifive.blocks.devices.uart.{UARTPortIO, PeripheryUARTKey, UARTParams}
import sifive.blocks.devices.uart.{UARTPortIO, UARTParams}
//Note: This file is heavily commented as it serves as a bridge walkthrough
//example in the FireSim docs