141 resultados para Arquitetura reconfigurável

em Universidade Federal do Rio Grande do Norte(UFRN)


Relevância:

100.00% 100.00%

Publicador:

Resumo:

The increase of applications complexity has demanded hardware even more flexible and able to achieve higher performance. Traditional hardware solutions have not been successful in providing these applications constraints. General purpose processors have inherent flexibility, since they perform several tasks, however, they can not reach high performance when compared to application-specific devices. Moreover, since application-specific devices perform only few tasks, they achieve high performance, although they have less flexibility. Reconfigurable architectures emerged as an alternative to traditional approaches and have become an area of rising interest over the last decades. The purpose of this new paradigm is to modify the device s behavior according to the application. Thus, it is possible to balance flexibility and performance and also to attend the applications constraints. This work presents the design and implementation of a coarse grained hybrid reconfigurable architecture to stream-based applications. The architecture, named RoSA, consists of a reconfigurable logic attached to a processor. Its goal is to exploit the instruction level parallelism from intensive data-flow applications to accelerate the application s execution on the reconfigurable logic. The instruction level parallelism extraction is done at compile time, thus, this work also presents an optimization phase to the RoSA architecture to be included in the GCC compiler. To design the architecture, this work also presents a methodology based on hardware reuse of datapaths, named RoSE. RoSE aims to visualize the reconfigurable units through reusability levels, which provides area saving and datapath simplification. The architecture presented was implemented in hardware description language (VHDL). It was validated through simulations and prototyping. To characterize performance analysis some benchmarks were used and they demonstrated a speedup of 11x on the execution of some applications

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The continuous evolution of integrated circuit technology has allowed integrating thousands of transistors on a single chip. This is due to the miniaturization process, which reduces the diameter of wires and transistors. One drawback of this process is that the circuit becomes more fragile and susceptible to break, making the circuit more susceptible to permanent faults during the manufacturing process as well as during their lifetime. Coarse Grained Reconfigurable Architectures (CGRAs) have been used as an alternative to traditional architectures in an attempt to tolerate such faults due to its intrinsic hardware redundancy and high performance. This work proposes a fault tolerance mechanism in a CGRA in order to increase the architecture fault tolerance even considering a high fault rate. The proposed mechanism was added to the scheduler, which is the mechanism responsible for mapping instructions onto the architecture. The instruction mapping occurs at runtime, translating binary code without the need for recompilation. Furthermore, to allow faster implementation, instruction mapping is performed using a greedy module scheduling algorithm, which consists of a software pipeline technique for loop acceleration. The results show that, even with the proposed mechanism, the time for mapping instructions is still in order of microseconds. This result allows that instruction mapping process remains at runtime. In addition, a study was also carried out mapping scheduler rate. The results demonstrate that even at fault rates over 50% in functional units and interconnection components, the scheduler was able to map instructions onto the architecture in most of the tested applications.

Relevância:

60.00% 60.00%

Publicador:

Resumo:

This work treats of an implementation OFDMA baseband processor in hardware for LTE Downlink. The LTE or Long Term Evolution consist the last stage of development of the technology called 3G (Mobile System Third Generation) which offers an increasing in data rate and more efficiency and flexibility in transmission with application of advanced antennas and multiple carriers techniques. This technology applies in your physical layer the OFDMA technical (Orthogonal Frequency Division Multiple Access) for generation of signals and mapping of physical resources in downlink and has as base theoretical to OFDM multiple carriers technique (Orthogonal Frequency Division Multiplexing). With recent completion of LTE specifications, different hardware solutions have been developed, mainly, to the level symbol processing where the implementation of OFDMA processor in base band is commonly considered, because it is also considered a basic architecture of others important applications. For implementation of processor, the reconfigurable hardware offered by devices as FPGA are considered which shares not only to meet the high requirements of flexibility and adaptability of LTE as well as offers possibility of an implementation quick and efficient. The implementation of processor in reconfigurable hardware meets the specifications of LTE physical layer as well as have the flexibility necessary for to meet others standards and application which use OFDMA processor as basic architecture for your systems. The results obtained through of simulation and verification functional system approval the functionality and flexibility of processor implemented

