SlideShare a Scribd company logo
The Master of IEEE Projects
Copyright © 2016LeMenizInfotech. All rights reserved
LeMenizInfotech
36, 100 Feet Road, Natesan Nagar, Near Indira Gandhi
Statue, Pondicherry-605 005.
Call: 0413-4205444, +91 9566355386, 99625 88976.
Web :www.lemenizinfotech.com/ www.ieeemaster.com
Mail : projects@lemenizinfotech.com
A Dynamically Reconfigurable Multi-ASIP
Architecture for Multistandard and Multimode Turbo
Decoding
Abstract:
The multiplication of wireless communication standards is introducing the need of flexible and
reconfigurable multistandard baseband receivers. In this context, multiprocessor turbo decoders
have been recently developed in order to support the increasing flexibility and throughput
requirements of emerging applications. However, these solutions do not sufficiently address
reconfiguration performance issues, which can be a limiting factor in the future. This brief
presents the design of a reconfigurable multiprocessor architecture for turbo decoding achieving
very fast reconfiguration without compromising the decoding performances. The proposed
architecture of this paper analysis the logic size, area and power consumption using Xilinx 14.2.
Enhancement of the project:
Increase no of ASIP in the configurable UDec system architecture.
Existing System:
The FlexiTreP ASIP supports both SBTC and DBTC for various standards and it is configured
through an interleaver memory, a program memory, and the dynamically reconfigurable channel
code control. a reconfigurable multiprocessor approach in order to decode multiple data streams
in parallel was proposed. However, the configuration process of the platform is not described. A
mixed XML/SystemC simulation model of the platform has been implemented to reach a
maximum throughput of 86 Mb/s, which does not satisfy the throughput requirement of recent
communication standards. Furthermore, the latency aspect and the scalability of the
configuration process for a higher number of processing elements (PEs) are not discussed. In
fact, previous works provide an efficient way to reach the high-performance requirement of
emerging standards. However, the dynamic reconfiguration aspect of these platforms is
superficially addressed. Among the few works that consider this issue, we can cite the recent
architecture presented, where solutions for the reconfiguration management of the NoC-based
multiprocessor turbo/low-density parity-check (LDPC) decoder architecture presented in were
The Master of IEEE Projects
Copyright © 2016LeMenizInfotech. All rights reserved
LeMenizInfotech
36, 100 Feet Road, Natesan Nagar, Near Indira Gandhi
Statue, Pondicherry-605 005.
Call: 0413-4205444, +91 9566355386, 99625 88976.
Web :www.lemenizinfotech.com/ www.ieeemaster.com
Mail : projects@lemenizinfotech.com
proposed. Up to 35 PEs and up to 8 configuration buses have been implemented. However, the
proposed solution does not guarantee that the configuration process can be masked by the current
decoding task. Then, stopping the current processing to configure the new configuration is
unavoidable and leads to a decoding quality loss in terms of BER. To leverage these issues, this
brief presents a novel dynamically reconfigurable turbo decoder providing an efficient and high-
speed configuration process.
Disadvantages:
 Performance is low
