Skip to content

Commit

Permalink
Add intra blocks links, better mlab doc, better dsp link numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
galibert committed Dec 31, 2020
1 parent a56db0c commit e76547a
Show file tree
Hide file tree
Showing 13 changed files with 1,020 additions and 742 deletions.
693 changes: 188 additions & 505 deletions docs-html/index.html

Large diffs are not rendered by default.

Binary file modified docs-pdf/mistral.pdf
Binary file not shown.
4 changes: 4 additions & 0 deletions docs/builddoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ for b in cmuxp cmuxcr cmuxhg cmuxhr cmuxvg cmuxvr ctrl dll fpll gpio hmc hps_boo
./mkp2rdoc.py $b srcdoc/sx120f-p2r.txt srcdoc/p2r-doc.txt > gendoc/${b}-dp2r.rst
done

for b in lab m10k dsp; do
./mkp2rdoc.py $b srcdoc/sx120f-p2ri.txt srcdoc/p2r-doc.txt > gendoc/${b}-dp2r.rst
done

for b in cmuxcr cmuxhg cmuxhr cmuxvg cmuxvr dll dqs16 fpll gpio hmc hps_clocks lvl; do
./mkp2pdoc.py $b srcdoc/sx120f-p2p.txt srcdoc/p2p-doc.txt > gendoc/${b}-dp2p.rst
done
Expand Down
6 changes: 6 additions & 0 deletions docs/cyclonev_details.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ enable, clear, etc signals.

.. include:: gendoc/lab-dmux.rst

.. include:: gendoc/lab-dp2r.rst


MLAB
^^^^
Expand All @@ -105,6 +107,8 @@ TODO: everything, GOUT/GIN/DCMUX mapping is done

.. include:: gendoc/dsp-dmux.rst

.. include:: gendoc/dsp-dp2r.rst



M10K
Expand All @@ -116,6 +120,8 @@ TODO: everything, GOUT/GIN/DCMUX mapping is done

.. include:: gendoc/m10k-dmux.rst

.. include:: gendoc/m10k-dp2r.rst



Peripheral logic blocks
Expand Down
9 changes: 9 additions & 0 deletions docs/gendoc/dsp-dp2r.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
+-----------+----------+-----------+-----------------+---------------+
| Port Name | Instance | Port bits | Route node type | Documentation |
+===========+==========+===========+=================+===============+
| CLKIN | | 0-4 | TCLK | TODO |
+-----------+----------+-----------+-----------------+---------------+
| DATAIN | | 0-127 | GOUT | TODO |
+-----------+----------+-----------+-----------------+---------------+
| DATAOUT | | 0-73 | GIN | TODO |
+-----------+----------+-----------+-----------------+---------------+
37 changes: 37 additions & 0 deletions docs/gendoc/lab-dp2r.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
+-----------+----------+-----------+-----------------+---------------+
| Port Name | Instance | Port bits | Route node type | Documentation |
+===========+==========+===========+=================+===============+
| A | 0-9 | | GOUT | TODO |
+-----------+----------+-----------+-----------------+---------------+
| ACLR | | 0-1 | TCLK | TODO |
+-----------+----------+-----------+-----------------+---------------+
| B | 0-9 | | GOUT | TODO |
+-----------+----------+-----------+-----------------+---------------+
| C | 0-9 | | GOUT | TODO |
+-----------+----------+-----------+-----------------+---------------+
| CLKIN | | 0-1 | TCLK | TODO |
+-----------+----------+-----------+-----------------+---------------+
| D | 0-9 | | GOUT | TODO |
+-----------+----------+-----------+-----------------+---------------+
| DATAIN | | 0-3 | GOUT | TODO |
+-----------+----------+-----------+-----------------+---------------+
| E0 | 0-9 | | GOUT | TODO |
+-----------+----------+-----------+-----------------+---------------+
| E1 | 0-9 | | GOUT | TODO |
+-----------+----------+-----------+-----------------+---------------+
| F0 | 0-9 | | GOUT | TODO |
+-----------+----------+-----------+-----------------+---------------+
| F1 | 0-9 | | GOUT | TODO |
+-----------+----------+-----------+-----------------+---------------+
| FFB0 | 0-9 | | GIN | TODO |
+-----------+----------+-----------+-----------------+---------------+
| FFB1 | 0-9 | | GIN | TODO |
+-----------+----------+-----------+-----------------+---------------+
| FFB1L | 0-9 | | LD | TODO |
+-----------+----------+-----------+-----------------+---------------+
| FFT0 | 0-9 | | GIN | TODO |
+-----------+----------+-----------+-----------------+---------------+
| FFT1 | 0-9 | | GIN | TODO |
+-----------+----------+-----------+-----------------+---------------+
| FFT1L | 0-9 | | LD | TODO |
+-----------+----------+-----------+-----------------+---------------+
9 changes: 9 additions & 0 deletions docs/gendoc/m10k-dp2r.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
+-----------+----------+-----------+-----------------+---------------+
| Port Name | Instance | Port bits | Route node type | Documentation |
+===========+==========+===========+=================+===============+
| CLKIN | | 0-5 | TCLK | TODO |
+-----------+----------+-----------+-----------------+---------------+
| DATAIN | | 0-83 | GOUT | TODO |
+-----------+----------+-----------+-----------------+---------------+
| DATAOUT | | 0-39 | GIN | TODO |
+-----------+----------+-----------+-----------------+---------------+
Loading

0 comments on commit e76547a

Please sign in to comment.