Update to fix reference link and shrink PNGs

This commit is contained in:
bbleaptrot 2021-04-02 14:24:51 -06:00 committed by GitHub
parent 71b96b9169
commit 75891f800d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ This will run a prebuilt task with OpenFPGA cell libraries. When the task is fin
vi openfpga_flow/tasks/fpga_verilog/adder/hard_adder/latest/k6_frac_N10_tileable_adder_chain_40nm/and2/MIN_ROUTE_CHAN_WIDTH/SRC/sub_module/luts.v
.. note:: Users can find full details about netlist organization in our documentation: :ref:``fabric_netlists``
.. note:: Users can find full details about netlist organization in our documentation: :ref:`fabric_netlists`
The ``luts.v`` file represents a Look Up Table within the OpenFPGA architecture. The important lines of this file for the tutorial are highlighted below.
These lines show the instantiation of OpenFPGA's **OR2** cell library.
@ -194,7 +194,7 @@ The simulation waveforms should look similar to the following :numref:`fig_contr
.. _fig_control_output:
.. figure:: ./figures/Control_Waves.png
:scale: 100%
:scale: 75%
Control Circuit Model's Simulation Waveforms
@ -467,7 +467,7 @@ The simulation waveforms should look similar to the following :numref:`fig_custo
.. _fig_custom_output:
.. figure:: ./figures/Custom_Waves.png
:scale: 100%
:scale: 75%
Custom Circuit Model's Simulation Waveforms