Relevância:

30.00% 30.00%

Publicador:

Resumo:

This work proposes hardware architecture, VHDL described, developed to embedded Artificial Neural Network (ANN), Multilayer Perceptron (MLP). The present work idealizes that, in this architecture, ANN applications could easily embed several different topologies of MLP network industrial field. The MLP topology in which the architecture can be configured is defined by a simple and specifically data input (instructions) that determines the layers and Perceptron quantity of the network. In order to set several MLP topologies, many components (datapath) and a controller were developed to execute these instructions. Thus, an user defines a group of previously known instructions which determine ANN characteristics. The system will guarantee the MLP execution through the neural processors (Perceptrons), the components of datapath and the controller that were developed. In other way, the biases and the weights must be static, the ANN that will be embedded must had been trained previously, in off-line way. The knowledge of system internal characteristics and the VHDL language by the user are not needed. The reconfigurable FPGA device was used to implement, simulate and test all the system, allowing application in several real daily problems

Relevância:

30.00% 30.00%

Publicador:

Resumo:

The Reconfigurable Computing is an intermediate solution at the resolution of complex problems, making possible to combine the speed of the hardware with the flexibility of the software. An reconfigurable architecture possess some goals, among these the increase of performance. The use of reconfigurable architectures to increase the performance of systems is a well known technology, specially because of the possibility of implementing certain slow algorithms in the current processors directly in hardware. Amongst the various segments that use reconfigurable architectures the reconfigurable processors deserve a special mention. These processors combine the functions of a microprocessor with a reconfigurable logic and can be adapted after the development process. Reconfigurable Instruction Set Processors (RISP) are a subgroup of the reconfigurable processors, that have as goal the reconfiguration of the instruction set of the processor, involving issues such formats, operands and operations of the instructions. This work possess as main objective the development of a RISP processor, combining the techniques of configuration of the set of executed instructions of the processor during the development, and reconfiguration of itself in execution time. The project and implementation in VHDL of this RISP processor has as intention to prove the applicability and the efficiency of two concepts: to use more than one set of fixed instructions, with only one set active in a given time, and the possibility to create and combine new instructions, in a way that the processor pass to recognize and use them in real time as if these existed in the fixed set of instruction. The creation and combination of instructions is made through a reconfiguration unit, incorporated to the processor. This unit allows the user to send custom instructions to the processor, so that later he can use them as if they were fixed instructions of the processor. In this work can also be found simulations of applications involving fixed and custom instructions and results of the comparisons between these applications in relation to the consumption of power and the time of execution, which confirm the attainment of the goals for which the processor was developed

Relevância:

30.00% 30.00%

Publicador:

Resumo:

This Thesis main objective is to implement a supporting architecture to Autonomic Hardware systems, capable of manage the hardware running in reconfigurable devices. The proposed architecture implements manipulation, generation and communication functionalities, using the Context Oriented Active Repository approach. The solution consists in a Hardware-Software based architecture called "Autonomic Hardware Manager (AHM)" that contains an Active Repository of Hardware Components. Using the repository the architecture will be able to manage the connected systems at run time allowing the implementation of autonomic features such as self-management, self-optimization, self-description and self-configuration. The proposed architecture also contains a meta-model that allows the representation of the Operating Context for hardware systems. This meta-model will be used as basis to the context sensing modules, that are needed in the Active Repository architecture. In order to demonstrate the proposed architecture functionalities, experiments were proposed and implemented in order to proof the Thesis hypothesis and achieved objectives. Three experiments were planned and implemented: the Hardware Reconfigurable Filter, that consists of an application that implements Digital Filters using reconfigurable hardware; the Autonomic Image Segmentation Filter, that shows the project and implementation of an image processing autonomic application; finally, the Autonomic Autopilot application that consist of an auto pilot to unmanned aerial vehicles. In this work, the applications architectures were organized in modules, according their functionalities. Some modules were implemented using HDL and synthesized in hardware. Other modules were implemented kept in software. After that, applications were integrated to the AHM to allow their adaptation to different Operating Context, making them autonomic.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

