Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fmc-clock-out.rst #65

Merged
merged 3 commits into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/Hardware Guide/Datasheets/fmc-clock-out.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FMC Host Clock Output Device
:Authors: Jonathan P. Newman
:Version: 1
:IO: Register Access
:ONIX ID: 22
:ONIX ID: 20
:ONIX Hubs: :ref:`pcie_host`

Description
Expand Down Expand Up @@ -47,7 +47,7 @@ Register Programming
- Immediate
- 0
- None
- Output enable. Bit 0 = 0 is disabled, Bit 0 = 1 is enabled.
- Output enable. Bit 0 = 0 is disabled (output driven low), Bit 0 = 1 is enabled.

* - 0x02
- H
Expand Down
2 changes: 1 addition & 1 deletion source/Hardware Guide/PCIe Host/setup-windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Install C++ Runtime
---------------------------------------
Windows does not ship with a C++ runtime. Before using ONIX on windows, you
will need to install `Microsoft Visual C++ Redistributable for Visual Studio
2015, 2017 and 2019 <https://aka.ms/vs/16/release/vc_redist.x64.exe>`__.
2015, 2017 and 2019 <https://download.visualstudio.microsoft.com/download/pr/453680ea-b88a-411f-80fd-5db37fdc9dbb/5D9999036F2B3A930F83B7FE3E2186B12E79AE7C007D538F52E3582E986A37C3/VC_redist.x64.exe>`__.

Install Device Driver
---------------------------------------
Expand Down