Proposed System:
The proposed dynamic reconfigurable UDec turbo decoder architecture is shown in Fig. 1. It
consists of two rows of RDecASIPs interconnected via two butterfly topology network on chip
(NoCs). Each row corresponds to a component decoder. In the example of Fig. 1, four ASIPs are
organized in two component decoders, respectively, built with two ASIPs. Within each
component decoder, the ASIPs are connected by two 44-bit buses for boundary state metrics
exchange (not shown in Fig. 1). The RDecASIP implements the Max-Log-MAP algorithm. It
supports both single and double binary convolutional TCs. Moreover, sliding window technique
is used. Large frames are processed by dividing the frame into N windows, each with a
maximum size of 64 symbols. Each ASIP can manage a maximum of 12 windows. Each ASIP
can be configured through a 26 × 12 configuration memory. The configuration memory contains
all parameters required to perform the initialization of the ASIP. Since the RDecASIP is
designed to work in a multi-ASIP architecture as described, it requires several parameters to deal
with a subblock of the data frame and several parameters to configure the ASIP mode.
The Master of IEEE Projects
Copyright © 2016LeMenizInfotech. All rights reserved
LeMenizInfotech
36, 100 Feet Road, Natesan Nagar, Near Indira Gandhi
Statue, Pondicherry-605 005.
Call: 0413-4205444, +91 9566355386, 99625 88976.
Web :www.lemenizinfotech.com/ www.ieeemaster.com
Mail : projects@lemenizinfotech.com
Fig. 1. Reconfigurable UDec system architecture example with four ASIPs
The platform is dynamically configured through a dedicated bus-based communication
infrastructure shown in Fig. 1 that consists in a pipeline unidirectional bus implementing
incremental burst, multicast, and broadcast mechanisms. It can be split in three functional blocks:
1) master interface (MI); 2) slave interface (SI); and 3) selector. Each configuration memory is
connected to the bus through an SI. The configuration manager deals with the configuration
generation that is based on internal decisions and external information and commands.
FLEXIBLE UDEC ARCHITECTURE
This section presents the techniques that we propose in order to increase the dynamic
configuration ability of the UDec architecture
Ring Buses Adaptation
The Master of IEEE Projects
Copyright © 2016LeMenizInfotech. All rights reserved
LeMenizInfotech
36, 100 Feet Road, Natesan Nagar, Near Indira Gandhi
Statue, Pondicherry-605 005.
Call: 0413-4205444, +91 9566355386, 99625 88976.
Web :www.lemenizinfotech.com/ www.ieeemaster.com
Mail : projects@lemenizinfotech.com
The ring buses consist of direct connections between the ASIPs allowing exchanging boundary
state metrics. So, when the number and the location of the selected ASIPs dynamically evolve,
the loop connections between the last and the first selected ASIPs have to be adapted. Fig. 2
shows different examples of the ring buses adaptation when four ASIPs are implemented in each
component decoder. Fig. 2(a) shows the case where two ASIPs are selected to perform the
decoding task. The location of the first ASIP has been shifted from RDecASIP 0 to RDecASIP 1.
Fig. 2(b) shows the case where three ASIPs are selected and the location of the first ASIP has
been shifted from RDecASIP 0 to RDecASIP 2. In this case, the last ASIP of the component
decoder is the RDecASIP 0, and the RDecASIP 1 has to be bypassed.
Fig. 2. Ring buses dynamic adaptation examples and architecture. (a) Two selected ASIPs. (b)
Three selected ASIPs. (c) Flexible architecture illustrated for one ring bus.
Butterfly Topology NoCs Adaptation
The Master of IEEE Projects
Copyright © 2016LeMenizInfotech. All rights reserved
LeMenizInfotech
36, 100 Feet Road, Natesan Nagar, Near Indira Gandhi
Statue, Pondicherry-605 005.
Call: 0413-4205444, +91 9566355386, 99625 88976.
Web :www.lemenizinfotech.com/ www.ieeemaster.com
Mail : projects@lemenizinfotech.com
The extrinsic information transfers through the NoC are also impacted when the location of the
selected ASIPs changes dynamically. Indeed, the routing information for the transfer is
computed by the network interface associated with each ASIP depending on a global address of
the symbol generated by the ASIP. Fig. 3 illustrates the routing principle for the considered
butterfly topology NoC.
Fig. 3. Butterfly topology routing principle.
Advantages:
 high performances
Software implementation:
 Modelsim
 Xilinx ISE

More Related Content

