This shows you the differences between two versions of the page.
|
ac-is:lab:lab05 [2021/11/03 20:09] alexandru.predescu [Memorie cu acces aleator (RAM)] |
ac-is:lab:lab05 [2023/11/11 16:17] (current) teodor.dicu [Resurse] |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| * Tipuri și implementări de automate de stări | * Tipuri și implementări de automate de stări | ||
| * Depozitarea informației digitale: Registrul | * Depozitarea informației digitale: Registrul | ||
| - | * Memorie cu acces aleator (RAM) | + | * Memorie cu acces aleatoriu (RAM) |
| Line 62: | Line 62: | ||
| case(state) | case(state) | ||
| S0: | S0: | ||
| - | if(x) begin | + | if(x) |
| - | parity = 1; | + | |
| next_state = S1; | next_state = S1; | ||
| - | end | ||
| else | else | ||
| next_state = S0; | next_state = S0; | ||
| S1: | S1: | ||
| - | if(x) | + | if(x) begin |
| + | parity = 1; | ||
| next_state = S0; | next_state = S0; | ||
| + | end | ||
| else begin | else begin | ||
| parity = 1; | parity = 1; | ||
| Line 148: | Line 148: | ||
| - | ===== Memorie cu acces aleator (RAM) ===== | + | ===== Memorie cu acces aleatoriu (RAM) ===== |
| Line 184: | Line 184: | ||
| * {{.:lab05:lab5_skel.zip|Schelet de cod}} | * {{.:lab05:lab5_skel.zip|Schelet de cod}} | ||
| - | * {{.:lab05:lab5_sol.zip|Soluție laborator}} (disponibilă începând cu 06.11.2021) | ||
| * <html><a class="media mediafile mf_pdf" href="https://ocw.cs.pub.ro/courses/ac-is/lab/lab05?do=export_pdf">PDF laborator</a></html> | * <html><a class="media mediafile mf_pdf" href="https://ocw.cs.pub.ro/courses/ac-is/lab/lab05?do=export_pdf">PDF laborator</a></html> | ||
| + | * {{.:lab05:lab5_sol.zip|Soluție laborator}} | ||
| - | <ifauth @user> | + | <ifauth @ac-is> |
| ---- | ---- | ||
| + | * {{.:lab05:lab5_sol.zip|Soluție laborator}} | ||
| * [[ac-is:internal:guidelines|Ghid asistent]] | * [[ac-is:internal:guidelines|Ghid asistent]] | ||
| + | * todo: schema bloc pentru automatul de multiply | ||
| </ifauth> | </ifauth> | ||