diff options
Diffstat (limited to '')
-rw-r--r-- | TODO | 11 | ||||
-rw-r--r-- | doc/report/notes.tex | 13 |
2 files changed, 18 insertions, 6 deletions
@@ -1,18 +1,21 @@ STRUCTURE --------- [*] address space -[ ] pcb size (standard) +[ ] pcb size (eurocard?) [ ] ram pages HARDWARE -------- -[ ] bus buffering +[?] bus buffering [*] ROM [*] RAM -[*] clock circuit -[ ] reset circuit +[*] primary clock (4MHz) +[*] secondary clock (200Hz) +[*] stepper button +[*] reset circuit [ ] digital port interface [ ] serial terminal +[ ] address and data visualizer (7SEG display) [ ] extension connector [ ] keyboard driver [ ] display driver diff --git a/doc/report/notes.tex b/doc/report/notes.tex index 971d85b..e3082d0 100644 --- a/doc/report/notes.tex +++ b/doc/report/notes.tex @@ -84,7 +84,16 @@ per il bootloader e per un sistema operativo molto basilare. \renewcommand\ddate{23.02.2017} \section{Banchi di memoria} -\renewcommand\ddate{04.03.2017} -\section{Standards e Norme} +\renewcommand\ddate{06.03.2017} +\section{Schede normate e clock secondari} +In seguito ad una discussione ho deciso di implementare il circuito su un PCB di +dimensioni standard, come per esempio l'Eurocard (IEEE 1101.10) in maniera da +poter montare tutte le schede su un rack. Cos\`i facendo si avrebbe dei +connettori standard sul retro che si potrebbero utilizzare per le periferiche +esterne. Alternativamente si potrebbe utilizzare una struttura simile al PC/104 +permettendo di interfacciare delle periferiche specifiche per computer ancora +diponibili sul mercato. + + \end{document} |