SlideShare una empresa de Scribd logo
1 de 64
Descargar para leer sin conexión
SOC Peripheral
Components & Tools
Mr. A. B. Shinde
Assistant Professor,
Electronics Engineering,
PVPIT, Budhgaon, Sangli
shindesir.pvp@gmail.com
Contents…
• XPS 16550 UART,
• XPS Serial Peripheral Interface (SPI),
• XPS Timer/Counter,
• XPS IIC Bus Interface.
• Tools: Xilinx ISE Tool &
Xilinx EDK Tool
2
References: Respective Datasheets
XPS 16550 UART
3
XPS 16550 UART
• UART: Universal Asynchronous Receiver/Transmitter
• XPS 16550 UART is an IP Core.
4
XPS 16550 UART
• Features:
• Connects as a 32-bit Slave on PLB bus of 32, 64 and 128 bits data
width
• Hardware and software register compatible with all standard 16450
and 16550 UARTs
• Implements all standard serial interface protocols
• − 5, 6, 7 or 8 bits per character
• − Odd, Even or no parity detection and generation
• − 1, 1.5 or 2 stop bit detection and generation
• − Internal baud rate generator and separate receiver clock input
• − Prioritized transmit, receive, line status
• − False start bit detection and recover
• − Line break detection and generation
• − Internal loop back diagnostic functionality
• − 16 byte transmit and receive FIFOs
5
XPS 16550 UART
• Supported Device Family:
• Virtex-4, Virtex-4Q,
• Virtex-4QV, Virtex-5,
• Virtex-5FX, Virtex-6,
• Virtex-6CX,
• Spartan-3 AN, Spartan®-3E,
• Automotive Spartan-3E, Spartan-3,
• Automotive Spartan-3, Spartan-3A,
• Automotive Spartan-3A, Spartan-3A DSP,
• Automotive Spartan-3A DSP,
• Spartan-6
6
XPS 16550 UART
• The XPS 16550 UART performs parallel to serial conversion on
characters received from the CPU and serial to parallel conversion
on characters received from a modem or microprocessor
peripheral.
• The XPS 16550 UART is capable of transmitting and receiving 8, 7,
6, or 5 bit characters. The XPS 16550 UART can transmit and receive
independently.
• The device can be configured and it’s status monitored via the
internal register set. The XPS 16550 UART is capable of signaling
receiver, transmitter and modem control interrupts.
• These interrupts can be masked and prioritized.
• The device contains a 16 bit, programmable, baud rate generator
and independent 16 byte transmit and receive FIFOs.
7
XPS 16550 UART
• The top level modules of the XPS 16550 UART are:
– PLB Interface Module
– IPIC_IF
– UART16550
8
XPS 16550 UART Top-level Block Diagram
XPS 16550 UART
• PLB Interface Module
• PLB Interface Module provides bidirectional interface between UART
16550 module and the PLB.
• The base element of the PLB Interface Module is slave attachment,
which provides the basic functionality of PLB slave operation.
• IPIC_IF
• IPIC_IF module incorporates logic to acknowledge the write and
read transactions.
9
XPS 16550 UART
• UART 16550
• UART 16550 provides all the core features for transmission,
reception of data and modem features of UART.
• The UART 16550 module of XPS 16550 UART can be configured for
16450 or 16550 mode of operation.
• This is accomplished by the usage of generic C_IS_A_16550.
• If C_IS_A_16550 set to one, the FIFOs instantiated to support 16550
mode of operation.
• When C_IS_A_16550 is set to zero, the module works without FIFOs
in 16450 mode.
10
XPS 16550 UART
11
XPS 16550 UART Detailed Block Diagram
XPS Serial Peripheral Interface (SPI)
12
XPS Serial Peripheral Interface (SPI)
• Introduction
• The XPS Serial Peripheral Interface (SPI) connects to the PLB V4.6
(Processor Local Bus with Xilinx simplifications) and provides a serial
interface to SPI devices such as SPI EEPROMs and SPI serial flash
devices.
• The SPI protocol, provides a simple method for a master and a
selected slave to exchange data.
13
XPS Serial Peripheral Interface (SPI)
• Features
• Connects as a 32-bit slave on PLB buses of 32, 64 or 128 bits
• Supports four signal interface (MOSI, MISO, SCK and SS)
• Supports slave select (SS) bit for each slave on the SPI bus
• Supports full-duplex operation
• Supports master and slave SPI modes
• Supports programmable clock phase and polarity
• Supports continuous transfer mode for automatic scanning of a
peripheral
• Supports automatic or manual slave select modes
• Supports MSB/LSB first transactions
• Supports transfer length of 8-bits, 16-bits or 32-bits
• Supports local loopback capability for testing
• Supports multiple master and multiple slave environment
14
XPS Serial Peripheral Interface (SPI)
• Supported Device Family:
• Spartan®-3, Spartan-3E,
• Spartan-3A/3AN, Spartan-3A DSP,
• Automotive Spartan-3/3A/3A DSP/ 3E,
• Spartan-6,
• Virtex®-4, Virtex-4Q,
• Virtex-4QV, Virtex-5/5FX,
• Virtex-6
15
XPS Serial Peripheral Interface (SPI)
16
Top-Level Block Diagram for the XPS SPI IP Core
XPS Serial Peripheral Interface (SPI)
• The XPS SPI IP Core is a full-duplex synchronous channel that
supports four-wire interface (receive, transmit, clock and slave-select)
between a master and a selected slave.
• The XPS SPI IP Core supports Manual Slave Select Mode as the
Default Mode of operation.
• This allows transfers of an arbitrary number of elements without
toggling the slave select line between elements.
• However, the user must toggle the slave select line before starting a new
transfer.
• The other mode of operation is Automatic Slave Select Mode.
• In this mode the slave select line is toggled automatically after
each element transfer.
17
XPS Serial Peripheral Interface (SPI)
• The XPS SPI IP Core supports continuous transfer mode, wherein
when configured as master the transfer continues till the data is
available in transmit register/FIFO.
• This capability is provided in both manual and automatic slave
select modes.
• When XPS SPI IP Core is configured as a slave and its slave select
line (SPISEL) goes high (i.e. in-active state) in between the data
element transfer, then the current transfer is aborted.
• Again if the slave select line goes low then the aborted data
element is transmitted again.
18
XPS Serial Peripheral Interface (SPI)
• The XPS SPI IP Core permits additional slaves to be added.
• Additional masters can be added as well.
• To eliminate conflicts, software is required to arbitrate bus control.
• The XPS SPI IP Core can communicate with both off-chip and on-
chip masters and slaves.
• The number of slaves is limited to 32 by the size of the Slave Select
Register.
• All the SPI and INTR registers are 32-bit wide. The XPS SPI IP Core
supports only word access to all SPI and INTR register modules.
19
XPS Serial Peripheral Interface (SPI)
• The XPS SPI IP Core modules are described in the sections below.
• PLB Interface Module:
• The PLB Interface Module provides the interface to the PLB V4.6
slave. The read and write transactions at the PLB are translated
into equivalent IP Interconnect (IPIC) transactions.
• The PLB Interface Module also provides an address decoding
service for XPS SPI Core.
• SPI Register Module:
• The SPI Register Module includes all memory mapped registers.
• It interfaces to the PLB.
• It consists of Status Register, Control Register, N-bit Slave Select
Register (N 32) and a pair of Transmit/Receive Registers.
20
XPS Serial Peripheral Interface (SPI)
• The XPS SPI IP Core modules are described in the sections below.
• INTR Register Module:
• The INTR Register Module consists of interrupt related registers
namely device global interrupt enable register (DGIER), IP interrupt
enable register (IPIER) and IP interrupt status register (IPISR).
• SPI Module:
• The SPI Module consists of a shift register, a parameterized baud
rate generator (BRG) and a control unit.
• It provides the SPI interface, including the control logic and
initialization logic.
• It is the heart of core.
21
XPS Serial Peripheral Interface (SPI)
• The XPS SPI IP Core modules are described in the sections below.
• Optional FIFOs:
• The Tx FIFO and Rx FIFO are implemented on both transmit and
receive paths.
• The width of Tx FIFO and Rx FIFO is same.
• The depth of these FIFO’s is 16, which is FIFO design dependent.
22
IP XPS Timer/Counter
23
IP XPS Timer/Counter
• Introduction
• The XPS Timer/Counter is a 32-bit timer module that is attached to
the PLB bus.
24
IP XPS Timer/Counter
• Features
• Connects as a 32-bit slave on PLB V4.6 buses of 32, 64 or 128 bits
• PLB interface with byte-enable support
• Two programmable interval timers with interrupt, event generation,
and event capture capabilities
• Configurable counter width
• One Pulse Width Modulation (PWM) output
• Freeze input for halting counters during software debug
25
IP XPS Timer/Counter
• Supported Device Family:
• Spartan®-6, Virtex®-6/-6CX,
• Spartan-3, Spartan-3A,
• Spartan-3E, Automotive Spartan-3/3E/3A/3A DSP,
• Spartan-3 ADSP,
• Virtex-4, QVirtex-4,
• QRVirtex-4, Virtex-5/5FX
26
IP XPS Timer/Counter
27
XPS Timer/Counter Top-Level Block Diagram
IP XPS Timer/Counter
28
XPS Timer/Counter Detailed Block Diagram
IP XPS Timer/Counter
• The Timer/Counter is organized as two identical timer modules.
• Each timer module has an associated load register that is used to
hold either the initial value for the counter for event generation, or a
capture value, depending on the mode of the timer.
• The generate value is used to generate a single interrupt at the
expiration of an interval, or a continuous series of interrupts with a
programmable interval.
• The capture value is the timer value that has been latched on
detection of an external event.
• The clock rate of the timer modules is SPLB_Clk.
• All of the Timer/Counter interrupts are OR’ed together to generate a
single external interrupt signal.
29
IP XPS Timer/Counter
• Timer Modes:
• There are three modes that can be used with the two Timer/Counter
modules:
• Generate mode
• Capture mode
• Pulse Width Modulation (PWM) mode.
30
IP XPS Timer/Counter
• Timer Control/Status Register 0 (TCSR0)
31
ENALL: Enable All Timers
0 = No effect on timers
1 = Enable all timers (counters run)
IP XPS Timer/Counter
• Timer Control/Status Register 0 (TCSR0)
32
PWMA0: Enable Pulse Width Modulation for Timer0
0 = Disable pulse width modulation
1 = Enable pulse width modulation
T0INT: Timer0 Interrupt Read:
0 = No interrupt has occurred
1 = Interrupt has occurred
Write:
0 = No change in state of T0INT
1 = Clear T0INT (clear to ’0’)
IP XPS Timer/Counter
• Timer Control/Status Register 0 (TCSR0)
33
ENT0: Enable Timer0
0 = Disable timer (counter halts)
1 = Enable timer (counter runs)
ENIT0: Enable Interrupt for Timer0
0 = Disable interrupt signal
1 = Enable interrupt signal
IP XPS Timer/Counter
• Timer Control/Status Register 0 (TCSR0)
34
LOAD0: Load Timer0
0 = No load
1 = Loads timer with value in TLR0
ARHT0: Auto Reload/Hold Timer0
0 = Hold counter or capture value
1 = Reload generate value or overwrite capture value
IP XPS Timer/Counter
• Timer Control/Status Register 0 (TCSR0)
35
CAPT0: Enable External Capture Trigger Timer0
0 = Disables external capture trigger
1 = Enables external capture trigger
GENT0: Enable External Generate Signal Timer0
0 = Disables external generate signal
1 = Enables external generate signal
IP XPS Timer/Counter
• Timer Control/Status Register 0 (TCSR0)
36
UDT0: Up/Down Count Timer0
0 = Timer functions as up counter
1 = Timer functions as down counter
MDT0: Timer0 Mode
0 = Timer mode is generate
1 = Timer mode is capture
IP XPS Timer/Counter
• Generate Mode:
• In this mode, the value in the load register is loaded into the
counter.
• The counter, when enabled, begins to count up or down, depending
on the selection of the UDT bit in the Timer Control Status Register
(TCSR).
• On transition of the carry out of the counter, the counter stops or
automatically reloads the generate value from the load register and
continues counting as selected by the ARHT bit in the TCSR.
• The TINT bit is set in TCSR and, if enabled, the external
GenerateOut signal is driven to 1 for one clock cycle.
• This mode is useful for generating repetitive interrupts or external
signals with a specified interval.
37
IP XPS Timer/Counter
• Capture Mode:
• In Capture Mode, the value of the counter is stored in the load
register when the external capture signal is asserted.
• The TINT bit is set in the Timer Control Status Register (TCSR) on
detection of the capture event.
• The counter can be configured as an up or down counter for this
mode as determined by the selection of the UDT bit in TCSR.
• The ARHT bit controls whether the capture value is overwritten
with a new capture value before the previous TINT flag is cleared.
• This mode is useful for time tagging external events while
simultaneously generating an interrupt.
38
IP XPS Timer/Counter
• Pulse Width Modulation (PWM) Mode:
• In PWM mode, two timer/counters are used as a pair to produce an
output signal (PWM0) with a specified frequency and duty factor.
• Timer0 sets the period and Timer1 sets the high time for the PWM0
output.
39
IP XPS Timer/Counter
• Interrupts:
• The TC interrupt signals can be enabled or disabled with the ENIT
bit in the TCSR.
• The interrupt status bit (TINT) in the TCSR cannot be disabled and
always reflects the current state of the timer interrupt.
• In Generate Mode, a timer interrupt is caused by the counter rolling
over.
• In Capture Mode, the interrupt event is the capture event.
40
XPS IIC Bus Interface
41
XPS IIC Bus Interface
• Introduction
• IIC Bus (I2C or I2C) means Inter-Integrated Circuit Bus
• I2C Protocol is intended to allow multiple “slave” digital integrated
circuits (“chips”) to communicate with one or more “master” chips.
• It is intended for short distance communications within a single
device.
42
XPS IIC Bus Interface
• Introduction
• This product/module defines the architecture, hardware (signal)
interface, software (register) interface and parameterization options
for the XPS IIC module.
• It provides a low speed, two wire, serial bus interface to a large
number of popular devices.
• XPS IIC supports all features, except high speed mode, of the
Philips I2C bus, V2.1.
43
XPS IIC Bus Interface
• Features
• Connects as a 32-bit Slave on PLB bus of 32, 64 and 128 bits data width
• Master or slave operation
• Multi-master operation
• Arbitration lost interrupt with automatic mode switching from master to slave
• Calling address identification interrupt with automatic mode switching from
master to slave
• START and STOP signal generation/detection
• Acknowledge bit generation/detection
• Bus busy detection
• Fast mode 400 KHz operation or standard mode 100 KHz
• 7 bit or 10 bit addressing
• General call enable or disable
• Transmit and receive FIFOs - 16 bytes deep
• General purpose output, 1 bit to 8 bits wide
• Filtering on the SCL and SDA signals to eliminate pulses
44
XPS IIC Bus Interface
• Supported Device Family:
• Virtex-4, Virtex-4Q,
• Virtex-4QV, Virtex-5,
• Virtex-5FX, Virtex-6,
• Virtex-6CX,
• Spartan-3E, Automotive Spartan-3E,
• Spartan-3, Automotive Spartan-3,
• Spartan-3A, Automotive Spartan-3A,
• Spartan-3A DSP, Automotive Spartan-3A DSP,
• Spartan-6
45
XPS IIC Bus Interface
46
XPS IIC Top Level Block Diagram
SDA: Serial Data
SCL: Serial Clock
XPS IIC Bus Interface
• The PLB Slave Interface Module provides the transaction interface
to the PLB bus.
• A register interface block implements the address map and
connectivity for the firmware to control IIC data transfer operations.
• The module includes bi-directional I/O buffers which implement open
collector drivers for the SDA and SCL signals.
• The user must provide external pull up devices to properly hold the
bus at the logic 1 state when the connection to ground is removed.
47
XPS IIC Bus Interface
• Multi Master Operation
• The controller participates in multi master arbitration when the bus
is initially free.
• After it issues the START, other masters may participate in addressing
and the XPS IIC will correctly assigns the bus.
• However, if the bus is not free, at the START and the request to
acquire the bus is made by other masters then the XPS IIC will wait
until the bus becomes free.
48
XPS IIC Bus Interface
• Dynamic IIC Controller Logic
• The dynamic controller logic provides an interface to the XPS IIC
controller.
• The dynamic logic supports master mode only and 7 bit addressing
only.
• The dynamic logic is controlled by a start and stop bit that is located
in the transmit FIFO.
• If neither of these bits are set, then the dynamic logic is disabled.
49
XPS IIC Bus Interface
• Signal Filtering
• The Philips Specification for I2C indicates that 0 to 50 ns of pulse
rejection may be applied when operating in fast mode (>100 kHz).
• The user may specify the max amount allowed through the filtering
parameters C_SCL_INERTIAL_DELAY & C_SDA_INERTIAL_DELAY.
• These parameters specify the amount of delay in clock cycles.
• Some designs may not require any filtering and others (operating
<100 kHz) may require the maximum amount of filtering.
• It depends on many factors beyond the control of the core itself.
50
Tools Used for SoC Design
51
Xilinx ISE Tool
• ISE Design Suite: Embedded Edition
Embedded Edition provides the fundamental tools and
technologies to achieve optimal design results.
These include intelligent clock gating for dynamic power reduction
and a partial reconfiguration for greater system flexibility, size,
power, and cost reduction.
• ISE Design Suite: System Edition
It is build on top of the Embedded Edition by adding on System
Generator for DSP.
52
Xilinx ISE Tool
• ISE Design Suite: WebPACK Edition
ISE WebPACK delivers a complete, front-to-back design flow
providing instant access to the ISE features and functionality.
53
Xilinx ISE Tool
• Additional Options
The ISE Design Suite offers tools to enhance designer productivity and
flexible configurations.
• High-Level Synthesis – Vivado High-Level Synthesis accelerates IP
creation by enabling C, C++ and System C specifications.
• Partial Reconfiguration – It allows designers to change functionality
on the fly, eliminating the need to fully reconfigure.
• ChipScope – The ChipScope Pro Serial I/O Toolkit provides a fast,
easy and interactive setup and debug of serial I/O channels in high-
speed FPGA designs for use with the WebPACK edition.
54
Xilinx ISE Tool
• Additional Options
The ISE Design Suite offers tools to enhance designer productivity and
flexible configurations.
• Embedded Development Kit – It is an integrated development
environment for designing embedded processing systems for use
with WebPACK edition.
• System Generator for DSP – The industry’s leading high-level tool for
designing high-performance DSP systems using Xilinx devices for
use with the WebPACK edition.
55
Xilinx EDK Tool
• It is an embedded hardware platform typically consists of one or
more processors, peripherals and memory blocks, interconnected
via processor buses.
• It also has port connections to the outside world.
• Each of the processor cores parameters can be adjusted to customize
its behavior.
56
Xilinx EDK Tool
• This kit includes Xilinx Platform Studio (XPS) and the Software
Development kit (SDK), as well as all the documentation and IP cores.
• The Embedded Development Kit Provides:
– Xilinx Platform Studio (XPS) Tool Suite –
XPS can be used to configure the embedded system architecture,
buses and peripherals.
– Software Development Kit (SDK) –
SDK is the recommended software-centric design environment.
– Real-Time Operating System and Embedded OS Support -
Provides design support and board support package for numerous
third party suppliers in the Xilinx systems.
57
System Design Process
• The tools provided with EDK are designed to assist in all phases of the
embedded design process
58
Xilinx Platform Studio
• XPS provides an integrated environment for creating embedded
processor systems based on MicroBlaze and PowerPC processors.
• XPS also provides an editor and a project management interface to
create and edit source code.
• From XPS, you can run all embedded system tools needed to
process hardware system components.
• XPS offers the following features:
– Ability to add processor and peripheral cores, edit core
parameters, and make bus and signal connections to generate an
MHS file.
– Ability to generate and view a system block diagram and/or
design report.
– Ability to export hardware specification files for import into
SDK.
59
Xilinx Platform Studio
• XPS Tools and Utilities:
• The Base System Builder Wizard (BSB):
– BSB wizard helps you quickly to build a working system.
– Some embedded design projects can be completed using the BSB
wizard alone.
• The Create and Import Peripheral Wizard (CIP):
– CIP wizard helps you create your own peripherals and import them
into XPS-compliant projects.
– In the Create mode, the CIP wizard creates templates that help you
implement your peripheral.
– In the Import mode, this creates the interface files and directory
structures that are necessary to make your peripheral visible to the
various tools in XPS.
60
Xilinx Platform Studio
• XPS Tools and Utilities:
• Platform Generator (Platgen):
– Platgen compiles the high-level description of embedded processor
system into HDL.netlists.
• FXPS Command Line or “no window” Mode:
– XPS includes a “no window” mode that allows you to run from an
operating system command line.
61
Xilinx Platform Studio
• XPS Tools and Utilities:
• Debug Configuration Wizard
– One can instantiate a ChipScope core to monitor the Processor
Local Bus (PLB) or any other system-level signals.
– You can also provide JTAG-based virtual input and output for
monitoring the actual status.
• Simulation Model Generator (Simgen)
– The Simulation Platform Generation tool (Simgen) generates and
configures various simulation models for the hardware.
62
Software Development Kit
• The Software Development Kit (SDK) provides a development
environment for software application projects.
• SDK has the following features:
– Supports development of software applications on single
processor or multiprocessor systems.
– Imports the XPS-generated hardware platform definition.
– Has the ability to create and configure board support packages
(BSPs) for third-party OS.
– Provides off-the-shelf sample software projects to test the
hardware and software functionality.
– Has feature-rich C/C++ code editor and compilation environment
63
64
Thank You…
This presentation is published only for Educational Purpose

