aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs
diff options
context:
space:
mode:
authorAndrew Zonenberg <azonenberg@drawersteak.com>2016-12-21 11:33:32 +0800
committerAndrew Zonenberg <azonenberg@drawersteak.com>2016-12-21 11:33:32 +0800
commit6b526e93823a72e1b3b2c20a084073477aba399f (patch)
tree4bb56e34cd0511dd2467dc362de3c24327c77d0c /techlibs
parent638f3e3b1205b16e6e5fe2e9c611bfd0853d2550 (diff)
downloadyosys-6b526e93823a72e1b3b2c20a084073477aba399f.tar.gz
yosys-6b526e93823a72e1b3b2c20a084073477aba399f.tar.bz2
yosys-6b526e93823a72e1b3b2c20a084073477aba399f.zip
greenpak4: removed unused MISO pin from GP_SPI
Diffstat (limited to 'techlibs')
-rw-r--r--techlibs/greenpak4/cells_sim.v1
1 files changed, 0 insertions, 1 deletions
diff --git a/techlibs/greenpak4/cells_sim.v b/techlibs/greenpak4/cells_sim.v
index 8b22630fe..a75ea3fe6 100644
--- a/techlibs/greenpak4/cells_sim.v
+++ b/techlibs/greenpak4/cells_sim.v
@@ -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,