BRITTO, Ricardo S.; MEDEIROS, Adelardo A. D.; ALSINA, Pablo J. Uma arquitetura distribuída de hardware e software para controle de um robô móvel autônomo. In: SIMPÓSIO BRASILEIRO DE AUTOMAÇÃO INTELIGENTE,8., 2007, Florianópolis. Anais... Florianópolis: SBAI, 2007.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

SANTOS, Raimunda Fernanda dos; SILVA, Eliane Ferreira da. A importância da Arquitetura da Informação no planejamento de ambientes digitais inclusivos.In: SEMINÁRIO DE PESQUISA DO CENTRO DE CIÊNCIAS SOCIAIS APLICADAS,17.,2012,Natal/RN. Anais... Natal/RN: Centro de Ciências Sociais Aplicadas, 2012. Trabalho oral.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Atualmente, um dos aspectos da gestão da informação que se encontra em evidência é o da arquitetura empresarial, entendida como o conjunto de políticas e escolhas técnicas de padronização e integração para viabilizar as estratégias de negócios da organização. Esta pesquisa tem por objetivo analisar a integração de dois sistemas de gestão na Universidade Federal do Rio Grande do Norte (UFRN) a partir das lentes da arquitetura empresarial. A influência dessa abordagem induz a organização a desenvolver um alicerce de execução com o interesse de suportar com maior eficiência sua estratégia e obter agilidade em seus processos de negócio. A análise da integração desses dois sistemas, através de entrevistas semiestruturadas, no âmbito da UFRN possibilitou a percepção da necessidade de uma estruturação dos processos de TI a partir de uma arquitetura que favoreça um melhor alinhamento das capacidades de TI aos objetivos da organização. A ausência de um modelo operacional pode comprometer a eficiência do Sistema Integrado de Gestão das Atividades Acadêmicas (SIGAA) da UFRN na realização do seu objetivo como plataforma única de gestão das informações da universidade

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This thesis aims to describe and demonstrate the developed concept to facilitate the use of thermal simulation tools during the building design process. Despite the impact of architectural elements on the performance of buildings, some influential decisions are frequently based solely on qualitative information. Even though such design support is adequate for most decisions, the designer will eventually have doubts concerning the performance of some design decisions. These situations will require some kind of additional knowledge to be properly approached. The concept of designerly ways of simulating focuses on the formulation and solution of design dilemmas, which are doubts about the design that cannot be fully understood nor solved without using quantitative information. The concept intends to combine the power of analysis from computer simulation tools with the capacity of synthesis from architects. Three types of simulation tools are considered: solar analysis, thermal/energy simulation and CFD. Design dilemmas are formulated and framed according to the architect s reflection process about performance aspects. Throughout the thesis, the problem is investigated in three fields: professional, technical and theoretical fields. This approach on distinct parts of the problem aimed to i) characterize different professional categories with regards to their design practice and use of tools, ii) investigate preceding researchers on the use of simulation tools and iii) draw analogies between the proposed concept, and some concepts developed or described in previous works about design theory. The proposed concept was tested in eight design dilemmas extracted from three case studies in the Netherlands. The three investigated processes are houses designed by Dutch architectural firms. Relevant information and criteria from each case study were obtained through interviews and conversations with the involved architects. The practical application, despite its success in the research context, allowed the identification of some applicability limitations of the concept, concerning the architects need to have technical knowledge and the actual evolution stage of simulation tools

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This paper presents the theoretical-methodological possibilities of the French philosopher and sociologist Henri Lefebvre, for the discipline of architecture and urbanism in an effort to overcome the fragmentation imposed by the institutionalization of science in general. From Du rural à l'urbain (Lefebvre, 1970) compilation, it brings the author's other works from the period between 1968 and 1974, indicating the conduits for reflection and their interrelationships with methods, types of analyses and other procedures to treat the space-time urban. The methodology involves a research on the author s 'today and yesterday' in the scientific field, a research and analysis of his procedures in highlight of philosophical, social, economic and political aspects, the historical context of his references and provides significant and possible elements for the study, research and extension in the area in question