PDF
International Journal of Engineering Research and Development
PDF
Coarse Grained Hybrid Reconfigurable Architecture with NoC Router for Variabl...
PDF
Hbdfpga fpl07
PDF
International Journal of Engineering Research and Development (IJERD)
PDF
IRJET- Flexible DSP Accelerator Architecture using Carry Lookahead Tree
PDF
LOGIC OPTIMIZATION USING TECHNOLOGY INDEPENDENT MUX BASED ADDERS IN FPGA
PDF
Iaetsd multioperand redundant adders on fpg as
DOCX
IEEE 2014 MATLAB IMAGE PROCESSING PROJECTS An efficient-parallel-approach-fo...
International Journal of Engineering Research and Development
Coarse Grained Hybrid Reconfigurable Architecture with NoC Router for Variabl...
Hbdfpga fpl07
International Journal of Engineering Research and Development (IJERD)
IRJET- Flexible DSP Accelerator Architecture using Carry Lookahead Tree
LOGIC OPTIMIZATION USING TECHNOLOGY INDEPENDENT MUX BASED ADDERS IN FPGA
Iaetsd multioperand redundant adders on fpg as
IEEE 2014 MATLAB IMAGE PROCESSING PROJECTS An efficient-parallel-approach-fo...

What's hot (13)

PDF
EFFICIENT ABSOLUTE DIFFERENCE CIRCUIT FOR SAD COMPUTATION ON FPGA
PDF
Design of Low Power Energy Efficient Carry Select Adder Using CMOS Technology
PDF
Towards Efficient Modular Adders based on Reversible Circuits
PDF
Ad04606184188
PDF
Implementation and Estimation of Delay, Power and Area for Parallel Prefix Ad...
PDF
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PDF
IRJET - High Speed Inexact Speculative Adder using Carry Look Ahead Adder...
PPT
Low power & area efficient carry select adder
PDF
FPGA IMPLEMENTATION OF PRIORITYARBITER BASED ROUTER DESIGN FOR NOC SYSTEMS
DOCX
JPM1402 An Efficient Parallel Approach for Sclera Vein Recognition
DOCX
High throughput ldpc-decoder architecture using efficient comparison techniqu...
PPTX
DSP Processors versus ASICs
PPT
Poster Segmentation Chain
EFFICIENT ABSOLUTE DIFFERENCE CIRCUIT FOR SAD COMPUTATION ON FPGA
Design of Low Power Energy Efficient Carry Select Adder Using CMOS Technology
Towards Efficient Modular Adders based on Reversible Circuits
Ad04606184188
Implementation and Estimation of Delay, Power and Area for Parallel Prefix Ad...
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
IRJET - High Speed Inexact Speculative Adder using Carry Look Ahead Adder...
Low power & area efficient carry select adder
FPGA IMPLEMENTATION OF PRIORITYARBITER BASED ROUTER DESIGN FOR NOC SYSTEMS
JPM1402 An Efficient Parallel Approach for Sclera Vein Recognition
High throughput ldpc-decoder architecture using efficient comparison techniqu...
DSP Processors versus ASICs
Poster Segmentation Chain
Ad

Viewers also liked (20)

