Skip to content

Commit b482b43

Browse files
author
Wayne Ren
committed
doc: update the emsdp related docs
* doc version update to 2018.12 * add the abbreviation for emsdp Signed-off-by: Wayne Ren <wei.ren@synopsys.com>
1 parent fa6005c commit b482b43

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

doc/documents/board/emsdp.rst

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
.. _board_emsdp:
22

3-
ARC EM Software Development Platform
3+
|emsdp|
44
====================================
55

66
Introduction
77
------------
88

9-
The DesignWare® ARC® EM Software Development Platform (EM SDP, emsdp)
9+
The DesignWare® ARC® |emsdp| (emsdp)
1010
is an FPGA based development platform intended to support ARC licenses in developing their software for the ARC EM processor family and ARC EM Subsystems. It has the support for ARC
1111
EM4, EM5D, EM6, EM7D, EM9D and EM11D processors. ARC EM Enhanced Security Package (ESP) and ARC EM Subsystems (DFSS, SCSS, DSS) are also supported.
1212

13-
The EM SDP board includes the following features:
13+
The |emsdp| board includes the following features:
1414

1515
- Support for selected ARC EM and ARC EM Subsystem configurations
1616
- Drag-and-drop configuration of FPGA device through USB
@@ -39,7 +39,7 @@ The EM SDP board includes the following features:
3939
- Buttons, LEDs and switches
4040

4141

42-
The DesignWare ARC EM Software Development Platform contains the following components:
42+
The DesignWare |emsdp| contains the following components:
4343

4444
- FPGA
4545

@@ -73,7 +73,7 @@ The DesignWare ARC EM Software Development Platform contains the following compo
7373
FPGA
7474
^^^^
7575

76-
The FPGA on the ARC EM SDP board is configured by storing an FPGA bitstream into the configuration memory of the ARC EM SDP.
76+
The FPGA on the |emsdp| board is configured by storing an FPGA bitstream into the configuration memory of the |emsdp|.
7777
Drag-and-drop feature enable users to copy an FPGA bitstream from the PC to the configuration memory and programmed into the FPGA.
7878

7979
Memory
@@ -84,18 +84,18 @@ Please refer to `ARC_EM_SDP_UserGuide` for memory map and more details.
8484
Interfaces
8585
^^^^^^^^^^
8686

87-
ARC EM SDP board provides a variety set of peripherals for evaluate and development.
87+
|emsdp| board provides a variety set of peripherals for evaluate and development.
8888
There are many peripheral devices available, such as SPI, IIC, UART, GPIO.
89-
Upon these, the ARC EM SDP offers multiple interfaces for audio, USB, micro-SD card, wireless, ADC, motion sensor, etc.
89+
Upon these, the |emsdp| offers multiple interfaces for audio, USB, micro-SD card, wireless, ADC, motion sensor, etc.
9090
External hardware modules can also be easily connected to the board though extension interfaces using Pmod Connectors, Arduino, mikro BUS.
9191

9292
.. image:: /pic/emsdp_peripheral_interfaces.jpg
93-
:alt: EM SDP Interfaces
93+
:alt: |emsdp| Interfaces
9494

9595
Extensions
9696
^^^^^^^^^^
9797

98-
To bring your application context around the ARC EM SDP, Pmod Connectors, Arduino, mikro BUS are supported.
98+
To bring your application context around the |emsdp|, Pmod Connectors, Arduino, mikro BUS are supported.
9999
All the sets of connections are controlled by mux controller and can be switched by user.
100100
There are many peripheral devices available, such as SPI, IIC, UART, GPIO.
101101

@@ -105,7 +105,7 @@ Usage
105105

106106
Setting Up
107107
^^^^^^^^^^
108-
You can use either USB-JTAG or USB-UART interface to communicate with ARC EM SDP board.
108+
You can use either USB-JTAG or USB-UART interface to communicate with |emsdp| board.
109109
Before the interfaces are used, you must install the required drivers on the computer where you intend to run
110110
the MetaWare debugger or other serial debug consoles (such as PuTTY or other hyper-terminals).
111111

@@ -118,8 +118,8 @@ You may also skip this step if you are using default settings.
118118

119119
Package Preparation
120120
^^^^^^^^^^^^^^^^^^^
121-
This section talks about how to add new ARC EM SDP cores into embARC OSP.
122-
If you are using default cores of ARC EM SDP: *em6_scss*, *em7d_esp_dfss*, and *em11d_dfss*, then you may skip this section.
121+
This section talks about how to add new |emsdp| cores into embARC OSP.
122+
If you are using default cores of |emsdp|: *em6_scss*, *em7d_esp_dfss*, and *em11d_dfss*, then you may skip this section.
123123

124124
#. You may download the package from our website. Suppose you want to add a new package called ``em9d_dfss``, your package name would be ``embarc_em9d_dfss.zip``.
125125

@@ -135,7 +135,7 @@ If you are using default cores of ARC EM SDP: *em6_scss*, *em7d_esp_dfss*, and *
135135

136136
Run Your First Program
137137
^^^^^^^^^^^^^^^^^^^^^^
138-
By setting up the board, you are now ready to run your first program on ARC EM SDP.
138+
By setting up the board, you are now ready to run your first program on |emsdp|.
139139
please refer to example `example_blinky` for further details. Build and download the example using either MetaWare or GNU. The command is shown below:
140140

141141
.. code-block:: console
@@ -165,7 +165,7 @@ Another example is to add both wifi driver and audio codec driver for an online
165165
166166
Contributing
167167
^^^^^^^^^^^^
168-
ARC EM SDP is welcome to your contribution. If you found any bug or issue or have suggestions,
168+
|emsdp| is welcome to your contribution. If you found any bug or issue or have suggestions,
169169
please feel free to raise issues or pull requests at [embARC Open Software Platform](https://github.com/foss-for-synopsys-dwc-arc-processors/embarc_osp) repository on GitHub.
170170

171171

doc/documents/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@
6868
# built documents.
6969
#
7070
# The short X.Y version.
71-
version = u'2018.09'
71+
version = u'2018.12'
7272
# The full version, including alpha/beta/rc tags.
73-
release = u'2018.09'
73+
release = u'2018.12'
7474

7575
# The language for content autogenerated by Sphinx. Refer to documentation
7676
# for a list of supported languages.
@@ -188,6 +188,7 @@
188188
.. |embarc| replace:: embARC OSP
189189
.. |iotdk| replace:: IoT Development Kit
190190
.. |hsdk| replace:: HS Development Kit
191+
.. |emsdp| replace:: EM Software Development Platform
191192
.. |emsk| replace:: EM Starter Kit
192193
.. |mwdt| replace:: MetaWare Development Toolkit
193194
.. |arcgnu| replace:: GNU Toolchain for ARC Processors

0 commit comments

Comments
 (0)