From d4a05b499e58db500c376e3c44e4a1e4c46542c3 Mon Sep 17 00:00:00 2001
From: Andrew Zonenberg <azonenberg@drawersteak.com>
Date: Tue, 20 Dec 2016 10:30:38 +0800
Subject: greenpak4: Changed port names on GP_SPI for clarity

---
 techlibs/greenpak4/cells_sim.v | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'techlibs')

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;
-- 
cgit v1.2.3