From 073e8df9f1ca88ae30f5c61f7a620b02210e1747 Mon Sep 17 00:00:00 2001 From: Andrew Zonenberg Date: Tue, 20 Dec 2016 12:34:56 +0800 Subject: [PATCH] greenpak4: replaced MOSI/MISO with single one-way SDAT pin --- techlibs/greenpak4/cells_sim.v | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/techlibs/greenpak4/cells_sim.v b/techlibs/greenpak4/cells_sim.v index b3060b14a..3263c4ebc 100644 --- a/techlibs/greenpak4/cells_sim.v +++ b/techlibs/greenpak4/cells_sim.v @@ -591,7 +591,7 @@ endmodule module GP_SPI( input SCK, - input MOSI, + inout SDAT, input CSN, output reg MISO, input[7:0] TXD_HIGH, @@ -599,7 +599,6 @@ module GP_SPI( output reg[7:0] RXD_HIGH, output reg[7:0] RXD_LOW); - initial MISO = 0; initial DOUT_HIGH = 0; initial DOUT_LOW = 0; -- 2.30.2