diff --git a/docs/building-examples.rst b/docs/building-examples.rst index 48e152b..cb8e5b2 100644 --- a/docs/building-examples.rst +++ b/docs/building-examples.rst @@ -1,6 +1,6 @@ Building example designs -======================== +=========================== Before building any example, set the installation directory to match what you set it to earlier, for example: @@ -95,7 +95,7 @@ Enter the directory that contains examples for Xilinx 7-Series FPGAs: :file: templates/example.jinja .. jinja:: xc7_pulse_width_led - :file: templates/example.jinja + :file: templates/example.jinja QuickLogic EOS S3 diff --git a/xc7/additional_examples/immages/debounce.gif b/xc7/additional_examples/images/debounce.gif similarity index 100% rename from xc7/additional_examples/immages/debounce.gif rename to xc7/additional_examples/images/debounce.gif diff --git a/xc7/additional_examples/immages/registers.gif b/xc7/additional_examples/images/registers.gif similarity index 100% rename from xc7/additional_examples/immages/registers.gif rename to xc7/additional_examples/images/registers.gif diff --git a/xc7/additional_examples/immages/uart_rx-tx.gif b/xc7/additional_examples/images/uart_rx-tx.gif similarity index 100% rename from xc7/additional_examples/immages/uart_rx-tx.gif rename to xc7/additional_examples/images/uart_rx-tx.gif diff --git a/xc7/additional_examples/immages/uart_tx.gif b/xc7/additional_examples/images/uart_tx.gif similarity index 100% rename from xc7/additional_examples/immages/uart_tx.gif rename to xc7/additional_examples/images/uart_tx.gif diff --git a/xc7/additional_examples/registers_example/README.rst b/xc7/additional_examples/registers_example/README.rst index 49e86f0..a609f92 100644 --- a/xc7/additional_examples/registers_example/README.rst +++ b/xc7/additional_examples/registers_example/README.rst @@ -47,3 +47,5 @@ of the register file in action. :width: 50% + + diff --git a/xc7/pulse_width_led/README.rst b/xc7/pulse_width_led/README.rst index 2eb6af8..48b2a88 100644 --- a/xc7/pulse_width_led/README.rst +++ b/xc7/pulse_width_led/README.rst @@ -1,5 +1,5 @@ Pulse Width Modulation -~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~ This example is built specificity for the arty_35T. It demonstrates a greater variety of I/O and a PWM that drives the RGB leds on the board. To build this example run the following diff --git a/xc7/timer/README.rst b/xc7/timer/README.rst index c46a483..5fad5f6 100644 --- a/xc7/timer/README.rst +++ b/xc7/timer/README.rst @@ -26,7 +26,7 @@ Now, you can upload the design with: After downloading the bitstream you can start and stop the watch by toggling switch 0 on the board. Press the center button to reset the counter. The following gives a visual example: -.. image:: ../../docs/images/stop-watch.gif +.. image:: ../../docs/images/timer.gif :align: center :width: 50% diff --git a/xc7/timer/stwatch_top.sv b/xc7/timer/timer_top.sv similarity index 100% rename from xc7/timer/stwatch_top.sv rename to xc7/timer/timer_top.sv