Skip to content

Commit

Permalink
Leave unused pins blank
Browse files Browse the repository at this point in the history
  • Loading branch information
hpretl committed Mar 14, 2024
1 parent b58a592 commit 1c390c5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ project:
pinout:
# Inputs
ui[0]: "Start signal of TDC (stop signal is clk)"
ui[1]: "n.u."
ui[2]: "n.u."
ui[3]: "n.u."
ui[1]: ""
ui[2]: ""
ui[3]: ""
ui[4]: "output select"
ui[5]: "output select"
ui[6]: "output select"
Expand All @@ -41,14 +41,14 @@ pinout:
uo[7]: "Result MSB"

# Bidirectional pins
uio[0]: "n.u."
uio[1]: "n.u."
uio[2]: "n.u."
uio[3]: "n.u."
uio[4]: "n.u."
uio[5]: "n.u."
uio[6]: "n.u."
uio[7]: "n.u."
uio[0]: ""
uio[1]: ""
uio[2]: ""
uio[3]: ""
uio[4]: ""
uio[5]: ""
uio[6]: ""
uio[7]: ""

# Do not change!
yaml_version: 6

0 comments on commit 1c390c5

Please sign in to comment.