Más contenido relacionado

La actualidad más candente

Intel DPDK Step by Step instructions
Intel DPDK Step by Step instructionsIntel DPDK Step by Step instructions
Intel DPDK Step by Step instructionsHisaki Ohara
 
Introduction to Real-Time Operating Systems
Introduction to Real-Time Operating SystemsIntroduction to Real-Time Operating Systems
Introduction to Real-Time Operating Systemscoolmirza143
 
EE6008 MCBSD - Introduction to PIC Micro controller
EE6008 MCBSD - Introduction to PIC Micro controller EE6008 MCBSD - Introduction to PIC Micro controller
EE6008 MCBSD - Introduction to PIC Micro controller pavihari
 
Performance Analysis: The USE Method
Performance Analysis: The USE MethodPerformance Analysis: The USE Method
Performance Analysis: The USE MethodBrendan Gregg
 
System on chip architectures
System on chip architecturesSystem on chip architectures
System on chip architecturesA B Shinde
 
Debugging programs with Keil uVision
Debugging programs with Keil uVisionDebugging programs with Keil uVision
Debugging programs with Keil uVisionSaravananVijayakumar4
 
LAS16-200: SCMI - System Management and Control Interface
LAS16-200:  SCMI - System Management and Control InterfaceLAS16-200:  SCMI - System Management and Control Interface
LAS16-200: SCMI - System Management and Control InterfaceLinaro
 