PDF
www.ijerd.com
PDF
Low complexity design of non binary ldpc decoder using extended min-sum algor...
PPTX
HIGH-SPEED LOW-POWER VITERBI DECODER DESIGN FOR TCM DECODERS
DOCX
Turbo code
PPTX
Turbo codes.ppt
PDF
Risk aware query replacement approach for secure databases performance manage...
PDF
Android security a survey of issues, malware penetration, and defenses
PPTX
Fall festival 2014 slideshow
PDF
Strong Nuclear Force and Quantum Vacuum as Gravity (FUNDAMENTAL TENSOR)
PDF
Modeling approaches for dc–dc converters with switched capacitors
PDF
Spe security and privacy enhancement framework for mobile devices
PPTX
Film trailer storyboard-
PDF
Reduced capacity smart charger for electric vehicles on single-phase three-wi...
PPTX
Research into Similar Artists - DigiPak Analysis
PPTX
Ethereum: A decentralized software platform for people and things
PDF
Magazin small
PDF
A novel control scheme of quasi resonant valley-switching for high-power-fact...
PDF
High step up converter with three-winding coupled inductor for fuel cell ener...
PDF
Wave 4 - Power to the People | UM | Social Media Tracker
PPTX
www.ijerd.com
Low complexity design of non binary ldpc decoder using extended min-sum algor...
HIGH-SPEED LOW-POWER VITERBI DECODER DESIGN FOR TCM DECODERS
Turbo code
Turbo codes.ppt
Risk aware query replacement approach for secure databases performance manage...
Android security a survey of issues, malware penetration, and defenses
Fall festival 2014 slideshow
Strong Nuclear Force and Quantum Vacuum as Gravity (FUNDAMENTAL TENSOR)
Modeling approaches for dc–dc converters with switched capacitors
Spe security and privacy enhancement framework for mobile devices
Film trailer storyboard-
Reduced capacity smart charger for electric vehicles on single-phase three-wi...
Research into Similar Artists - DigiPak Analysis
Ethereum: A decentralized software platform for people and things
Magazin small
A novel control scheme of quasi resonant valley-switching for high-power-fact...
High step up converter with three-winding coupled inductor for fuel cell ener...
Wave 4 - Power to the People | UM | Social Media Tracker
Ad

Similar to A dynamically reconfigurable multi asip architecture for multistandard and multimode turbo decoding (20)

DOCX
A dynamically reconfigurable multi asip architecture for multistandard and mu...
PPTX
Iris an architecture for cognitive radio networking testbeds
PPTX
Run time, frequently, non-frequently reconfigurable system &
PPT
FPGA and ASIC technologies comparison.ppt
PDF
The Multi-Dataflow Composer Tool: a Runtime Reconfigurable HDL Platform Composer
PPT
chameleon chip
PPT
Lec17 Intro to Computer Engineering by Hsien-Hsin Sean Lee Georgia Tech -- Me...
PPT
DRESD In a Nutshell July07
PDF
Nt1310 Unit 5 Algorithm
PDF
Granularity of efficient energy saving in wireless sensor networks
PDF
Granularity of efficient energy saving in wireless sensor networks
PPTX
FPGA Data Acquisition System in Industrial Scene
PPTX
COA Lecture 01(Introduction).pptx
PPT
Synopsys User Group Presentation
PPTX
Fpga acquisition
PPT
Introduction to i.MX27 Multimedia Applications Processors
PDF
EFFICIENT HARDWARE CO-SIMULATION OF DOWN CONVERTOR FOR WIRELESS COMMUNICATION...
PDF
EFFICIENT HARDWARE CO-SIMULATION OF DOWN CONVERTOR FOR WIRELESS COMMUNICATION...
PDF
EFFICIENT HARDWARE CO-SIMULATION OF DOWN CONVERTOR FOR WIRELESS COMMUNICATION...
PDF
Efficient Hardware Co-Simulation of Down Convertor for Wireless Communication...
A dynamically reconfigurable multi asip architecture for multistandard and mu...
Iris an architecture for cognitive radio networking testbeds
Run time, frequently, non-frequently reconfigurable system &
FPGA and ASIC technologies comparison.ppt
The Multi-Dataflow Composer Tool: a Runtime Reconfigurable HDL Platform Composer
chameleon chip
Lec17 Intro to Computer Engineering by Hsien-Hsin Sean Lee Georgia Tech -- Me...
DRESD In a Nutshell July07
Nt1310 Unit 5 Algorithm
Granularity of efficient energy saving in wireless sensor networks
Granularity of efficient energy saving in wireless sensor networks
FPGA Data Acquisition System in Industrial Scene
COA Lecture 01(Introduction).pptx
Synopsys User Group Presentation
Fpga acquisition
Introduction to i.MX27 Multimedia Applications Processors
EFFICIENT HARDWARE CO-SIMULATION OF DOWN CONVERTOR FOR WIRELESS COMMUNICATION...
EFFICIENT HARDWARE CO-SIMULATION OF DOWN CONVERTOR FOR WIRELESS COMMUNICATION...
EFFICIENT HARDWARE CO-SIMULATION OF DOWN CONVERTOR FOR WIRELESS COMMUNICATION...
Efficient Hardware Co-Simulation of Down Convertor for Wireless Communication...

