greenpak4: removed unused MISO pin from GP_SPI

This commit is contained in:
Andrew Zonenberg 2016-12-21 11:33:32 +08:00
parent 638f3e3b12
commit 6b526e9382
1 changed files with 0 additions and 1 deletions

View File

@ -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,