Basics of IP Addressing
Basics of IP AddressingBasics of IP Addressing
Basics of IP AddressingKushal Sheth
 
Black Hat USA 2022 - Arsenal Labs - Vehicle Control Systems - Red vs Blue
Black Hat USA 2022 - Arsenal Labs - Vehicle Control Systems - Red vs BlueBlack Hat USA 2022 - Arsenal Labs - Vehicle Control Systems - Red vs Blue
Black Hat USA 2022 - Arsenal Labs - Vehicle Control Systems - Red vs BlueChris Sistrunk
 
Hacking SIP Like a Boss!
Hacking SIP Like a Boss!Hacking SIP Like a Boss!
Hacking SIP Like a Boss!Fatih Ozavci
 
IMS Registration Flow
IMS Registration FlowIMS Registration Flow
IMS Registration FlowKent Loh
 
ACPI Debugging from Linux Kernel
ACPI Debugging from Linux KernelACPI Debugging from Linux Kernel
ACPI Debugging from Linux KernelSUSE Labs Taipei
 

La actualidad más candente (20)

Intel DPDK Step by Step instructions
Intel DPDK Step by Step instructionsIntel DPDK Step by Step instructions
Intel DPDK Step by Step instructions
 
Arm Processor
Arm ProcessorArm Processor
Arm Processor
 
Tcp ip
Tcp ipTcp ip
Tcp ip
 
Waht is Arduino
Waht is ArduinoWaht is Arduino
Waht is Arduino
 
Vlsi Synthesis
Vlsi SynthesisVlsi Synthesis
Vlsi Synthesis
 
Introduction to Real-Time Operating Systems
Introduction to Real-Time Operating SystemsIntroduction to Real-Time Operating Systems
Introduction to Real-Time Operating Systems
 
EE6008 MCBSD - Introduction to PIC Micro controller
EE6008 MCBSD - Introduction to PIC Micro controller EE6008 MCBSD - Introduction to PIC Micro controller
EE6008 MCBSD - Introduction to PIC Micro controller
 
Bootloaders
BootloadersBootloaders
Bootloaders
 
Performance Analysis: The USE Method
Performance Analysis: The USE MethodPerformance Analysis: The USE Method
Performance Analysis: The USE Method
 
System on chip architectures
System on chip architecturesSystem on chip architectures
System on chip architectures
 
Nmap scripting engine
Nmap scripting engineNmap scripting engine
Nmap scripting engine
 
Debugging programs with Keil uVision
Debugging programs with Keil uVisionDebugging programs with Keil uVision
Debugging programs with Keil uVision
 
LAS16-200: SCMI - System Management and Control Interface
LAS16-200:  SCMI - System Management and Control InterfaceLAS16-200:  SCMI - System Management and Control Interface
LAS16-200: SCMI - System Management and Control Interface
 
Basics of IP Addressing
Basics of IP AddressingBasics of IP Addressing
Basics of IP Addressing
 
Black Hat USA 2022 - Arsenal Labs - Vehicle Control Systems - Red vs Blue
Black Hat USA 2022 - Arsenal Labs - Vehicle Control Systems - Red vs BlueBlack Hat USA 2022 - Arsenal Labs - Vehicle Control Systems - Red vs Blue
Black Hat USA 2022 - Arsenal Labs - Vehicle Control Systems - Red vs Blue
 
Arp spoofing
Arp spoofingArp spoofing
Arp spoofing
 
Hacking SIP Like a Boss!
Hacking SIP Like a Boss!Hacking SIP Like a Boss!
Hacking SIP Like a Boss!
 
IMS Registration Flow
IMS Registration FlowIMS Registration Flow
IMS Registration Flow
 
ACPI Debugging from Linux Kernel
ACPI Debugging from Linux KernelACPI Debugging from Linux Kernel
ACPI Debugging from Linux Kernel
 
ASIC_Design.pdf
ASIC_Design.pdfASIC_Design.pdf
ASIC_Design.pdf
 

Destacado

SOC System Design Approach
SOC System Design ApproachSOC System Design Approach
SOC System Design ApproachA B Shinde
 
SOC Chip Basics
SOC Chip BasicsSOC Chip Basics
SOC Chip BasicsA B Shinde
 
SOC Processors Used in SOC
SOC Processors Used in SOCSOC Processors Used in SOC
SOC Processors Used in SOCA B Shinde
 
Basics of English Grammar
Basics of English GrammarBasics of English Grammar
Basics of English GrammarRahul Jose
 
System on chip buses
System on chip busesSystem on chip buses
System on chip busesA B Shinde
 
Soc government
Soc  governmentSoc  government
Soc government15muellt
 
How Hot is My Coffee? Sensors, Core Bluetooth, and Swift!
How Hot is My Coffee? Sensors, Core Bluetooth, and Swift!How Hot is My Coffee? Sensors, Core Bluetooth, and Swift!
How Hot is My Coffee? Sensors, Core Bluetooth, and Swift!Evan Stone
 
Sinhalase and Tamil
Sinhalase and TamilSinhalase and Tamil
Sinhalase and TamilNoeliaRG
 
Practical Core Bluetooth in IoT & Wearable projects @ AltConf 2016
Practical Core Bluetooth in IoT & Wearable projects @ AltConf 2016Practical Core Bluetooth in IoT & Wearable projects @ AltConf 2016
Practical Core Bluetooth in IoT & Wearable projects @ AltConf 2016Shuichi Tsutsumi
 
The Greater Dublin Area (GDA region)
The Greater Dublin Area (GDA region)The Greater Dublin Area (GDA region)
The Greater Dublin Area (GDA region)Aisling O Connor
 
Tech Comms Text Nf
Tech Comms Text NfTech Comms Text Nf
Tech Comms Text NfJohn_Wilson
 
Practical Core Bluetooth in IoT & Wearable projects @ UIKonf 2016
Practical Core Bluetooth in IoT & Wearable projects @ UIKonf 2016Practical Core Bluetooth in IoT & Wearable projects @ UIKonf 2016
Practical Core Bluetooth in IoT & Wearable projects @ UIKonf 2016Shuichi Tsutsumi
 
SOC Verification using SystemVerilog
SOC Verification using SystemVerilog SOC Verification using SystemVerilog
SOC Verification using SystemVerilog Ramdas Mozhikunnath
 
Threat hunting as SOC process
Threat hunting as SOC processThreat hunting as SOC process
Threat hunting as SOC processSergey Soldatov
 
Group discussion
Group discussionGroup discussion
Group discussionA B Shinde
 
Semiconductor Hubs for Research & Innovation
Semiconductor Hubs for Research & InnovationSemiconductor Hubs for Research & Innovation
Semiconductor Hubs for Research & InnovationZinnov
 
Spartan-II FPGA (xc2s30)
Spartan-II FPGA (xc2s30)Spartan-II FPGA (xc2s30)
Spartan-II FPGA (xc2s30)A B Shinde
 
Soc architecture and design
Soc architecture and designSoc architecture and design
Soc architecture and designSatya Harish
 

Destacado (20)

SOC System Design Approach
SOC System Design ApproachSOC System Design Approach
SOC System Design Approach
 
SOC Chip Basics
SOC Chip BasicsSOC Chip Basics
SOC Chip Basics
 
SOC Processors Used in SOC
SOC Processors Used in SOCSOC Processors Used in SOC
SOC Processors Used in SOC
 
Basics of English Grammar
Basics of English GrammarBasics of English Grammar
Basics of English Grammar
 
System on chip buses
System on chip busesSystem on chip buses
System on chip buses
 
Soc government
Soc  governmentSoc  government
Soc government
 
How Hot is My Coffee? Sensors, Core Bluetooth, and Swift!
How Hot is My Coffee? Sensors, Core Bluetooth, and Swift!How Hot is My Coffee? Sensors, Core Bluetooth, and Swift!
How Hot is My Coffee? Sensors, Core Bluetooth, and Swift!
 
Sinhalase and Tamil
Sinhalase and TamilSinhalase and Tamil
Sinhalase and Tamil
 
Practical Core Bluetooth in IoT & Wearable projects @ AltConf 2016
Practical Core Bluetooth in IoT & Wearable projects @ AltConf 2016Practical Core Bluetooth in IoT & Wearable projects @ AltConf 2016
Practical Core Bluetooth in IoT & Wearable projects @ AltConf 2016
 
The Greater Dublin Area (GDA region)
The Greater Dublin Area (GDA region)The Greater Dublin Area (GDA region)
The Greater Dublin Area (GDA region)
 
Tech Comms Text Nf
Tech Comms Text NfTech Comms Text Nf
Tech Comms Text Nf
 
Grammar: Use of Hyphens In Medical Writing
Grammar: Use of Hyphens In Medical WritingGrammar: Use of Hyphens In Medical Writing
Grammar: Use of Hyphens In Medical Writing
 
Practical Core Bluetooth in IoT & Wearable projects @ UIKonf 2016
Practical Core Bluetooth in IoT & Wearable projects @ UIKonf 2016Practical Core Bluetooth in IoT & Wearable projects @ UIKonf 2016
Practical Core Bluetooth in IoT & Wearable projects @ UIKonf 2016
 
SOC Verification using SystemVerilog
SOC Verification using SystemVerilog SOC Verification using SystemVerilog
SOC Verification using SystemVerilog
 
Threat hunting as SOC process
Threat hunting as SOC processThreat hunting as SOC process
Threat hunting as SOC process
 
Group discussion
Group discussionGroup discussion
Group discussion
 
Semiconductor Hubs for Research & Innovation
Semiconductor Hubs for Research & InnovationSemiconductor Hubs for Research & Innovation
Semiconductor Hubs for Research & Innovation
 
Power
PowerPower
Power
 
Spartan-II FPGA (xc2s30)
Spartan-II FPGA (xc2s30)Spartan-II FPGA (xc2s30)
Spartan-II FPGA (xc2s30)
 
Soc architecture and design
Soc architecture and designSoc architecture and design
Soc architecture and design
 

Similar a SOC Peripheral Components & SOC Tools

Unit II Study of Onchip Peripherals
Unit II Study of Onchip PeripheralsUnit II Study of Onchip Peripherals
Unit II Study of Onchip PeripheralsDr. Pankaj Zope
 
Serial Peripheral Interface(SPI)
Serial Peripheral Interface(SPI)Serial Peripheral Interface(SPI)
Serial Peripheral Interface(SPI)Dhaval Kaneria
 
ds894-zynq-ultrascale-plus-overview
ds894-zynq-ultrascale-plus-overviewds894-zynq-ultrascale-plus-overview
ds894-zynq-ultrascale-plus-overviewAngela Suen
 
UNIT 4 8051Microcontroller.pptx
UNIT 4 8051Microcontroller.pptxUNIT 4 8051Microcontroller.pptx
UNIT 4 8051Microcontroller.pptxGowrishankar C
 
PIC-MICROCONTROLLER TUTORIALS FOR BEGINNERS
PIC-MICROCONTROLLER TUTORIALS FOR BEGINNERSPIC-MICROCONTROLLER TUTORIALS FOR BEGINNERS
PIC-MICROCONTROLLER TUTORIALS FOR BEGINNERSVISHNU KP
 
Shoftcore Processors
Shoftcore ProcessorsShoftcore Processors
Shoftcore ProcessorsAnish Goel
 
AN INTEGRATED FOUR-PORT DC-DC CONVERTER-CEI0080
AN INTEGRATED FOUR-PORT DC-DC CONVERTER-CEI0080AN INTEGRATED FOUR-PORT DC-DC CONVERTER-CEI0080
AN INTEGRATED FOUR-PORT DC-DC CONVERTER-CEI0080Vivek Venugopal
 
micro controllers 1.ppt
micro controllers 1.pptmicro controllers 1.ppt
micro controllers 1.pptsiminkhan
 
8051 architecture and pin configuration
8051 architecture and pin configuration8051 architecture and pin configuration
8051 architecture and pin configurationNITHIN KALLE PALLY
 
spi-180501092933-converted.pptx
spi-180501092933-converted.pptxspi-180501092933-converted.pptx
spi-180501092933-converted.pptxsauryakumar3
 
Introduction to intel galileo board gen2
Introduction to intel galileo board gen2Introduction to intel galileo board gen2
Introduction to intel galileo board gen2Harshit Srivastava
 
UNI T 6- SPI_I2C_Lecture8.pptx
UNI                    T 6- SPI_I2C_Lecture8.pptxUNI                    T 6- SPI_I2C_Lecture8.pptx
UNI T 6- SPI_I2C_Lecture8.pptxnaveen088888
 
Do you know what your digital pins are "really" saying
Do you know what your digital pins are "really" sayingDo you know what your digital pins are "really" saying
Do you know what your digital pins are "really" sayingLeroy Levin
 
Overview Study on PIC32MX3XX / 4XX 32-Bit Controller
Overview Study on PIC32MX3XX / 4XX 32-Bit ControllerOverview Study on PIC32MX3XX / 4XX 32-Bit Controller
Overview Study on PIC32MX3XX / 4XX 32-Bit ControllerPremier Farnell
 

Similar a SOC Peripheral Components & SOC Tools (20)

Unit II Study of Onchip Peripherals
Unit II Study of Onchip PeripheralsUnit II Study of Onchip Peripherals
Unit II Study of Onchip Peripherals
 
Serial Peripheral Interface(SPI)
Serial Peripheral Interface(SPI)Serial Peripheral Interface(SPI)
Serial Peripheral Interface(SPI)
 
ds894-zynq-ultrascale-plus-overview
ds894-zynq-ultrascale-plus-overviewds894-zynq-ultrascale-plus-overview
ds894-zynq-ultrascale-plus-overview
 
12 mt06ped001
12 mt06ped001 12 mt06ped001
12 mt06ped001
 
UNIT 4 8051Microcontroller.pptx
UNIT 4 8051Microcontroller.pptxUNIT 4 8051Microcontroller.pptx
UNIT 4 8051Microcontroller.pptx
 
PIC-MICROCONTROLLER TUTORIALS FOR BEGINNERS
PIC-MICROCONTROLLER TUTORIALS FOR BEGINNERSPIC-MICROCONTROLLER TUTORIALS FOR BEGINNERS
PIC-MICROCONTROLLER TUTORIALS FOR BEGINNERS
 
Shoftcore Processors
Shoftcore ProcessorsShoftcore Processors
Shoftcore Processors
 
TMS320C5x
TMS320C5xTMS320C5x
TMS320C5x
 
8085 microprocessor
8085 microprocessor8085 microprocessor
8085 microprocessor
 
AN INTEGRATED FOUR-PORT DC-DC CONVERTER-CEI0080
AN INTEGRATED FOUR-PORT DC-DC CONVERTER-CEI0080AN INTEGRATED FOUR-PORT DC-DC CONVERTER-CEI0080
AN INTEGRATED FOUR-PORT DC-DC CONVERTER-CEI0080
 
micro controllers 1.ppt
micro controllers 1.pptmicro controllers 1.ppt
micro controllers 1.ppt
 
8051 architecture and pin configuration
8051 architecture and pin configuration8051 architecture and pin configuration
8051 architecture and pin configuration
 
Avr report
Avr reportAvr report
Avr report
 
spi-180501092933-converted.pptx
spi-180501092933-converted.pptxspi-180501092933-converted.pptx
spi-180501092933-converted.pptx
 
SPI Bus Protocol
SPI Bus ProtocolSPI Bus Protocol
SPI Bus Protocol
 
Introduction to intel galileo board gen2
Introduction to intel galileo board gen2Introduction to intel galileo board gen2
Introduction to intel galileo board gen2
 
UNI T 6- SPI_I2C_Lecture8.pptx
UNI                    T 6- SPI_I2C_Lecture8.pptxUNI                    T 6- SPI_I2C_Lecture8.pptx
UNI T 6- SPI_I2C_Lecture8.pptx
 
Do you know what your digital pins are "really" saying
Do you know what your digital pins are "really" sayingDo you know what your digital pins are "really" saying
Do you know what your digital pins are "really" saying
 
Overview Study on PIC32MX3XX / 4XX 32-Bit Controller
Overview Study on PIC32MX3XX / 4XX 32-Bit ControllerOverview Study on PIC32MX3XX / 4XX 32-Bit Controller
Overview Study on PIC32MX3XX / 4XX 32-Bit Controller
 
Introduction to ARM Architecture
Introduction to ARM ArchitectureIntroduction to ARM Architecture
Introduction to ARM Architecture
 

Más de A B Shinde

Communication System Basics
Communication System BasicsCommunication System Basics
Communication System BasicsA B Shinde
 
MOSFETs: Single Stage IC Amplifier
MOSFETs: Single Stage IC AmplifierMOSFETs: Single Stage IC Amplifier
MOSFETs: Single Stage IC AmplifierA B Shinde
 
Color Image Processing: Basics
Color Image Processing: BasicsColor Image Processing: Basics
Color Image Processing: BasicsA B Shinde
 
Edge Detection and Segmentation
Edge Detection and SegmentationEdge Detection and Segmentation
Edge Detection and SegmentationA B Shinde
 
Image Processing: Spatial filters
Image Processing: Spatial filtersImage Processing: Spatial filters
Image Processing: Spatial filtersA B Shinde
 
Image Enhancement in Spatial Domain
Image Enhancement in Spatial DomainImage Enhancement in Spatial Domain
Image Enhancement in Spatial DomainA B Shinde
 
Digital Image Fundamentals
Digital Image FundamentalsDigital Image Fundamentals
Digital Image FundamentalsA B Shinde
 
Resume Writing
Resume WritingResume Writing
Resume WritingA B Shinde
 
Image Processing Basics
Image Processing BasicsImage Processing Basics
Image Processing BasicsA B Shinde
 
Blooms Taxonomy in Engineering Education
Blooms Taxonomy in Engineering EducationBlooms Taxonomy in Engineering Education
Blooms Taxonomy in Engineering EducationA B Shinde
 
ISE 7.1i Software
ISE 7.1i SoftwareISE 7.1i Software
ISE 7.1i SoftwareA B Shinde
 
VHDL Coding Syntax
VHDL Coding SyntaxVHDL Coding Syntax
VHDL Coding SyntaxA B Shinde
 
VLSI Testing Techniques
VLSI Testing TechniquesVLSI Testing Techniques
VLSI Testing TechniquesA B Shinde
 
Selecting Engineering Project
Selecting Engineering ProjectSelecting Engineering Project
Selecting Engineering ProjectA B Shinde
 
Interview Techniques
Interview TechniquesInterview Techniques
Interview TechniquesA B Shinde
 
Semiconductors
SemiconductorsSemiconductors
SemiconductorsA B Shinde
 
Diode Applications & Transistor Basics
Diode Applications & Transistor BasicsDiode Applications & Transistor Basics
Diode Applications & Transistor BasicsA B Shinde
 

Más de A B Shinde (20)

Communication System Basics
Communication System BasicsCommunication System Basics
Communication System Basics
 
MOSFETs: Single Stage IC Amplifier
MOSFETs: Single Stage IC AmplifierMOSFETs: Single Stage IC Amplifier
MOSFETs: Single Stage IC Amplifier
 
MOSFETs
MOSFETsMOSFETs
MOSFETs
 
Color Image Processing: Basics
Color Image Processing: BasicsColor Image Processing: Basics
Color Image Processing: Basics
 
Edge Detection and Segmentation
Edge Detection and SegmentationEdge Detection and Segmentation
Edge Detection and Segmentation
 
Image Processing: Spatial filters
Image Processing: Spatial filtersImage Processing: Spatial filters
Image Processing: Spatial filters
 
Image Enhancement in Spatial Domain
Image Enhancement in Spatial DomainImage Enhancement in Spatial Domain
Image Enhancement in Spatial Domain
 
Resume Format
Resume FormatResume Format
Resume Format
 
Digital Image Fundamentals
Digital Image FundamentalsDigital Image Fundamentals
Digital Image Fundamentals
 
Resume Writing
Resume WritingResume Writing
Resume Writing
 
Image Processing Basics
Image Processing BasicsImage Processing Basics
Image Processing Basics
 
Blooms Taxonomy in Engineering Education
Blooms Taxonomy in Engineering EducationBlooms Taxonomy in Engineering Education
Blooms Taxonomy in Engineering Education
 
ISE 7.1i Software
ISE 7.1i SoftwareISE 7.1i Software
ISE 7.1i Software
 
VHDL Coding Syntax
VHDL Coding SyntaxVHDL Coding Syntax
VHDL Coding Syntax
 
VHDL Programs
VHDL ProgramsVHDL Programs
VHDL Programs
 
VLSI Testing Techniques
VLSI Testing TechniquesVLSI Testing Techniques
VLSI Testing Techniques
 
Selecting Engineering Project
Selecting Engineering ProjectSelecting Engineering Project
Selecting Engineering Project
 
Interview Techniques
Interview TechniquesInterview Techniques
Interview Techniques
 
Semiconductors
SemiconductorsSemiconductors
Semiconductors
 
Diode Applications & Transistor Basics
Diode Applications & Transistor BasicsDiode Applications & Transistor Basics
Diode Applications & Transistor Basics
 

Último

Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitterShivangiSharma879191
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
Piping Basic stress analysis by engineering
Piping Basic stress analysis by engineeringPiping Basic stress analysis by engineering
Piping Basic stress analysis by engineeringJuanCarlosMorales19600
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm Systemirfanmechengr
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Solving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptSolving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptJasonTagapanGulla
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substationstephanwindworld
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 

Último (20)

Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
Piping Basic stress analysis by engineering
Piping Basic stress analysis by engineeringPiping Basic stress analysis by engineering
Piping Basic stress analysis by engineering
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm System
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Solving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptSolving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.ppt
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substation
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 

SOC Peripheral Components & SOC Tools

  • 1. SOC Peripheral Components & Tools Mr. A. B. Shinde Assistant Professor, Electronics Engineering, PVPIT, Budhgaon, Sangli shindesir.pvp@gmail.com
  • 2. Contents… • XPS 16550 UART, • XPS Serial Peripheral Interface (SPI), • XPS Timer/Counter, • XPS IIC Bus Interface. • Tools: Xilinx ISE Tool & Xilinx EDK Tool 2 References: Respective Datasheets
  • 4. XPS 16550 UART • UART: Universal Asynchronous Receiver/Transmitter • XPS 16550 UART is an IP Core. 4
  • 5. XPS 16550 UART • Features: • Connects as a 32-bit Slave on PLB bus of 32, 64 and 128 bits data width • Hardware and software register compatible with all standard 16450 and 16550 UARTs • Implements all standard serial interface protocols • − 5, 6, 7 or 8 bits per character • − Odd, Even or no parity detection and generation • − 1, 1.5 or 2 stop bit detection and generation • − Internal baud rate generator and separate receiver clock input • − Prioritized transmit, receive, line status • − False start bit detection and recover • − Line break detection and generation • − Internal loop back diagnostic functionality • − 16 byte transmit and receive FIFOs 5
  • 6. XPS 16550 UART • Supported Device Family: • Virtex-4, Virtex-4Q, • Virtex-4QV, Virtex-5, • Virtex-5FX, Virtex-6, • Virtex-6CX, • Spartan-3 AN, Spartan®-3E, • Automotive Spartan-3E, Spartan-3, • Automotive Spartan-3, Spartan-3A, • Automotive Spartan-3A, Spartan-3A DSP, • Automotive Spartan-3A DSP, • Spartan-6 6
  • 7. XPS 16550 UART • The XPS 16550 UART performs parallel to serial conversion on characters received from the CPU and serial to parallel conversion on characters received from a modem or microprocessor peripheral. • The XPS 16550 UART is capable of transmitting and receiving 8, 7, 6, or 5 bit characters. The XPS 16550 UART can transmit and receive independently. • The device can be configured and it’s status monitored via the internal register set. The XPS 16550 UART is capable of signaling receiver, transmitter and modem control interrupts. • These interrupts can be masked and prioritized. • The device contains a 16 bit, programmable, baud rate generator and independent 16 byte transmit and receive FIFOs. 7
  • 8. XPS 16550 UART • The top level modules of the XPS 16550 UART are: – PLB Interface Module – IPIC_IF – UART16550 8 XPS 16550 UART Top-level Block Diagram
  • 9. XPS 16550 UART • PLB Interface Module • PLB Interface Module provides bidirectional interface between UART 16550 module and the PLB. • The base element of the PLB Interface Module is slave attachment, which provides the basic functionality of PLB slave operation. • IPIC_IF • IPIC_IF module incorporates logic to acknowledge the write and read transactions. 9
  • 10. XPS 16550 UART • UART 16550 • UART 16550 provides all the core features for transmission, reception of data and modem features of UART. • The UART 16550 module of XPS 16550 UART can be configured for 16450 or 16550 mode of operation. • This is accomplished by the usage of generic C_IS_A_16550. • If C_IS_A_16550 set to one, the FIFOs instantiated to support 16550 mode of operation. • When C_IS_A_16550 is set to zero, the module works without FIFOs in 16450 mode. 10
  • 11. XPS 16550 UART 11 XPS 16550 UART Detailed Block Diagram
  • 12. XPS Serial Peripheral Interface (SPI) 12
  • 13. XPS Serial Peripheral Interface (SPI) • Introduction • The XPS Serial Peripheral Interface (SPI) connects to the PLB V4.6 (Processor Local Bus with Xilinx simplifications) and provides a serial interface to SPI devices such as SPI EEPROMs and SPI serial flash devices. • The SPI protocol, provides a simple method for a master and a selected slave to exchange data. 13
  • 14. XPS Serial Peripheral Interface (SPI) • Features • Connects as a 32-bit slave on PLB buses of 32, 64 or 128 bits • Supports four signal interface (MOSI, MISO, SCK and SS) • Supports slave select (SS) bit for each slave on the SPI bus • Supports full-duplex operation • Supports master and slave SPI modes • Supports programmable clock phase and polarity • Supports continuous transfer mode for automatic scanning of a peripheral • Supports automatic or manual slave select modes • Supports MSB/LSB first transactions • Supports transfer length of 8-bits, 16-bits or 32-bits • Supports local loopback capability for testing • Supports multiple master and multiple slave environment 14
  • 15. XPS Serial Peripheral Interface (SPI) • Supported Device Family: • Spartan®-3, Spartan-3E, • Spartan-3A/3AN, Spartan-3A DSP, • Automotive Spartan-3/3A/3A DSP/ 3E, • Spartan-6, • Virtex®-4, Virtex-4Q, • Virtex-4QV, Virtex-5/5FX, • Virtex-6 15
  • 16. XPS Serial Peripheral Interface (SPI) 16 Top-Level Block Diagram for the XPS SPI IP Core
  • 17. XPS Serial Peripheral Interface (SPI) • The XPS SPI IP Core is a full-duplex synchronous channel that supports four-wire interface (receive, transmit, clock and slave-select) between a master and a selected slave. • The XPS SPI IP Core supports Manual Slave Select Mode as the Default Mode of operation. • This allows transfers of an arbitrary number of elements without toggling the slave select line between elements. • However, the user must toggle the slave select line before starting a new transfer. • The other mode of operation is Automatic Slave Select Mode. • In this mode the slave select line is toggled automatically after each element transfer. 17
  • 18. XPS Serial Peripheral Interface (SPI) • The XPS SPI IP Core supports continuous transfer mode, wherein when configured as master the transfer continues till the data is available in transmit register/FIFO. • This capability is provided in both manual and automatic slave select modes. • When XPS SPI IP Core is configured as a slave and its slave select line (SPISEL) goes high (i.e. in-active state) in between the data element transfer, then the current transfer is aborted. • Again if the slave select line goes low then the aborted data element is transmitted again. 18
  • 19. XPS Serial Peripheral Interface (SPI) • The XPS SPI IP Core permits additional slaves to be added. • Additional masters can be added as well. • To eliminate conflicts, software is required to arbitrate bus control. • The XPS SPI IP Core can communicate with both off-chip and on- chip masters and slaves. • The number of slaves is limited to 32 by the size of the Slave Select Register. • All the SPI and INTR registers are 32-bit wide. The XPS SPI IP Core supports only word access to all SPI and INTR register modules. 19
  • 20. XPS Serial Peripheral Interface (SPI) • The XPS SPI IP Core modules are described in the sections below. • PLB Interface Module: • The PLB Interface Module provides the interface to the PLB V4.6 slave. The read and write transactions at the PLB are translated into equivalent IP Interconnect (IPIC) transactions. • The PLB Interface Module also provides an address decoding service for XPS SPI Core. • SPI Register Module: • The SPI Register Module includes all memory mapped registers. • It interfaces to the PLB. • It consists of Status Register, Control Register, N-bit Slave Select Register (N 32) and a pair of Transmit/Receive Registers. 20
  • 21. XPS Serial Peripheral Interface (SPI) • The XPS SPI IP Core modules are described in the sections below. • INTR Register Module: • The INTR Register Module consists of interrupt related registers namely device global interrupt enable register (DGIER), IP interrupt enable register (IPIER) and IP interrupt status register (IPISR). • SPI Module: • The SPI Module consists of a shift register, a parameterized baud rate generator (BRG) and a control unit. • It provides the SPI interface, including the control logic and initialization logic. • It is the heart of core. 21
  • 22. XPS Serial Peripheral Interface (SPI) • The XPS SPI IP Core modules are described in the sections below. • Optional FIFOs: • The Tx FIFO and Rx FIFO are implemented on both transmit and receive paths. • The width of Tx FIFO and Rx FIFO is same. • The depth of these FIFO’s is 16, which is FIFO design dependent. 22
  • 24. IP XPS Timer/Counter • Introduction • The XPS Timer/Counter is a 32-bit timer module that is attached to the PLB bus. 24
  • 25. IP XPS Timer/Counter • Features • Connects as a 32-bit slave on PLB V4.6 buses of 32, 64 or 128 bits • PLB interface with byte-enable support • Two programmable interval timers with interrupt, event generation, and event capture capabilities • Configurable counter width • One Pulse Width Modulation (PWM) output • Freeze input for halting counters during software debug 25
  • 26. IP XPS Timer/Counter • Supported Device Family: • Spartan®-6, Virtex®-6/-6CX, • Spartan-3, Spartan-3A, • Spartan-3E, Automotive Spartan-3/3E/3A/3A DSP, • Spartan-3 ADSP, • Virtex-4, QVirtex-4, • QRVirtex-4, Virtex-5/5FX 26
  • 27. IP XPS Timer/Counter 27 XPS Timer/Counter Top-Level Block Diagram
  • 28. IP XPS Timer/Counter 28 XPS Timer/Counter Detailed Block Diagram
  • 29. IP XPS Timer/Counter • The Timer/Counter is organized as two identical timer modules. • Each timer module has an associated load register that is used to hold either the initial value for the counter for event generation, or a capture value, depending on the mode of the timer. • The generate value is used to generate a single interrupt at the expiration of an interval, or a continuous series of interrupts with a programmable interval. • The capture value is the timer value that has been latched on detection of an external event. • The clock rate of the timer modules is SPLB_Clk. • All of the Timer/Counter interrupts are OR’ed together to generate a single external interrupt signal. 29
  • 30. IP XPS Timer/Counter • Timer Modes: • There are three modes that can be used with the two Timer/Counter modules: • Generate mode • Capture mode • Pulse Width Modulation (PWM) mode. 30
  • 31. IP XPS Timer/Counter • Timer Control/Status Register 0 (TCSR0) 31 ENALL: Enable All Timers 0 = No effect on timers 1 = Enable all timers (counters run)
  • 32. IP XPS Timer/Counter • Timer Control/Status Register 0 (TCSR0) 32 PWMA0: Enable Pulse Width Modulation for Timer0 0 = Disable pulse width modulation 1 = Enable pulse width modulation T0INT: Timer0 Interrupt Read: 0 = No interrupt has occurred 1 = Interrupt has occurred Write: 0 = No change in state of T0INT 1 = Clear T0INT (clear to ’0’)
  • 33. IP XPS Timer/Counter • Timer Control/Status Register 0 (TCSR0) 33 ENT0: Enable Timer0 0 = Disable timer (counter halts) 1 = Enable timer (counter runs) ENIT0: Enable Interrupt for Timer0 0 = Disable interrupt signal 1 = Enable interrupt signal
  • 34. IP XPS Timer/Counter • Timer Control/Status Register 0 (TCSR0) 34 LOAD0: Load Timer0 0 = No load 1 = Loads timer with value in TLR0 ARHT0: Auto Reload/Hold Timer0 0 = Hold counter or capture value 1 = Reload generate value or overwrite capture value
  • 35. IP XPS Timer/Counter • Timer Control/Status Register 0 (TCSR0) 35 CAPT0: Enable External Capture Trigger Timer0 0 = Disables external capture trigger 1 = Enables external capture trigger GENT0: Enable External Generate Signal Timer0 0 = Disables external generate signal 1 = Enables external generate signal
  • 36. IP XPS Timer/Counter • Timer Control/Status Register 0 (TCSR0) 36 UDT0: Up/Down Count Timer0 0 = Timer functions as up counter 1 = Timer functions as down counter MDT0: Timer0 Mode 0 = Timer mode is generate 1 = Timer mode is capture
  • 37. IP XPS Timer/Counter • Generate Mode: • In this mode, the value in the load register is loaded into the counter. • The counter, when enabled, begins to count up or down, depending on the selection of the UDT bit in the Timer Control Status Register (TCSR). • On transition of the carry out of the counter, the counter stops or automatically reloads the generate value from the load register and continues counting as selected by the ARHT bit in the TCSR. • The TINT bit is set in TCSR and, if enabled, the external GenerateOut signal is driven to 1 for one clock cycle. • This mode is useful for generating repetitive interrupts or external signals with a specified interval. 37
  • 38. IP XPS Timer/Counter • Capture Mode: • In Capture Mode, the value of the counter is stored in the load register when the external capture signal is asserted. • The TINT bit is set in the Timer Control Status Register (TCSR) on detection of the capture event. • The counter can be configured as an up or down counter for this mode as determined by the selection of the UDT bit in TCSR. • The ARHT bit controls whether the capture value is overwritten with a new capture value before the previous TINT flag is cleared. • This mode is useful for time tagging external events while simultaneously generating an interrupt. 38
  • 39. IP XPS Timer/Counter • Pulse Width Modulation (PWM) Mode: • In PWM mode, two timer/counters are used as a pair to produce an output signal (PWM0) with a specified frequency and duty factor. • Timer0 sets the period and Timer1 sets the high time for the PWM0 output. 39
  • 40. IP XPS Timer/Counter • Interrupts: • The TC interrupt signals can be enabled or disabled with the ENIT bit in the TCSR. • The interrupt status bit (TINT) in the TCSR cannot be disabled and always reflects the current state of the timer interrupt. • In Generate Mode, a timer interrupt is caused by the counter rolling over. • In Capture Mode, the interrupt event is the capture event. 40
  • 41. XPS IIC Bus Interface 41
  • 42. XPS IIC Bus Interface • Introduction • IIC Bus (I2C or I2C) means Inter-Integrated Circuit Bus • I2C Protocol is intended to allow multiple “slave” digital integrated circuits (“chips”) to communicate with one or more “master” chips. • It is intended for short distance communications within a single device. 42
  • 43. XPS IIC Bus Interface • Introduction • This product/module defines the architecture, hardware (signal) interface, software (register) interface and parameterization options for the XPS IIC module. • It provides a low speed, two wire, serial bus interface to a large number of popular devices. • XPS IIC supports all features, except high speed mode, of the Philips I2C bus, V2.1. 43
  • 44. XPS IIC Bus Interface • Features • Connects as a 32-bit Slave on PLB bus of 32, 64 and 128 bits data width • Master or slave operation • Multi-master operation • Arbitration lost interrupt with automatic mode switching from master to slave • Calling address identification interrupt with automatic mode switching from master to slave • START and STOP signal generation/detection • Acknowledge bit generation/detection • Bus busy detection • Fast mode 400 KHz operation or standard mode 100 KHz • 7 bit or 10 bit addressing • General call enable or disable • Transmit and receive FIFOs - 16 bytes deep • General purpose output, 1 bit to 8 bits wide • Filtering on the SCL and SDA signals to eliminate pulses 44
  • 45. XPS IIC Bus Interface • Supported Device Family: • Virtex-4, Virtex-4Q, • Virtex-4QV, Virtex-5, • Virtex-5FX, Virtex-6, • Virtex-6CX, • Spartan-3E, Automotive Spartan-3E, • Spartan-3, Automotive Spartan-3, • Spartan-3A, Automotive Spartan-3A, • Spartan-3A DSP, Automotive Spartan-3A DSP, • Spartan-6 45
  • 46. XPS IIC Bus Interface 46 XPS IIC Top Level Block Diagram SDA: Serial Data SCL: Serial Clock
  • 47. XPS IIC Bus Interface • The PLB Slave Interface Module provides the transaction interface to the PLB bus. • A register interface block implements the address map and connectivity for the firmware to control IIC data transfer operations. • The module includes bi-directional I/O buffers which implement open collector drivers for the SDA and SCL signals. • The user must provide external pull up devices to properly hold the bus at the logic 1 state when the connection to ground is removed. 47
  • 48. XPS IIC Bus Interface • Multi Master Operation • The controller participates in multi master arbitration when the bus is initially free. • After it issues the START, other masters may participate in addressing and the XPS IIC will correctly assigns the bus. • However, if the bus is not free, at the START and the request to acquire the bus is made by other masters then the XPS IIC will wait until the bus becomes free. 48
  • 49. XPS IIC Bus Interface • Dynamic IIC Controller Logic • The dynamic controller logic provides an interface to the XPS IIC controller. • The dynamic logic supports master mode only and 7 bit addressing only. • The dynamic logic is controlled by a start and stop bit that is located in the transmit FIFO. • If neither of these bits are set, then the dynamic logic is disabled. 49
  • 50. XPS IIC Bus Interface • Signal Filtering • The Philips Specification for I2C indicates that 0 to 50 ns of pulse rejection may be applied when operating in fast mode (>100 kHz). • The user may specify the max amount allowed through the filtering parameters C_SCL_INERTIAL_DELAY & C_SDA_INERTIAL_DELAY. • These parameters specify the amount of delay in clock cycles. • Some designs may not require any filtering and others (operating <100 kHz) may require the maximum amount of filtering. • It depends on many factors beyond the control of the core itself. 50
  • 51. Tools Used for SoC Design 51
  • 52. Xilinx ISE Tool • ISE Design Suite: Embedded Edition Embedded Edition provides the fundamental tools and technologies to achieve optimal design results. These include intelligent clock gating for dynamic power reduction and a partial reconfiguration for greater system flexibility, size, power, and cost reduction. • ISE Design Suite: System Edition It is build on top of the Embedded Edition by adding on System Generator for DSP. 52
  • 53. Xilinx ISE Tool • ISE Design Suite: WebPACK Edition ISE WebPACK delivers a complete, front-to-back design flow providing instant access to the ISE features and functionality. 53
  • 54. Xilinx ISE Tool • Additional Options The ISE Design Suite offers tools to enhance designer productivity and flexible configurations. • High-Level Synthesis – Vivado High-Level Synthesis accelerates IP creation by enabling C, C++ and System C specifications. • Partial Reconfiguration – It allows designers to change functionality on the fly, eliminating the need to fully reconfigure. • ChipScope – The ChipScope Pro Serial I/O Toolkit provides a fast, easy and interactive setup and debug of serial I/O channels in high- speed FPGA designs for use with the WebPACK edition. 54
  • 55. Xilinx ISE Tool • Additional Options The ISE Design Suite offers tools to enhance designer productivity and flexible configurations. • Embedded Development Kit – It is an integrated development environment for designing embedded processing systems for use with WebPACK edition. • System Generator for DSP – The industry’s leading high-level tool for designing high-performance DSP systems using Xilinx devices for use with the WebPACK edition. 55
  • 56. Xilinx EDK Tool • It is an embedded hardware platform typically consists of one or more processors, peripherals and memory blocks, interconnected via processor buses. • It also has port connections to the outside world. • Each of the processor cores parameters can be adjusted to customize its behavior. 56
  • 57. Xilinx EDK Tool • This kit includes Xilinx Platform Studio (XPS) and the Software Development kit (SDK), as well as all the documentation and IP cores. • The Embedded Development Kit Provides: – Xilinx Platform Studio (XPS) Tool Suite – XPS can be used to configure the embedded system architecture, buses and peripherals. – Software Development Kit (SDK) – SDK is the recommended software-centric design environment. – Real-Time Operating System and Embedded OS Support - Provides design support and board support package for numerous third party suppliers in the Xilinx systems. 57
  • 58. System Design Process • The tools provided with EDK are designed to assist in all phases of the embedded design process 58
  • 59. Xilinx Platform Studio • XPS provides an integrated environment for creating embedded processor systems based on MicroBlaze and PowerPC processors. • XPS also provides an editor and a project management interface to create and edit source code. • From XPS, you can run all embedded system tools needed to process hardware system components. • XPS offers the following features: – Ability to add processor and peripheral cores, edit core parameters, and make bus and signal connections to generate an MHS file. – Ability to generate and view a system block diagram and/or design report. – Ability to export hardware specification files for import into SDK. 59
  • 60. Xilinx Platform Studio • XPS Tools and Utilities: • The Base System Builder Wizard (BSB): – BSB wizard helps you quickly to build a working system. – Some embedded design projects can be completed using the BSB wizard alone. • The Create and Import Peripheral Wizard (CIP): – CIP wizard helps you create your own peripherals and import them into XPS-compliant projects. – In the Create mode, the CIP wizard creates templates that help you implement your peripheral. – In the Import mode, this creates the interface files and directory structures that are necessary to make your peripheral visible to the various tools in XPS. 60
  • 61. Xilinx Platform Studio • XPS Tools and Utilities: • Platform Generator (Platgen): – Platgen compiles the high-level description of embedded processor system into HDL.netlists. • FXPS Command Line or “no window” Mode: – XPS includes a “no window” mode that allows you to run from an operating system command line. 61
  • 62. Xilinx Platform Studio • XPS Tools and Utilities: • Debug Configuration Wizard – One can instantiate a ChipScope core to monitor the Processor Local Bus (PLB) or any other system-level signals. – You can also provide JTAG-based virtual input and output for monitoring the actual status. • Simulation Model Generator (Simgen) – The Simulation Platform Generation tool (Simgen) generates and configures various simulation models for the hardware. 62
  • 63. Software Development Kit • The Software Development Kit (SDK) provides a development environment for software application projects. • SDK has the following features: – Supports development of software applications on single processor or multiprocessor systems. – Imports the XPS-generated hardware platform definition. – Has the ability to create and configure board support packages (BSPs) for third-party OS. – Provides off-the-shelf sample software projects to test the hardware and software functionality. – Has feature-rich C/C++ code editor and compilation environment 63
  • 64. 64 Thank You… This presentation is published only for Educational Purpose