From 74fa7690f675f97bab67cd4aaa10a66727c996d1 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Fri, 22 Nov 2019 09:30:23 -0800 Subject: Forgot the GPIO pin. --- piodev1.ucf | 1 + piodev1.v | 1 + 2 files changed, 2 insertions(+) diff --git a/piodev1.ucf b/piodev1.ucf index f0dc682..5059487 100644 --- a/piodev1.ucf +++ b/piodev1.ucf @@ -25,6 +25,7 @@ NET nCS_SW LOC=P18; NET WR_LEDS LOC=P19; NET SWRESET LOC=P23 PULLUP; +NET GPIO LOC=P24; NET RECOVERY LOC=P28 PULLUP; NET nIN10 LOC=P31; diff --git a/piodev1.v b/piodev1.v index 4f84636..a8f63cc 100644 --- a/piodev1.v +++ b/piodev1.v @@ -16,6 +16,7 @@ module piodev1( output WR_LEDS, input SWRESET, + inout GPIO, input RECOVERY, output nIN10, -- cgit v1.2.3