Relevância:

20.00% 20.00%

Publicador:

Resumo:

L étude se fonde sur la recherche du processus inhérent à la conception du projet par le biais de l approche architecturologique proposée par Philippe Boudon et al (2000) ; un modèle théorique qui sert de fondement à la construction d une connaissance de l architecture au moyen d une étude de la nature des opérations mentales de chaque architecte lorsqu il organise son travail de conception. La modélisation de l architecturologie concentre son étude sur le travail qui a lieu avant même la confection matérielle du projet (représentation graphique finale). De cette façon, douze projets furent analysés d architecture résidencielle unifamiliale; conçus récemment par six architectes « potiguares » pour Natal et sa région périphérique. Les résultats mettent en évidence un ensemble de modèles substrats (comme point de départ) et téléologiques (comme point d arrivée) adoptés par les auteurs au cours de la conception de leurs projets. Ces modèles, de façon générale, sont liés aux pertinences socio-culturelles (conventions, formes traditionnelles ou coutumes) du contexte pour lesquels ils sont conçus (lotissements privés de co-propriété des classes moyennes et moyennes-supérieures) et en même temps, ils sont le fruit de croyances, d idéologies et d expériences antérieures propres à l espace de la conception de chaque architecte

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The purpose of this research is to study the portable or reassemblable architectures, which, different from conventional architecture (whose designs are of permanent buildings), corresponds to the designing of spaces with temporary purposes. The focus of the study is the architectural design of spaces that are produced from building systems that can to be moved to different places (process of assembly / disassembly / reassembly) in order to identify the types of spaces generated and the processes used in their design / projecting. The aim is to investigate relationships between the initial project conceived based on a Reassemblable Construction System (RCS) and its application in the architectural design of professionals and students in order to contribute to the understanding of the specificities of this type of design activity. To this end it was developed the exploratory research based on multimedia methods, which includes: documentary analysis, technical visits, interviews, surveys, academic exercise and documentation by images. Although the study is not conclusive, the results indicate significant differences between the point of view of the RCS´s designers and its users (architects and architecture students) since the users demonstrated to have some difficulty to access the features provided for the first group, in particular the students. It is also demonstrated that the use of RCSs seems to change the appreciation / hierarchization of the conditions of project design, since, unlike what happens in traditional architectural design, the designers who use them seem to be more concerned with constructive issues, especially the structural elements (support and covering), instead of functionality, aesthetics and even physical characteristics of the site

Relevância:

20.00% 20.00%

Publicador:

Resumo:

