mirror of https://github.com/YosysHQ/yosys.git
greenpak4: removed unused MISO pin from GP_SPI
This commit is contained in:
parent
638f3e3b12
commit
6b526e9382
|
@ -593,7 +593,6 @@ module GP_SPI(
|
|||
input SCK,
|
||||
inout SDAT,
|
||||
input CSN,
|
||||
output reg MISO,
|
||||
input[7:0] TXD_HIGH,
|
||||
input[7:0] TXD_LOW,
|
||||
output reg[7:0] RXD_HIGH,
|
||||
|
|
Loading…
Reference in New Issue