Skip to content

Commit

Permalink
Merge pull request #406 from MaZderMind/opsis-debug-io
Browse files Browse the repository at this point in the history
gateware opsis: declare debug_io0/1
  • Loading branch information
mithro committed Feb 10, 2018
2 parents d11f5b8 + 2745121 commit 45a1748
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions platforms/opsis.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,9 @@ def tofe_pin(tofe_netname):
Subsignal("hpd_en", Pins("V19"), IOStandard("LVCMOS33"))
),

# Debug header?
#("debug", 0, Pins("AA2"), IOStandard("LVCMOS15")), # (/FPGA_Bank_0_3/DEBUG_IO0)
# Debug header
("debug_io0", 0, Pins("AA2"), IOStandard("LVCMOS15")), # (/FPGA_Bank_0_3/DEBUG_IO0)
("debug_io1", 0, Pins("AA1"), IOStandard("LVCMOS15")), # (/FPGA_Bank_0_3/DEBUG_IO1)

## onboard HDMI OUT1
## HDMI - connector J3 - Direction TX
Expand Down

0 comments on commit 45a1748

Please sign in to comment.