diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2019-11-22 09:30:23 -0800 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2019-11-22 09:30:23 -0800 |
commit | 74fa7690f675f97bab67cd4aaa10a66727c996d1 (patch) | |
tree | d19731ffbdfd3529778fa99e422a7b1bcb6ae000 | |
parent | 3a09408495ae6ae59840318e1bade302bf6cab06 (diff) |
-rw-r--r-- | piodev1.ucf | 1 | ||||
-rw-r--r-- | piodev1.v | 1 |
2 files changed, 2 insertions, 0 deletions
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; @@ -16,6 +16,7 @@ module piodev1( output WR_LEDS, input SWRESET, + inout GPIO, input RECOVERY, output nIN10, |