Skip to content

Commit 34be9a9

Browse files
committed
docs/ad_gmsl2eth_sl: Update to latest Corundum NetStack version
Signed-off-by: alin724 <alin-tudor.sferle@analog.com>
1 parent 911503f commit 34be9a9

File tree

1 file changed

+21
-24
lines changed

1 file changed

+21
-24
lines changed

docs/projects/ad_gmsl2eth_sl/index.rst

Lines changed: 21 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -71,24 +71,23 @@ CPU/Memory interconnects addresses
7171
The addresses are dependent on the architecture of the FPGA, having an offset
7272
added to the base address from HDL (see more at :ref:`architecture cpu-intercon-addr`).
7373

74-
======================== ===========
75-
Instance Address
76-
======================== ===========
77-
mipi_csi2_rx_subsyst_0 0x84A0_0000
78-
mipi_csi2_rx_subsyst_1 0x84A2_0000
79-
axi_iic_mipi 0x84A4_0000
80-
v_frmbuf_wr_0 0x84A6_0000
81-
v_frmbuf_wr_1 0x84A8_0000
82-
v_frmbuf_wr_2 0x84AA_0000
83-
v_frmbuf_wr_3 0x84AC_0000
84-
v_frmbuf_wr_4 0x84AE_0000
85-
v_frmbuf_wr_5 0x84B0_0000
86-
v_frmbuf_wr_6 0x84B2_0000
87-
v_frmbuf_wr_7 0x84B4_0000
88-
axi_pwm_gen_0 0x84B6_0000
89-
corundum/s_axil_ctrl 0xA000_0000
90-
corundum/s_axil_app_ctrl 0xA800_0000
91-
======================== ===========
74+
============================================ ===========
75+
Instance Address
76+
============================================ ===========
77+
mipi_csi2_rx_subsyst_0 0x84A0_0000
78+
mipi_csi2_rx_subsyst_1 0x84A2_0000
79+
axi_iic_mipi 0x84A4_0000
80+
v_frmbuf_wr_0 0x84A6_0000
81+
v_frmbuf_wr_1 0x84A8_0000
82+
v_frmbuf_wr_2 0x84AA_0000
83+
v_frmbuf_wr_3 0x84AC_0000
84+
v_frmbuf_wr_4 0x84AE_0000
85+
v_frmbuf_wr_5 0x84B0_0000
86+
v_frmbuf_wr_6 0x84B2_0000
87+
v_frmbuf_wr_7 0x84B4_0000
88+
axi_pwm_gen_0 0x84B6_0000
89+
corundum_hierarchy/corundum_core/s_axil_ctrl 0xA000_0000
90+
============================================ ===========
9291

9392
I2C connections
9493
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -211,7 +210,7 @@ v_frmbuf_wr4/interrupt 8 104 136
211210
v_frmbuf_wr5/interrupt 7 96 128
212211
v_frmbuf_wr6/interrupt 6 95 127
213212
v_frmbuf_wr7/interrupt 5 94 126
214-
combined_corundum_irq 4 93 125
213+
corundum_hierarcy/irq 4 93 125
215214
======================= === ============ =============
216215

217216
Building the HDL project
@@ -225,7 +224,7 @@ If you want to build the sources, ADI makes them available on the
225224
`clone <https://git-scm.com/book/en/v2/Git-Basics-Getting-a-Git-Repository>`__
226225
the HDL repository, and then build the project as follows:.
227226

228-
This project uses `Corundum NIC <https://github.com/corundum/corundum>`_
227+
This project uses `Corundum NIC <https://github.com/ucsdsysnet/corundum>`_
229228
and it needs to be cloned alongside this repository.
230229

231230
.. admonition:: Publications
@@ -243,9 +242,7 @@ and it needs to be cloned alongside this repository.
243242
**Linux/Cygwin/WSL**
244243

245244
.. shell::
246-
247-
$git clone https://github.com/corundum/corundum.git
248-
$git checkout ed4a26e2cbc0a429c45d5cd5ddf1177f86838914
245+
====================://github.com/ucsdsysnet/corundum.git
249246
$cd hdl/projects/ad_gmsl2eth_sl/k26
250247
$make
251248

@@ -289,7 +286,7 @@ HDL related
289286
* - AXI_SYSID
290287
- :git-hdl:`library/axi_sysid`
291288
- :ref:`axi_sysid`
292-
* - CORUNDUM
289+
* - CORUNDUM_NETSTACK
293290
- :git-hdl:`library/corundum`
294291
- :ref:`corundum`
295292
* - SYSID_ROM

0 commit comments

Comments
 (0)