O objeto de estudo desta tese é o ensino de projeto de arquitetura no contexto acadêmico brasileiro. O trabalho procura analisar esse objeto nos aspectos relativos ao ensinar a fazer e ao aprender a fazer , por meio de uma perspectiva epistemológica e cognitiva, a partir da produção científica dos Seminários UFRGS (1985) e Projetar (2003-2011) sob o olhar de três estados constitutivos: conservação, permanência e transformação. A metodologia de investigação é qualitativa e seus pressupostos são investigad os por meio do método hipotético-dedutivo em busca de um conhecimento aproximativo. Dentro do universo pesquisado, as hipóteses conduzem: primeiro, à investigação e caracterização de estruturas que se conservam; segundo, à investigação e levantamento de valores e conceitos que permanecem adequados por sua capacidade de adaptação às mudanças e paradigmas; e, terceiro, por procurarem destacar práticas pedagógicas que indicam novos caminhos na maneira de agir e de se pensar o ensino de projeto de arquitetura. A pesquisa demonstrou que, embora em menores proporções, ainda se conservam ações e posturas pedagógicas que: valorizam os ideais funcionalistas e racionalistas da arquitetura; adotam posturas deterministas, caminhos prescritivos ou intuitivos no ensino da concepção arquitetural; não apresentam clareza metodológica na abordagem da problemática arquitetônica; os contextos urbanos são pouco explorados na experimentação; utilizam um sistema de concepção baseado em princípios estéticos canônicos e universais, sem problematizar as causas da transformação da arquitetura contemporânea e qual o seu papel numa sociedade complexa e diversificada. Com relação às novas perspectivas encontradas, a análise da produção científica demonstrou que a prática pedagógica do ensino de projeto de arquitetura no Brasil passa por transformações críticas valiosas. Essa constatação foi percebida, por meio, também, de reflexões e de práticas pedagógicas que valorizam a integração de conteúdos; que possuem um discurso crítico e conciliador com relação à necessidade de renovação de práticas, paradigmas, meios e conteúdos; que estão abertas às posturas cooperativas e às estratégias para a constituição de um corpo teórico-prático para o ensino do projeto que não se limite ao campo da arquitetura; que reconhecem a importância das novas tecnologias computacionais na concepção projetual e no ensino do projeto, assim como, as tecnologias e estratégias que atualizam as soluções projetuais no uso adequado dos recursos ambientais; que consideram o espaço acadêmico como um lugar propício para as experiências projetuais e pedagógicas; que manifestam um esforço em considerar a participação do usuário, assim como em realizar um processo de apreensão de contextos complexos como objeto de estudo, adotando uma postura de valorização do processo projetual. O trabalho conclui que a educação do arquiteto deve estar atenta aos aspectos relativos à inclusão da realidade sociocultural e ambiental como referência para o fazer arquitetural em detrimento da primazia dada à racionalidade técnica, uma vez que essa realidade permite a mediação, entre o ser e o mundo , como uma estratégia que supera qualquer antecipação programática e viabiliza a transformação e a construção do próprio ser e do mundo . Assim, se o aprender fazendo é necessário para a formação do arquiteto, que esse fazer seja refletido e retroalimente a prática

Relevância:

20.00% 20.00%

Publicador:

Resumo:

You cannot teach architectonic design, but only learn it. This sentence was, during some decades, especially during the modernism, the starting point, adopted by several architectonic design professors, when they had to approach their subject. An attitude that, some years ago, was reviewed and fighted by area s experts. This paper join this criticism, and try to add something to the pre-existing discussion, analyzing with the case-study method all the subjects related with architectonic design of the Architecture and Urbanism degree, at Universidade Federal do Rio Grande do Norte CAU/UFRN . The aim is to identify and analyze the teaching methodologies used by the professors and their effects related to the students. To reach this purpose four different methods were used: i) Professors interviews; ii) Different forms submitted to students and professors; iii) Daily practice s observation, developed during classes; iv) Documents analysis about the degree (historical development and subjects) and about the subjects themselves (summaries, table of contents and planning). Studying the results, it was possible to underline that, in spite of the efforts of some of the professors to find a way to teach with more appropriate educational and pedagogic bases, some of the teaching methodologies, criticized in articles dealing with the matter, were still used. With regard to these, the research pointed out some suggestions that could help to improve the teaching and learning process, joining professors and students that are the most important subjects of the teaching activity. Developing the idea living in the paper s title Teaching and learning , it s now clear that only the practice, through the improvement of the pedagogic techniques, together with critical analysis can help the professors to reach a relationship level, regarding the teaching and learning process, as that described in the epigraph s text, into which teaching and learning, can t be done only by one of the process subject, but must be lived by both of them: professors and students