Update to fix links to proper syntax
This commit is contained in:
parent
bad49cdb75
commit
64e8e623a5
|
@ -291,7 +291,7 @@ Replace all the text within ``iverilog_output.txt`` with the following:
|
||||||
|
|
||||||
iverilog -o compiled_and2 ./SRC/and2_include_netlists.v -s and2_top_formal_verification_random_tb -I ${OPENFPGA_PATH}/skywater-pdk/libraries/sky130_fd_sc_ls/latest/cells/or2
|
iverilog -o compiled_and2 ./SRC/and2_include_netlists.v -s and2_top_formal_verification_random_tb -I ${OPENFPGA_PATH}/skywater-pdk/libraries/sky130_fd_sc_ls/latest/cells/or2
|
||||||
|
|
||||||
We can now manually rerun IVerilog, a tutorial on manually running IVerilog can be found at our `From Verilog to Verification <https://openfpga.readthedocs.io/en/master/tutorials/design_flow/verilog2verification/>`_ tutorial. From the root
|
We can now manually rerun IVerilog, a tutorial on manually running IVerilog can be found at our :ref:`from_verilog_to_verification` tutorial. From the root
|
||||||
directory, run the following commands:
|
directory, run the following commands:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
@ -474,12 +474,12 @@ The simulation waveforms should look similar to the following :numref:`fig_custo
|
||||||
|
|
||||||
Simulation Waveforms with Skywater PDK Circuit Model
|
Simulation Waveforms with Skywater PDK Circuit Model
|
||||||
|
|
||||||
We have now verified that the Skywater PDK Cell Library has been instantiated and bound to the OpenFPGA architecture file. If you have any problems, please `contact`_ us.
|
We have now verified that the Skywater PDK Cell Library has been instantiated and bound to the OpenFPGA architecture file. If you have any problems, please :ref:`contact` us.
|
||||||
|
|
||||||
|
|
||||||
.. _Verification: https://openfpga.readthedocs.io/en/master/tutorials/design_flow/verilog2verification/
|
|
||||||
|
|
||||||
.. _PDK: https://github.com/google/skywater-pdk
|
.. _PDK: https://github.com/google/skywater-pdk
|
||||||
|
|
||||||
.. _GTKWave: https://github.com/gtkwave/gtkwave
|
.. _GTKWave: https://github.com/gtkwave/gtkwave
|
||||||
|
|
||||||
.. _contact: https://openfpga.readthedocs.io/en/master/contact/
|
|
||||||
|
|
Loading…
Reference in New Issue