Updated comment, added link to clocking documentation.

This commit is contained in:
Skip Hansen 2020-05-25 14:48:24 -07:00
parent 1ab46562bd
commit 0648c04158
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ _io = [
Subsignal("odt", Pins("J6"), IOStandard("SSTL18_II")),
),
# Ethernet phy reset (clk125 is 25 Mhz instead of 125 Mhz if reset is active)
# See https://github.com/tomverbeure/panologic-g2#fpga-external-clocking-architecture
("gmii_rst_n", 0, Pins("R11"), IOStandard("LVCMOS33")),
]