Skip to content

Commit

Permalink
doc: added location of bitstream and vivado project files
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Oeldemann committed Nov 20, 2019
1 parent a644236 commit 15d4d1c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ following command:
make -C $FLUENT10G hw
Synthesis and implementation will take a while, so please be patient! :-)
Synthesis and implementation will take a while, so please be patient! :-) If
everything goes well, the bistream file should be located at
`$FLUENT10G/hardware/project/fluent10g.runs/impl_1/fluent10g_wrapper.bit`.

Programming the FPGA
--------------------
Expand All @@ -61,6 +63,10 @@ Open a new terminal and program the FPGA:
Hardware Server. Change the value if the FPGA that shall be programmed is
plugged into a remote machine.

.. note:: Alternatively, the FPGA can be programmed using the hardware manager
of the Xilinx Vivado GUI. To do so, open the generated project file located at
`$FLUENT10G/hardware/project/fluent10g.xpr` in Vivado.

Finally, reboot the machine containing the FPGA board (PCI Express device
reenumeration may be sufficient, however it did not work for our host system).

Expand Down

0 comments on commit 15d4d1c

Please sign in to comment.