Back

2012_332AC_P2

Viewing page version #6
(Restore this version) 

Modified: 31 March 2011, 9:33 AM   User: Sterpu George  → SG

Project Name

 Calculator de buzunar

Implementat pe EV Z3

I. Descrierea proiectului

 

 

 

 

/* TBA

Add your should project description (300 words)

 

 

 

 

 

*/

II. Cerintele proiectului

  1. Implementarea unei arhitecturi de tip automat cu numar finit al starilor, de tip Moore
  2. Reprezentarea numerelor ca obiecte ale structurii "shortfloat" : un intreg pentru partea stanga a virgulei, pe 16 biti, si un intreg in partea dreapta a virgulei, limitat totusi intre 0 si 9 . Numerele reprezentate sunt pozitive.

 

 

Propunerile profesorului:
  • folosesti template-ul C
  • operatii + - / * mod
  • emulezi calculatorul din windows - dai 2 numere intregi + operatia - sa continui cu rezultatul
  • emulezi operatii float cu o zecimala  - adunare scadere inmultire
  • inmultirea sa fie realizata cu inline assembly.

III. Mod de utilizare

Describe the functionality from a users point of view. What an user can do with your app.

IV. Componente necesare

The hardware components used. List them and take a screenshot of them.

V. Proiectare hardware

Add pictures and comments about the hardware implementation. Should include any schematic used in simulation (e.g. Proteus).

VI. Proiectare software

Describe the software functionality of your project, including code used on EV/Z3 board and the uC board. Discuss your algorithms, data flows and so on. Should post code samples of the most interesting bits.

VII. Rezultate

Data about the final project implementation. Includes screenshots, movies, comments about your project in action.

VIII. Cod Sursa

After you have presented your project at the laboratory (week 13-14) you will add all your sources here. Any hardware simulation used, code archive and so on.

IX. Stare proiect

E.g.: aquired componets, made board, written code for EV/Z3   

 

12 aprilie 2012
  • Am citit documentatia placii de dezvoltare
  • Am studiat template-ul C folosit in laborator