Remove unused UART signals (rs and cs) from ml507
This commit is contained in:
parent
e9625bf8ee
commit
41362a1cb5
@ -105,8 +105,6 @@ abstract class ML507Shell(implicit val p: Parameters) extends RawModule {
|
||||
// UART
|
||||
val uart_tx = IO(Output(Bool()))
|
||||
val uart_rx = IO(Input(Bool()))
|
||||
val uart_rtsn = IO(Output(Bool()))
|
||||
val uart_ctsn = IO(Input(Bool()))
|
||||
|
||||
// SDIO
|
||||
val sdio_clk = IO(Output(Bool()))
|
||||
@ -225,8 +223,6 @@ abstract class ML507Shell(implicit val p: Parameters) extends RawModule {
|
||||
// UART
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
uart_rtsn := false.B
|
||||
|
||||
def connectUART(dut: HasPeripheryUARTModuleImp): Unit = {
|
||||
val uartParams = p(PeripheryUARTKey)
|
||||
if (!uartParams.isEmpty) {
|
||||
|
Loading…
Reference in New Issue
Block a user