-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
296 lines (251 loc) · 11.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>CMSC389E</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<meta property='og:title' content='CMSC389E' />
<meta property='og:image' content='header.png' />
<meta property='og:description' content='Course website for CMSC389E at UMD' />
<meta property='og:url' content='http://www.cs.umd.edu/class/spring2020/cmsc389E/' />
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-mc static-top">
<div class="container">
<a class="navbar-brand" href="#">CMSC 389E</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive"
aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span style="font-family:Roboto">+</span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.overleaf.com/project/670afca034ec268663db8bf2">Syllabus</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/umd-cmsc389e/projects/tree/main/setup">Setup/Downloads</a>
</li>
<li class="nav-item">
<a class="nav-link" target="_blank" href="digital-logic-computer-architecture-minecraft/index.html">Textbook</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Page Content -->
<div class="container">
<div class="row">
<div class="col-lg-12">
<img src="header.png" class="header" alt="">
<h1 class="hero mt-5">CMSC 389E: <br> Digital Logic Design Through Minecraft</h1>
<hr>
<ul class="list-unstyled">
<li>Spring 2025</li>
<li>Instructors: Amrit Magesh, Minsi Hu</li>
<li>F 11:00-11:50am @ CSI 3120</li>
</ul>
<p style="font-size:11px">Announcements and Q/A will happen via <strong>Discord</strong>. Projects will be submitted/graded through <strong>Gradescope</strong>. Grading will be handled through <strong>ELMS</strong>. </p>
<hr>
<p style="font-size:11px">Students are expected to watch or attend weekly lecture. Resources that will help you with the conceptual material and projects will be available in the 'Resources & Reading' column. If you are unfamiliar with material or need a review, please feel free to schedule office hours with either instructor through Discord. </p>
<table class="table-success table table-bordered table-striped table-hover">
<thead>
<tr>
<th scope="col" style="width:5%">Week</th>
<th scope="col">Lecture & Reading</th>
<th scope="col">Project</th>
<th scope="col" style="width:30%">Resources & Videos</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>
Introduction & Logistics
<a target="_blank" href="https://docs.google.com/presentation/d/1RQHW1lptH9v1og3gnsDCRd44DTk97rLlXcn7FylFOcM/edit?usp=sharing" class="link">slides</a> <hr>
Redstone Basics <a target="_blank" href="https://cmsc-389e.github.io/digital-logic-computer-architecture-minecraft/book/u1c3.html" class="link">c1.3</a>
</td>
<td>
Tutorial Island - Due 2/7
<a target="_blank" href="https://github.com/umd-cmsc389e/projects/tree/main/project0" class="link">project</a>
</td>
<td>
Minecraft & Redstone Basics, Project 0 Demo <a target="_blank"
href="https://youtu.be/PguU8T6f9jM"
class="link">old video</a>
<a target="_blank"
href="https://www.youtube.com/watch?v=BH0j4qQORqE&list=PL5LiOvrbVo8keeEWRZVaHfprU4zQTCsV4"
class="link">matbatwings</a>
<hr>
Setup/Installation <a target="_blank" href="https://github.com/umd-cmsc389e/projects/tree/main/setup" class="link">link</a> <br>
Join the Discord in announcements!
</td>
</tr>
<!-- <tr>
<th scope="row">2</th>
<td>
Logical Gates
<a target="_blank" href="https://docs.google.com/presentation/d/1IK-1l1wBaci7hpE1A7wJK6_elkCgqeqApgF4tNzFnsc/edit?usp=sharing" class="link">slides</a> <hr>
Logic Gates Chapter <a target="_blank" href="https://cmsc-389e.github.io/digital-logic-computer-architecture-minecraft/" class="link">c2</a>
</td>
<td>
Arithmetic Logic Unit- Logic Gates - Due 2/10
<a target="_blank" href="projects/project_1/project_1.pdf" class="link">pdf</a>
</td>
<td>
Join the Piazza In Announcements if You Haven't Already!
</td>
</tr>
<tr>
<th scope="row">3</th>
<td>
Adders
<a target="_blank" href="https://docs.google.com/presentation/d/1cpUBvTH8Im-nZ4BXarAN8pgDliweZiqePIyyQF9KzYA/edit?usp=sharing" class="link">slides</a> <hr>
Adders Chapter <a target="_blank" href="https://cmsc-389e.github.io/digital-logic-computer-architecture-minecraft/book/u3c1.html" class="link">c3.1</a>
<a target="_blank" href="https://cmsc-389e.github.io/digital-logic-computer-architecture-minecraft/book/u3c2.html" class="link">c3.2</a>
</td>
<td>
Adders & Multipliers - <br> Due 2/24 (Extended to 3/3/2022)
<a target="_blank" href="projects/project_2/project_2.pdf" class="link">pdf</a>
</td>
<td>
Compact Adder <a target="_blank" href="https://www.youtube.com/watch?v=MiUvItodRMk" class="link">link</a> <br>
</td>
</tr>
<tr>
<th scope="row">4</th>
<td>
Multipliers
<a target="_blank" href="https://docs.google.com/presentation/d/1nG1q8Y0a1Fytz8ERbPy5s7mWiU5FR5AbloM0NL4QME4/edit?usp=sharing" class="link">slides</a> <hr>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<th scope="row">5</th>
<td>
Adders and Multiplier Project Discussion
</td>
<td>
Completing the ALU - Due 3/17
<a target="_blank" href="projects/project_3/project_3.pdf" class="link">pdf</a>
</td>
<td>
Decoders in Minecraft <a href="https://youtu.be/nx2mjjHE5Nw" target="_blank" class="link">video</a> <br />
Output Bus in Minecraft <a href="https://youtu.be/pa9ISjCkKh8" target="_blank" class="link">video</a>
</td>
</tr>
<tr>
<th scope="row">6</th>
<td>
Encoders and Decoders
<a target="_blank" href="https://docs.google.com/presentation/d/1tyv2bY2VmFdLY0hgROSDhn5YIiuDJK6ToU0aT3hZHA0/edit?usp=sharing" class="link">slides</a> <hr>
Encoders and Decoders Chapter <a target="_blank" href="https://cmsc-389e.github.io/digital-logic-computer-architecture-minecraft/book/u3c3.html" class="link">c3.3</a>
<a target="_blank" href="https://cmsc-389e.github.io/digital-logic-computer-architecture-minecraft/book/u3c4.html" class="link">c3.4</a>
</td>
<td>
</td>
<td>
Decoders in Minecraft <a href="https://youtu.be/nx2mjjHE5Nw" target="_blank" class="link">video</a> <br />
Output Bus in Minecraft <a href="https://youtu.be/pa9ISjCkKh8" target="_blank" class="link">video</a>
</td>
</tr>
<tr>
<th scope="row">7</th>
<td>
Spring Break
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<th scope="row">8</th>
<td>
Midterm Review
<a target="_blank" href="https://docs.google.com/presentation/d/1IqDBZ_oyDB7mhDzvA-3x377ciDLebXt3i6hFOCnBurc/edit?usp=sharing" class="link">slides</a> <hr>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<th scope="row">9</th>
<td>
Multiplexers & Demultiplexers
<a target="_blank" href="https://docs.google.com/presentation/d/1_d4dmcHVVNGNCOsGOoUBdZFn9L78qe5otN69E6jANmU/edit?usp=sharing" class="link">slides</a> <hr>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<th scope="row">10</th>
<td>
ROM
<a target="_blank" href="https://docs.google.com/presentation/d/1ekcChv6sN1l3HH8tMlYYWuA3vyyJsZxA/edit?usp=sharing&ouid=106287855985205036243&rtpof=true&sd=true" class="link">slides</a>
</td>
<td>
Clock And Program Counter
<a target="_blank" href="projects/project_4/project_4.pdf" class="link">pdf</a> <a href="projects/project_4/project4_Final.zip" class="link">starter world</a>
</td>
<td>
Program Counter & Clock in Minecraft <a href="https://drive.google.com/file/d/1y5DlbOz2xEPjKfQTWWV6dcyvQly7oEPP/view" target="_blank" class="link">video</a> <br />
</td>
</tr>
<tr>
<th scope="row">11</th>
<td>
RAM
<a target="_blank" href="https://docs.google.com/presentation/d/12XEsx0gaR64CtzYXnfW8wo6JBIJH6KtCZoGDkhlBamE/edit?usp=sharing" class="link">slides</a>
</td>
<td>
Final Project - Due May 6th
<p>Create something, maybe a game or such, to demonstrate what you've learned in the class!</p>
</td>
<td>
</td>
</tr> -->
</tbody>
</table>
</div>
</div>
</tbody>
</table>
</div>
</div>
</tbody>
</table>
</div>
</div>
</tbody>
</table>
</div>
</div>
<br> <br>
<footer>This website is compliant with UMD accessibility standards. Please contact [email protected] or [email protected] if you
are in need of special accomodations.</footer>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.slim.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>