Skip to content

Commit

Permalink
comment on pin type
Browse files Browse the repository at this point in the history
  • Loading branch information
osresearch committed Jun 3, 2019
1 parent 4c669d2 commit 1158c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpio.v
Expand Up @@ -12,7 +12,7 @@ module gpio(
parameter PULLUP = 1'b0;

SB_IO #(
.PIN_TYPE(6'b1010_01), // Tristate
.PIN_TYPE(6'b1010_01), // Tristate, non-clocked, non-registered
.PULLUP(PULLUP),
) io(
.PACKAGE_PIN(pin),
Expand Down

0 comments on commit 1158c86

Please sign in to comment.