Algebre booleane e progetto logico dei calcolatori digitali: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Riga 4 346:
:::::<math>c_{it}=C_1f_{15}\bar Gp</math><br/>
In definitiva, le equazioni di input dei Flip-Flop relativi al memory-address register sono:<br/>
::::<math>c_{0t}=C_1C_2C_3C_4C_5f_{11}p+(R_3\oplus C_0)gp+C_0f_{15}\bar G p</math><br/>
::::<math>c_{1t}=C_2C_3C_4C_5f_{11}p+(R_4\oplus C_1)gp+C_1f_{15}\bar G p</math><br/>
::::<math>c_{2t}=C_3C_4C_5f_{11}p+(R_5\oplus C_2)gp+C_2f_{15}\bar G p</math><br/>
::::<math>c_{3t}=C_4C_5f_{11}p+(R_6\oplus C_3)gp+C_3f_{15}\bar G p</math><br/>
::::<math>c_{4t}=C_5f_{11}p+(R_7\oplus C_4)gp+C_4f_{15}\bar G p</math><br/>
::::<math>c_{5t}=f_{11}p+(R_8\oplus C_5)gp+C_5f_{15}\bar G p</math><br/>
dove :::<math>g=f_{10}+f_0+f_1+f_2\bar A_0+f_3+f_5</math><br/>
In fig-4.5.11 compare un diagramma logico relativo al memory-address register.<br/ In questa figura è indicat anche l'address decoder , che non è altro che una matrice con 6 coppie di input e 64 output.<br/>
Riga 4 357:
:::::<math>D_0=\bar C_0 \bar C_1 \bar C_2 \bar C_3 \bar C_4 \bar C_5</math><br/>
:::::<math>D_1=\bar C_0 \bar C_1 \bar C_2 \bar C_3 \bar C_4 C_5</math><br/>
:::::::::::<math>..................</math><br/>
:::::<math>D_{63}=C_0C_1C_2C_3C_4C_5</math>\ \ \ \ \ \ \ \ (4.5.12)</math><br/>
[[File:Logic diagrtam of the memory-address register.png|center]]<br/>
 
Riga 4 366:
Come è mostrato in fig-4.4.5, sono richieste le esecuzioni delle seguenti operazioni:<br/>
::::::<math>f_{10}:(C)\Rightarrow Ad[R]</math><br/>
::::::<math>f_0,f_1,f_4:(M<C>)\RightarrowRRightarrow R</math><br/>
[[File:Tabella della verità per memory address register.png|right]]
 
Riga 4 372:
La prima operazione, relativa al trasferimento del contenuto del registro '''C''' nella parte indirizzo del registro '''R''' ha la tabella della verità affiancata.<br/>
Le equazioni di input saranno quindi:<br/>
:::::<math>r_{it}=(C_{i-3}\0plusoplus R_i)f_{10}p\ \ \ \ \ i=3,...,8</math><br/>
La seconda operazione prende una parola dalla memoria il cui indirizzo è dato dal contenuto del registro '''C'''e la conserva nel registro '''R'''.<br/>
Lindirizzo contenuto viene indicato con la notazione '''D<sub>j</sub>''', dove '''J''' specifica la '''j<sup>sima</sup>''' parola.<br/>