National Repository of Grey Literature 29 records found  beginprevious20 - 29  jump to record: Search took 0.01 seconds. 
Processor Model Creation Using ADL Language
Ostatník, Kristián ; Zachariášová, Marcela (referee) ; Hruška, Tomáš (advisor)
The goal of this thesis is to create an instruction-accurate model of ARC processor using the CodAL ADL language. The first part is dedicated to classification of processors and ADL languages. The second part describes the implementation process and the generation of C/C++ compiler for debugging and verification of the created model. At the end the created model is compared to an existing model ARC 700 on a set of benchmark tests.
Occupational Therapy Interventions for Patients after Stroke in the Acute Stage. Subtitle: Summary of Principles and Recommendations for Stroke Patients after Discharge from Inpatient Care
Kovářová, Iveta ; Oktábcová, Alice (advisor) ; Svobodová, Tereza (referee)
Name and surname: Iveta Kovářová Supervisor: Bc. Alice Oktábcová Opponent: ……………………………. Thesis title: Occupational Therapy Interventions for Patients after Stroke in the Acute Stage Summary of Principles and Recommendations for Stroke Patients after Discharge from Inpatient Care Abstract: Stroke is a very serious and common disease with a high mortality. Prevalence and incidence of stroke has been monitored for a long time. Currently, there are continual advances in the understanding of the issue of Stroke, assessment and medical intervention. The aim of the rehabilitation is to restore ADL (Activities of Daily Living) and reduce patient's dependence. An integral part of rehabilitation is an Occupational Therapy. This thesis draws attention to the consequences of stroke and represents the possibility of Occupational Therapy intervention to restore the patient's home environment. The practical part describes the survey, which was conducted with patients after stroke. Evaluation of the Survey detects lack of awareness among patients about the possibilities of subsequently rehabilitation and the outcome is "Summary of Principles and Recommendations for Stroke Patients after Discharge from Inpatient Care." The list contains practical advices and recommendations that patients after stroke should make...
The use of Mirror therapy in occupational therapy
Hoidekrová, Kristýna ; Lupienská, Natálie (advisor) ; Svěcená, Kateřina (referee)
The aim of this study was to develop occupational therapy manual Mirror therapy. In the Czech Republic, this method is almost never used, despite the excellent results of foreign studies. The method uses the visual perception received from the mirror, where you can see the reflection of moving upper limb. Through the visual pathway information is fed to the brain, where due to the plasticity of the brain leads to the creation of new income center. Efferent pathways, the output information led to the affected upper limb, which in most cases is not only to improve motor, but also sensitive components. An important advantage is the possibility of applying this therapy to a wide range of diagnoses, which can include neurological disorders, rheumatic diseases, post-surgical procedures such as amputation and transfer, the sensory re-education, reduction of pain. In the occupational therapy this method is mostly used to train the selective phase of grips, which are necessary for proper implementation of the activities of daily living (ADL). During the therapy we can use therapeutic aids as well but normal daily-used object are preferable. The big advantage is the possibility to use this therapy in the patient's home environment, hence the for education of occupational therapist is needed. The theoretical...
Use of the thermoplastic splints for the upper limbs operation in ADL due to the limited activity of functional capabilities
Rejmanová, Alžběta ; Nováková, Olga (advisor) ; Svěcená, Kateřina (referee)
This thesis aims is designing and practical testing of "small splints" by patients which have limited functionc of upper extremities due to damage or malfunction. The proposed "small splints" are designed to facilitate the completion of certain procedures of pADL. "Small splints" are made from thermoplastic material, which is convinient for such purposes as regards the properties of ductility, variability and customization options. This bachelor thesis presents proposals of "small splints" for personal hygiene, specifically for a toothbrush and self - feeding, with selected objects: a glass, a cutlery knife, a fork and a spoon. The last "small splint" is intended to graphomotoric with a specific focus on stationery. The work is divided into two parts, theoretical and practical. The theoretical part is based on the analysis of scientific literature and deals with general functions of the upper limbs and causes of limited functions, splinting and assistive technology options. The practical part contains the research methodology, my target and formulation of research question. Three patients with limited function of upper limb were involved in the project. These patiens tried splints over a period of time and "small splints" were modified according to their individual needs. According to the...
RISC-V Model Creation
Nosterský, Milan ; Zachariášová, Marcela (referee) ; Hruška, Tomáš (advisor)
This bachelor thesis deals with the implementations of RISC-V processor model in the language for architecture description  CodAL. The theoretical part of thesis is focused on the description of CodAL language and classification of processors. The practical part of thesis deals with the implementation of processor RISC-V on instruction accurate level and the model testing. The thesis also deals with the implementation of MMU, timer and analysis of the proxy kernel.
A Language for Description of Instruction Sets
Forejtník, Jan ; Charvát, Lukáš (referee) ; Smrčka, Aleš (advisor)
This bachelor's thesis introduces a simple concept of a language for description of microprocessor architecture, namely the instruction set. An interpreter of the language capable of simulating the behavior of the architecture is briefly described. This text may also serve as a manual for using the interpreter.
Modelling of 8051 Processor
Krůpa, Tomáš ; Kajan, Michal (referee) ; Masařík, Karel (advisor)
Computer modeling is nowadays very important part of development of almost any new product. The objective of this bachelors thesis is to develop a model of 8051 microprocessor that should enlarge a portfolio of customizable processors available for Codasip platform. The complete model is described in two levels of abstraction the instruction accurate model and the cycle accurate model. For verification of the model, ANSI C programs translated by SDCC compiler were used.
Generator of Instruction Set Manual
Křen, Michal ; Přikryl, Zdeněk (referee) ; Hruška, Tomáš (advisor)
This bachelor thesis describes the design and implementation of a generator of instruction set manual, that is a part of the Lissom project. Model of microprocessor is described using architecture and instruction set description language ISAC with added special marked comments to each one declaration. From this source of data useful information and relationships between them are selected for manual. The source of data for generating of instructions is the intermediate-language for generator of C language compiler. The output generated manual document is saved as RTF file and it contains two parts. First part includes summary of all microprocessor's resources and second part contains the list of all instructions.
Simulation of the 8051 Microprocessor Architecture
Šimon, Petr ; Křoustek, Jakub (referee) ; Hruška, Tomáš (advisor)
More than 90% of processors are used in embedded systems today. Processor design for embedded systems is becoming complicated, so it should be automate as much as possible. This bachelor thesis deals with design of the microcontroller 8051. Design is created according to available documentation and ISAC language is used for model description. Results of model simulations are analyzed at the end of this thesis.
Processor Models Creation Using ADL Language
Steinhauser, Dominik ; Hynek, Jiří (referee) ; Hruška, Tomáš (advisor)
Goal of this bachelor thesis is to create instruction level models of two processors Tensilica Xtensa and Sparc Leon. Models were implemented in CodAL language. Development, simulation and testing took place in Codasip Studio, an IDE developed by Codasip company. Application Specific Instruction-Set Processors can be implemented from scratch or already implemented processor can be modified to meet needs of specific aplication. My models will be added to portfolio of Codasip company to be used and modified by the user of Codasip Studio. Result of this work are tested models of these two processors. Simulator, assembler and C language compiler of these processors can be generated. Models were compared by several Benchmark tests and results were analyzed.

National Repository of Grey Literature : 29 records found   beginprevious20 - 29  jump to record:
Interested in being notified about new results for this query?
Subscribe to the RSS feed.