diff options
Diffstat (limited to 'techlibs')
-rw-r--r-- | techlibs/greenpak4/cells_sim.v | 3 |
1 files changed, 1 insertions, 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; |