More from LeMeniz Infotech (20)

PDF
A fast acquisition all-digital delay-locked loop using a starting-bit predict...
PDF
A fast fault tolerant architecture for sauvola local image thresholding algor...
PDF
Interleaved digital power factor correction based on the sliding mode approach
PDF
Bumpless control for reduced thd in power factor correction circuits
PDF
A bidirectional single stage three phase rectifier with high-frequency isolat...
PDF
A bidirectional three level llc resonant converter with pwam control
PDF
Efficient single phase transformerless inverter for grid tied pvg system with...
PDF
Highly reliable transformerless photovoltaic inverters with leakage current a...
PDF
Grid current-feedback active damping for lcl resonance in grid-connected volt...
PDF
Delay dependent stability of single-loop controlled grid-connected inverters ...
PDF
Connection of converters to a low and medium power dc network using an induct...
PDF
Stamp enabling privacy preserving location proofs for mobile users
PDF
Sbvlc secure barcode based visible light communication for smartphones
PDF
Read2 me a cloud based reading aid for the visually impaired
PDF
Privacy preserving location sharing services for social networks
PDF
Pass byo bring your own picture for securing graphical passwords
PDF
Eplq efficient privacy preserving location-based query over outsourced encryp...
PDF
Analyzing ad library updates in android apps
PDF
An exploration of geographic authentication scheme
PDF
Dotnet IEEE Projects 2016-2017 | Dotnet IEEE Projects Titles 2016-2017
A fast acquisition all-digital delay-locked loop using a starting-bit predict...
A fast fault tolerant architecture for sauvola local image thresholding algor...
Interleaved digital power factor correction based on the sliding mode approach
Bumpless control for reduced thd in power factor correction circuits
A bidirectional single stage three phase rectifier with high-frequency isolat...
A bidirectional three level llc resonant converter with pwam control
Efficient single phase transformerless inverter for grid tied pvg system with...
Highly reliable transformerless photovoltaic inverters with leakage current a...
Grid current-feedback active damping for lcl resonance in grid-connected volt...
Delay dependent stability of single-loop controlled grid-connected inverters ...
Connection of converters to a low and medium power dc network using an induct...
Stamp enabling privacy preserving location proofs for mobile users
Sbvlc secure barcode based visible light communication for smartphones
Read2 me a cloud based reading aid for the visually impaired
Privacy preserving location sharing services for social networks
Pass byo bring your own picture for securing graphical passwords
Eplq efficient privacy preserving location-based query over outsourced encryp...
Analyzing ad library updates in android apps
An exploration of geographic authentication scheme
Dotnet IEEE Projects 2016-2017 | Dotnet IEEE Projects Titles 2016-2017

Recently uploaded (20)

PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PPTX
GDM (1) (1).pptx small presentation for students
PDF
VCE English Exam - Section C Student Revision Booklet
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
Classroom Observation Tools for Teachers
PPTX
Lesson notes of climatology university.
PDF
Insiders guide to clinical Medicine.pdf
PPTX
master seminar digital applications in india
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
O7-L3 Supply Chain Operations - ICLT Program
PPTX
Cell Types and Its function , kingdom of life
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PPTX
PPH.pptx obstetrics and gynecology in nursing
102 student loan defaulters named and shamed – Is someone you know on the list?
GDM (1) (1).pptx small presentation for students
VCE English Exam - Section C Student Revision Booklet
Renaissance Architecture: A Journey from Faith to Humanism
STATICS OF THE RIGID BODIES Hibbelers.pdf
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
Classroom Observation Tools for Teachers
Lesson notes of climatology university.
Insiders guide to clinical Medicine.pdf
master seminar digital applications in india
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Microbial disease of the cardiovascular and lymphatic systems
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Microbial diseases, their pathogenesis and prophylaxis
Pharmacology of Heart Failure /Pharmacotherapy of CHF
O7-L3 Supply Chain Operations - ICLT Program
Cell Types and Its function , kingdom of life
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
Supply Chain Operations Speaking Notes -ICLT Program
PPH.pptx obstetrics and gynecology in nursing

