Commit d3151bf7 authored by Federico Vaga's avatar Federico Vaga

doc: fix links

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 92335dd9
......@@ -120,10 +120,10 @@ Mock Turtle is officially hosted on the `Open Hardware Repository`_:
`Mock Turtle`_. This project is distributed as a git repository which can
be cloned using the following command::
git clone https://@ohwr.org/gitolite/hdl-core-lib/mock-turtle.git
git clone https://ohwr.org/project/mock-turtle.git
In it you can find all sources: HDL, software, demos, tests and this
documentation.
.. _`Open Hardware Repository`: https://www.ohwr.org/
.. _`Mock Turtle`: https://www.ohwr.org/projects/mock-turtle/repository
.. _`Mock Turtle`: https://www.ohwr.org/project/mock-turtle/repository
......@@ -43,7 +43,7 @@ runs. Any kind of bus controller, or device must be connected externally as a
The memory size for code and data is :ref:`configurable at synthesis time <hdl:cfg>`.
.. _uRV processor: https://www.ohwr.org/projects/urv-core
.. _uRV processor: https://www.ohwr.org/project/urv-core
.. _`RISC-V`: https://riscv.org/
For more information about how to handle cores from software, please read:
......
......@@ -123,7 +123,7 @@ This firmware does the following things:
.. highlight:: c
.. literalinclude:: ../../demos/fmc-spec-carrier/software/firmware/fw-02/fw-spec.c
.. _`FMC SPEC carrier`: https://www.ohwr.org/projects/spec/
.. _GN4124 core: https://www.ohwr.org/projects/gn4124-core/wiki
.. _Hdlmake: https://www.ohwr.org/projects/hdl-make/wiki
.. _OHWR general-cores: https://www.ohwr.org/projects/general-cores/wiki
.. _`FMC SPEC carrier`: https://www.ohwr.org/project/spec/
.. _GN4124 core: https://www.ohwr.org/project/gn4124-core/wiki
.. _Hdlmake: https://www.ohwr.org/project/hdl-make/wiki
.. _OHWR general-cores: https://www.ohwr.org/project/general-cores/wiki
......@@ -162,7 +162,7 @@ the possibility to play with LEDs and LEMOs status.
.. literalinclude:: ../../demos/fmc-svec-carrier/software/tools/mockturtle-svec.c
.. _`FMC SVEC carrier`: https://www.ohwr.org/projects/svec/
.. _Hdlmake: https://www.ohwr.org/projects/hdl-make/wiki
.. _VME64x core: https://www.ohwr.org/projects/vme64x-core/wiki
.. _OHWR general-cores: https://www.ohwr.org/projects/general-cores/wiki
.. _`FMC SVEC carrier`: https://www.ohwr.org/project/svec/
.. _Hdlmake: https://www.ohwr.org/project/hdl-make/wiki
.. _VME64x core: https://www.ohwr.org/project/vme64x-core/wiki
.. _OHWR general-cores: https://www.ohwr.org/project/general-cores/wiki
......@@ -472,10 +472,10 @@ The expected output from the simulation is::
The mock_turtle_core testbench expects an already compiled software binary under
*tests/firmware/sim-verif*. Please compile the software prior to running the simulation.
.. _OHWR general-cores: https://www.ohwr.org/projects/general-cores/wiki
.. _White Rabbit PTP Core: https://www.ohwr.org/projects/wr-cores/wiki/Wrpc_core/wiki
.. _Hdlmake: https://www.ohwr.org/projects/hdl-make/wiki
.. _uRV processor: https://www.ohwr.org/projects/urv-core/wiki
.. _OHWR general-cores: https://www.ohwr.org/project/general-cores/wiki
.. _White Rabbit PTP Core: https://www.ohwr.org/project/wr-cores/wiki/Wrpc_core/wiki
.. _Hdlmake: https://www.ohwr.org/project/hdl-make/wiki
.. _uRV processor: https://www.ohwr.org/project/urv-core/wiki
.. _Git submodules: https://git-scm.com/book/en/Git-Tools-Submodules
.. highlight:: none
......@@ -158,7 +158,7 @@ At this point you can call ``make(1)`` to build your firmware.
`soft-cpu toolchain`_ project on the `OHWR`_.
.. _`OHWR`: https://www.ohwr.org/
.. _`soft-cpu toolchain`: https://www.ohwr.org/projects/soft-cpu-toolchains/wiki/wiki
.. _`soft-cpu toolchain`: https://www.ohwr.org/project/soft-cpu-toolchains/wiki/wiki
.. toctree::
......
......@@ -5,10 +5,10 @@
-- Tuesday, March 13 2018
--
-- ../../ip_cores/general-cores/tools/sdb_desc_gen.tcl is part of OHWR general-cores:
-- https://www.ohwr.org/projects/general-cores/wiki
-- https://www.ohwr.org/project/general-cores/wiki
--
-- For more information on SDB meta information, see also:
-- https://www.ohwr.org/projects/sdb/wiki
-- https://www.ohwr.org/project/sdb/wiki
--------------------------------------------------------------------------------
library ieee;
......
......@@ -5,10 +5,10 @@
-- Tuesday, March 13 2018
--
-- ../../ip_cores/general-cores/tools/sdb_desc_gen.tcl is part of OHWR general-cores:
-- https://www.ohwr.org/projects/general-cores/wiki
-- https://www.ohwr.org/project/general-cores/wiki
--
-- For more information on SDB meta information, see also:
-- https://www.ohwr.org/projects/sdb/wiki
-- https://www.ohwr.org/project/sdb/wiki
--------------------------------------------------------------------------------
library ieee;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment