Mercurial > hg > ede
comparison docs/lyx/#final_report.lyx# @ 42:792da050d8c4 tip
more dox
author | james <jb302@eecs.qmul.ac.uk> |
---|---|
date | Tue, 22 Apr 2014 14:25:14 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
41:a9bf262f557b | 42:792da050d8c4 |
---|---|
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/ | |
2 \lyxformat 413 | |
3 \begin_document | |
4 \begin_header | |
5 \textclass article | |
6 \begin_preamble | |
7 \usepackage[export]{adjustbox}% http://ctan.org/pkg/adjustbox | |
8 % Resize figures that are too wide for the page. | |
9 \let\oldincludegraphics\includegraphics | |
10 \renewcommand\includegraphics[2][]{% | |
11 \oldincludegraphics[#1,max width=\linewidth,max height=\textheight]{#2} | |
12 } | |
13 \end_preamble | |
14 \use_default_options true | |
15 \maintain_unincluded_children false | |
16 \language english | |
17 \language_package default | |
18 \inputencoding auto | |
19 \fontencoding global | |
20 \font_roman default | |
21 \font_sans default | |
22 \font_typewriter default | |
23 \font_default_family default | |
24 \use_non_tex_fonts false | |
25 \font_sc false | |
26 \font_osf false | |
27 \font_sf_scale 100 | |
28 \font_tt_scale 100 | |
29 | |
30 \graphics default | |
31 \default_output_format default | |
32 \output_sync 0 | |
33 \bibtex_command default | |
34 \index_command default | |
35 \paperfontsize default | |
36 \spacing single | |
37 \use_hyperref false | |
38 \papersize default | |
39 \use_geometry false | |
40 \use_amsmath 1 | |
41 \use_esint 1 | |
42 \use_mhchem 1 | |
43 \use_mathdots 1 | |
44 \cite_engine basic | |
45 \use_bibtopic false | |
46 \use_indices false | |
47 \paperorientation portrait | |
48 \suppress_date false | |
49 \use_refstyle 1 | |
50 \index Index | |
51 \shortcut idx | |
52 \color #008000 | |
53 \end_index | |
54 \secnumdepth 3 | |
55 \tocdepth 3 | |
56 \paragraph_separation indent | |
57 \paragraph_indentation default | |
58 \quotes_language english | |
59 \papercolumns 1 | |
60 \papersides 1 | |
61 \paperpagestyle default | |
62 \tracking_changes false | |
63 \output_changes false | |
64 \html_math_output 0 | |
65 \html_css_as_file 0 | |
66 \html_be_strict false | |
67 \end_header | |
68 | |
69 \begin_body | |
70 | |
71 \begin_layout Title | |
72 EDE: ELB816 Development Environment | |
73 \end_layout | |
74 | |
75 \begin_layout Author | |
76 James Bowden (110104485) | |
77 \end_layout | |
78 | |
79 \begin_layout Description | |
80 Programme: Electrical and Electronic Engineering | |
81 \end_layout | |
82 | |
83 \begin_layout Description | |
84 Supervisor: Dr Christopher Andrew Harte | |
85 \end_layout | |
86 | |
87 \begin_layout LyX-Code | |
88 \begin_inset Newpage pagebreak | |
89 \end_inset | |
90 | |
91 | |
92 \end_layout | |
93 | |
94 \begin_layout Abstract | |
95 ELB816 is an imagined processor design used for teaching micro-processor | |
96 electronics. | |
97 The ELB816 Development Environment project aims create to a working software | |
98 emulator implementation of this micro-processor, along with a basic tool | |
99 chains, consisting on an assembler and a debugger, for writing and debugging | |
100 code for it. | |
101 This report first outlines the the motivation for implementing these tools | |
102 and the methodology used to realize them. | |
103 This is followed by an overview for the development environment and various | |
104 way in which it can be used. | |
105 Designs for each component and then presented, along with implementation | |
106 details that will aid the reader in understanding the source code provided | |
107 in the Supporting Material. | |
108 | |
109 \end_layout | |
110 | |
111 \begin_layout Standard | |
112 \begin_inset Newpage pagebreak | |
113 \end_inset | |
114 | |
115 | |
116 \end_layout | |
117 | |
118 \begin_layout Standard | |
119 \begin_inset CommandInset toc | |
120 LatexCommand tableofcontents | |
121 | |
122 \end_inset | |
123 | |
124 | |
125 \end_layout | |
126 | |
127 \begin_layout Standard | |
128 \begin_inset CommandInset include | |
129 LatexCommand include | |
130 filename "intro.lyx" | |
131 | |
132 \end_inset | |
133 | |
134 | |
135 \end_layout | |
136 | |
137 \begin_layout Standard | |
138 \begin_inset CommandInset include | |
139 LatexCommand include | |
140 filename "ede.lyx" | |
141 | |
142 \end_inset | |
143 | |
144 | |
145 \end_layout | |
146 | |
147 \begin_layout Standard | |
148 \begin_inset CommandInset include | |
149 LatexCommand include | |
150 filename "asm.lyx" | |
151 | |
152 \end_inset | |
153 | |
154 | |
155 \end_layout | |
156 | |
157 \begin_layout Standard | |
158 \begin_inset CommandInset include | |
159 LatexCommand include | |
160 filename "emu.lyx" | |
161 | |
162 \end_inset | |
163 | |
164 | |
165 \end_layout | |
166 | |
167 \begin_layout Standard | |
168 \begin_inset CommandInset include | |
169 LatexCommand include | |
170 filename "dbg.lyx" | |
171 | |
172 \end_inset | |
173 | |
174 | |
175 \end_layout | |
176 | |
177 \begin_layout Standard | |
178 \begin_inset CommandInset include | |
179 LatexCommand include | |
180 filename "review.lyx" | |
181 | |
182 \end_inset | |
183 | |
184 | |
185 \end_layout | |
186 | |
187 \begin_layout Standard | |
188 \begin_inset CommandInset include | |
189 LatexCommand include | |
190 filename "appendix.lyx" | |
191 | |
192 \end_inset | |
193 | |
194 | |
195 \end_layout | |
196 | |
197 \end_body | |
198 \end_document |