A dynamically reconfigurable multi asip architecture for multistandard and multimode turbo decoding

  • 1. The Master of IEEE Projects Copyright © 2016LeMenizInfotech. All rights reserved LeMenizInfotech 36, 100 Feet Road, Natesan Nagar, Near Indira Gandhi Statue, Pondicherry-605 005. Call: 0413-4205444, +91 9566355386, 99625 88976. Web :www.lemenizinfotech.com/ www.ieeemaster.com Mail : projects@lemenizinfotech.com A Dynamically Reconfigurable Multi-ASIP Architecture for Multistandard and Multimode Turbo Decoding Abstract: The multiplication of wireless communication standards is introducing the need of flexible and reconfigurable multistandard baseband receivers. In this context, multiprocessor turbo decoders have been recently developed in order to support the increasing flexibility and throughput requirements of emerging applications. However, these solutions do not sufficiently address reconfiguration performance issues, which can be a limiting factor in the future. This brief presents the design of a reconfigurable multiprocessor architecture for turbo decoding achieving very fast reconfiguration without compromising the decoding performances. The proposed architecture of this paper analysis the logic size, area and power consumption using Xilinx 14.2. Enhancement of the project: Increase no of ASIP in the configurable UDec system architecture. Existing System: The FlexiTreP ASIP supports both SBTC and DBTC for various standards and it is configured through an interleaver memory, a program memory, and the dynamically reconfigurable channel code control. a reconfigurable multiprocessor approach in order to decode multiple data streams in parallel was proposed. However, the configuration process of the platform is not described. A mixed XML/SystemC simulation model of the platform has been implemented to reach a maximum throughput of 86 Mb/s, which does not satisfy the throughput requirement of recent communication standards. Furthermore, the latency aspect and the scalability of the configuration process for a higher number of processing elements (PEs) are not discussed. In fact, previous works provide an efficient way to reach the high-performance requirement of emerging standards. However, the dynamic reconfiguration aspect of these platforms is superficially addressed. Among the few works that consider this issue, we can cite the recent architecture presented, where solutions for the reconfiguration management of the NoC-based multiprocessor turbo/low-density parity-check (LDPC) decoder architecture presented in were
  • 2. The Master of IEEE Projects Copyright © 2016LeMenizInfotech. All rights reserved LeMenizInfotech 36, 100 Feet Road, Natesan Nagar, Near Indira Gandhi Statue, Pondicherry-605 005. Call: 0413-4205444, +91 9566355386, 99625 88976. Web :www.lemenizinfotech.com/ www.ieeemaster.com Mail : projects@lemenizinfotech.com proposed. Up to 35 PEs and up to 8 configuration buses have been implemented. However, the proposed solution does not guarantee that the configuration process can be masked by the current decoding task. Then, stopping the current processing to configure the new configuration is unavoidable and leads to a decoding quality loss in terms of BER. To leverage these issues, this brief presents a novel dynamically reconfigurable turbo decoder providing an efficient and high- speed configuration process. Disadvantages:  Performance is low Proposed System: The proposed dynamic reconfigurable UDec turbo decoder architecture is shown in Fig. 1. It consists of two rows of RDecASIPs interconnected via two butterfly topology network on chip (NoCs). Each row corresponds to a component decoder. In the example of Fig. 1, four ASIPs are organized in two component decoders, respectively, built with two ASIPs. Within each component decoder, the ASIPs are connected by two 44-bit buses for boundary state metrics exchange (not shown in Fig. 1). The RDecASIP implements the Max-Log-MAP algorithm. It supports both single and double binary convolutional TCs. Moreover, sliding window technique is used. Large frames are processed by dividing the frame into N windows, each with a maximum size of 64 symbols. Each ASIP can manage a maximum of 12 windows. Each ASIP can be configured through a 26 × 12 configuration memory. The configuration memory contains all parameters required to perform the initialization of the ASIP. Since the RDecASIP is designed to work in a multi-ASIP architecture as described, it requires several parameters to deal with a subblock of the data frame and several parameters to configure the ASIP mode.
  • 3. The Master of IEEE Projects Copyright © 2016LeMenizInfotech. All rights reserved LeMenizInfotech 36, 100 Feet Road, Natesan Nagar, Near Indira Gandhi Statue, Pondicherry-605 005. Call: 0413-4205444, +91 9566355386, 99625 88976. Web :www.lemenizinfotech.com/ www.ieeemaster.com Mail : projects@lemenizinfotech.com Fig. 1. Reconfigurable UDec system architecture example with four ASIPs The platform is dynamically configured through a dedicated bus-based communication infrastructure shown in Fig. 1 that consists in a pipeline unidirectional bus implementing incremental burst, multicast, and broadcast mechanisms. It can be split in three functional blocks: 1) master interface (MI); 2) slave interface (SI); and 3) selector. Each configuration memory is connected to the bus through an SI. The configuration manager deals with the configuration generation that is based on internal decisions and external information and commands. FLEXIBLE UDEC ARCHITECTURE This section presents the techniques that we propose in order to increase the dynamic configuration ability of the UDec architecture Ring Buses Adaptation
  • 4. The Master of IEEE Projects Copyright © 2016LeMenizInfotech. All rights reserved LeMenizInfotech 36, 100 Feet Road, Natesan Nagar, Near Indira Gandhi Statue, Pondicherry-605 005. Call: 0413-4205444, +91 9566355386, 99625 88976. Web :www.lemenizinfotech.com/ www.ieeemaster.com Mail : projects@lemenizinfotech.com The ring buses consist of direct connections between the ASIPs allowing exchanging boundary state metrics. So, when the number and the location of the selected ASIPs dynamically evolve, the loop connections between the last and the first selected ASIPs have to be adapted. Fig. 2 shows different examples of the ring buses adaptation when four ASIPs are implemented in each component decoder. Fig. 2(a) shows the case where two ASIPs are selected to perform the decoding task. The location of the first ASIP has been shifted from RDecASIP 0 to RDecASIP 1. Fig. 2(b) shows the case where three ASIPs are selected and the location of the first ASIP has been shifted from RDecASIP 0 to RDecASIP 2. In this case, the last ASIP of the component decoder is the RDecASIP 0, and the RDecASIP 1 has to be bypassed. Fig. 2. Ring buses dynamic adaptation examples and architecture. (a) Two selected ASIPs. (b) Three selected ASIPs. (c) Flexible architecture illustrated for one ring bus. Butterfly Topology NoCs Adaptation
  • 5. The Master of IEEE Projects Copyright © 2016LeMenizInfotech. All rights reserved LeMenizInfotech 36, 100 Feet Road, Natesan Nagar, Near Indira Gandhi Statue, Pondicherry-605 005. Call: 0413-4205444, +91 9566355386, 99625 88976. Web :www.lemenizinfotech.com/ www.ieeemaster.com Mail : projects@lemenizinfotech.com The extrinsic information transfers through the NoC are also impacted when the location of the selected ASIPs changes dynamically. Indeed, the routing information for the transfer is computed by the network interface associated with each ASIP depending on a global address of the symbol generated by the ASIP. Fig. 3 illustrates the routing principle for the considered butterfly topology NoC. Fig. 3. Butterfly topology routing principle. Advantages:  high performances Software implementation:  Modelsim  Xilinx ISE