aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs
diff options
context:
space:
mode:
Diffstat (limited to 'techlibs')
-rw-r--r--techlibs/greenpak4/cells_sim.v8
1 files changed, 4 insertions, 4 deletions
diff --git a/techlibs/greenpak4/cells_sim.v b/techlibs/greenpak4/cells_sim.v
index 6b8280eb2..b3060b14a 100644
--- a/techlibs/greenpak4/cells_sim.v
+++ b/techlibs/greenpak4/cells_sim.v
@@ -594,10 +594,10 @@ module GP_SPI(
input MOSI,
input CSN,
output reg MISO,
- input[7:0] DIN_HIGH,
- input[7:0] DIN_LOW,
- output reg[7:0] DOUT_HIGH,
- output reg[7:0] DOUT_LOW);
+ input[7:0] TXD_HIGH,
+ input[7:0] TXD_LOW,
+ output reg[7:0] RXD_HIGH,
+ output reg[7:0] RXD_LOW);
initial MISO = 0;
initial DOUT_HIGH = 0;