Skip to content

Commit d804497

Browse files
committed
Clean up for wq24
Commented out the assignments, removed old discussion posts Signed-off-by: Jason Lowe-Power <jason@lowepower.com>
1 parent cd50759 commit d804497

37 files changed

+91
-36
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-6.09 MB
Binary file not shown.
-3.63 MB
Binary file not shown.
-2.74 MB
Binary file not shown.
-3.39 MB
Binary file not shown.
-3.46 MB
Binary file not shown.
-83.8 KB
Binary file not shown.
-4.33 MB
Binary file not shown.
-1.96 MB
Binary file not shown.
-1.97 MB
Binary file not shown.
-1.55 MB
Binary file not shown.
-1.87 MB
Binary file not shown.

img/154B_discussions/Quiz4.pdf

-1.18 MB
Binary file not shown.

img/154B_discussions/Quiz5.pdf

-1.99 MB
Binary file not shown.
-29.8 KB
Binary file not shown.
-29.6 KB
Binary file not shown.
-2.01 MB
Binary file not shown.

modules/DINO CPU/_posts/2000-02-01-assignment1.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ Modified for ECS 154B Lab 1, {{ site.data.course.quarter }}.
1010

1111
**Due on *{{ site.data.course.dates.dino_1 }}* 11:59 pm (PST)**: See [Submission](#submission) for details.
1212

13+
<img alt="Under construction" src="{{ "/img/under-construction.png" | relative_url }}">
14+
Assignment coming soon
15+
16+
{% comment %}
17+
1318
## Table of Contents
1419

1520
* [Introduction](#introduction)
@@ -804,3 +809,5 @@ This is the best style of debugging for this assignment.
804809
* You can also put any Scala statement in the print statement (e.g., `printf(p"Output: ${io.output})`).
805810
* Use `println` to print during compilation in the Chisel code or during test execution in the test code. This is mostly like Java's `println`.
806811
* If you want to use Scala variables in the print statement, prepend the statement with an 's'. For example, `println(s"This is my cool variable: $variable")` or `println(s"Some math: 5 + 5 = ${5+5}")`.
812+
813+
{% endcomment %}

modules/DINO CPU/_posts/2000-03-01-assignment2.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Modified for ECS 154B Lab 2, {{ site.data.course.quarter }}.
1212

1313
**Due on *{{ site.data.course.dates.dino_2 }}* 11:59PM PST**: See [Submission](#submission) for details
1414

15+
<img alt="Under construction" src="{{ "/img/under-construction.png" | relative_url }}">
16+
Assignment coming soon
17+
18+
{% comment %}
1519
# Table of Contents
1620

1721
* [Introduction](#introduction)
@@ -934,3 +938,5 @@ This is the best style of debugging for this assignment.
934938
- You can also put any Scala statement in the print statement (e.g., `printf(p"Output: ${io.output})`).
935939
- Use `println` to print during compilation in the Chisel code or during test execution in the test code. This is mostly like Java's `println`.
936940
- If you want to use Scala variables in the print statement, prepend the statement with an 's'. For example, `println(s"This is my cool variable: $variable")` or `println("Some math: 5 + 5 = ${5+5}")`.
941+
942+
{% endcomment %}

modules/DINO CPU/_posts/2000-04-01-assignment3.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ See [End of Part 3.1](#end-of-part-31) for details on turning in lab 3.1.
1616

1717
**Part 3.2 Due on *{{ site.data.course.dates.dino_32 }}* at 11:59PM PST**
1818

19+
<img alt="Under construction" src="{{ "/img/under-construction.png" | relative_url }}">
20+
Assignment coming soon
21+
22+
{% comment %}
23+
1924
See [Grading](#grading) for details on turning in lab 3.2.
2025

2126
# Table of Contents
@@ -446,3 +451,5 @@ GitHub now allows everybody to create unlimited private repositories for up to t
446451
- Start early! Start early and ask questions on {{site.data.course.discussion_site}} and in discussion sessions.
447452
- If you need help, come to office hours for the TA, or post your questions on {{site.data.course.discussion_site}}.
448453
- See [common errors]({{site.data.course.154b_assignment3_github_link}}/blob/main/documentation/common-errors.md) for some common errors and their solutions.
454+
455+
{% endcomment %}

modules/DINO CPU/_posts/2000-05-01-assignment4.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ DINO CPU Assignment 4: The Why of Caching.
88

99
Originally from ECS 154B Lab 4, Winter 2023.
1010

11+
<img alt="Under construction" src="{{ "/img/under-construction.png" | relative_url }}">
12+
Assignment coming soon
13+
14+
{% comment %}
15+
1116
## Table of Contents
1217

1318
* [Introduction](#introduction)
@@ -644,3 +649,5 @@ However, the memory might be busy with the previous eviction request, so the
644649
L1D cache must wait for the memory to complete that request before it can
645650
pull a cache block to memory.
646651
Thus, the cache miss latency might vary from access to access.
652+
653+
{% endcomment %}

modules/DINO CPU/_posts/2001-01-01-discussions.md

Lines changed: 22 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -6,51 +6,37 @@ This is a page for materials discussed in the discussion sessions.
66

77
*154B Discussion*: Hutchison Hall 115. Wednesday 9:00 - 9:50am.
88

9-
### Discussion 1 (Jan 11th)
9+
## Discussion 1 (Jan 11th)
1010

11-
[Slides]({{'img/154B_discussions/154B-discussion-1.pdf' | relative_url}})
11+
[Slides]({{'' | relative_url}})
1212

13-
### Discussion 2 (Jan 18th)
14-
[Slides]({{'img/154B_discussions/154B-discussion-2.pdf' | relative_url}})
13+
## Discussion 2 (Jan 18th)
14+
[Slides]({{'' | relative_url}})
1515

16-
### Discussion 3 (Jan 25th)
17-
[Slides]({{'img/154B_discussions/154B-discussion-3.pdf' | relative_url}})
16+
## Discussion 3 (Jan 25th)
17+
[Slides]({{'' | relative_url}})
1818

19-
### Discussion 4 (Feb 1st)
20-
[Slides]({{'img/154B_discussions/154B-discussion-4.pdf' | relative_url}})
19+
## Discussion 4 (Feb 1st)
20+
[Slides]({{'' | relative_url}})
2121

22-
### Midterm Review (Feb 6th)
23-
[Slides]({{'img/154B_discussions/Midterm-review.pdf' | relative_url}})
22+
## Midterm Review (Feb 6th)
23+
[Slides]({{'' | relative_url}})
2424

25-
[Quiz 4]({{'img/154B_discussions/Quiz4.pdf' | relative_url}})
25+
## Discussion 5
26+
[Slides]({{'' | relative_url}})
2627

27-
[Quiz 5]({{'img/154B_discussions/Quiz5.pdf' | relative_url}})
28+
## Discussion 6 (Feb 15th)
29+
[Slides]({{'' | relative_url}})
2830

29-
### Discussion 5
30-
[Slides]({{'img/154B_discussions/154B-discussion-5.pdf' | relative_url}})
31+
## Discussion 7 (Feb 22nd)
32+
[Slides]({{'' | relative_url}})
3133

32-
### Discussion 6 (Feb 15th)
33-
[Slides]({{'img/154B_discussions/154B-discussion-6.pdf' | relative_url}})
34+
## Discussion 8 (Mar 1st)
35+
[Slides]({{'' | relative_url}})
3436

35-
### Discussion 7 (Feb 22nd)
36-
[Slides]({{'img/154B_discussions/154B-discussion-7.pdf' | relative_url}})
3737

38-
[Direct-mapped Cache Worksheet]({{'img/154B_discussions/cache-worksheet.pdf' | relative_url}})
38+
## Discussion 9 (Mar 8th)
39+
[Slides]({{'' | relative_url}})
3940

40-
[2-way Associative Cache Worksheet]({{'img/154B_discussions/cache-worksheet-2.pdf' | relative_url}})
41-
42-
### Discussion 8 (Mar 1st)
43-
[Slides]({{'img/154B_discussions/154B-discussion-8.pdf' | relative_url}})
44-
45-
46-
### Discussion 9 (Mar 8th)
47-
[Slides]({{'img/154B_discussions/154B-discussion-9.pdf' | relative_url}})
48-
49-
### Lecture (Mar 6th)
50-
[Slides]({{'img/154B_discussions/lecture-march-06.pdf' | relative_url}})
51-
52-
53-
### Discussion 10 (Mar 15th)
54-
[Slides]({{'img/154B_discussions/154B-discussion-10.pdf' | relative_url}})
55-
56-
[Recording](https://ucdavis.zoom.us/rec/share/v2Y8mpIPE_PPxNNTB3Sa0Ict-ilvcGM6MyZjUkY_OOZVoKVF21AthaNY3W5cRsBI.IMKbP1D4g2lh3Bgc)
41+
## Discussion 10 (Mar 15th)
42+
[Slides]({{'' | relative_url}})

modules/gem5/_posts/2000-02-01-assignment0.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ Title: ECS 201A Assignment 0
77

88
**Due on *{{ site.data.course.dates.gem5_0 }}* 11:59 pm (PST)**: See [Submission](#submission) for details.
99

10+
<img alt="Under construction" src="{{ "/img/under-construction.png" | relative_url }}">
11+
Assignment coming soon
12+
13+
{% comment %}
14+
1015
## Table of Contents
1116

1217
- [Adiministrivia](#administrivia)
@@ -521,3 +526,5 @@ Remember, DO NOT POST YOUR CODE PUBLICLY ON GITHUB! Any code found on GitHub tha
521526

522527
- Start early and ask questions on Piazza and in discussion.
523528
- If you need help, come to office hours for the TA, or post your questions on Piazza.
529+
530+
{% endcomment %}

modules/gem5/_posts/2000-03-01-assignment1.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ Modified for ECS 201A, Winter 2023.
1212

1313
**Due on *{{ site.data.course.dates.gem5_1 }}* 11:59 pm (PST)**: See [Submission](#submission) for details
1414

15+
<img alt="Under construction" src="{{ "/img/under-construction.png" | relative_url }}">
16+
Assignment coming soon
17+
18+
{% comment %}
19+
1520
## Table of Contents
1621

1722
- [Administrivia](#adminstrivia)
@@ -166,3 +171,5 @@ Remember, DO NOT POST YOUR CODE PUBLICLY ON GITHUB! Any code found on GitHub tha
166171

167172
- Start early and ask questions on Piazza and in discussion.
168173
- If you need help, come to office hours for the TA, or post your questions on Piazza.
174+
175+
{% endcomment %}

modules/gem5/_posts/2000-04-01-assignment2.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ Modified for ECS 201A, Winter 2023.
1010

1111
**Due on *{{ site.data.course.dates.gem5_2 }}* 11:59 pm (PST)**: See [Submission](#submission) for details
1212

13+
<img alt="Under construction" src="{{ "/img/under-construction.png" | relative_url }}">
14+
Assignment coming soon
15+
16+
{% comment %}
17+
1318
## Table of Contents
1419

1520
- [Administrivia](#administrivia)
@@ -255,3 +260,5 @@ Remember, DO NOT POST YOUR CODE PUBLICLY ON GITHUB! Any code found on GitHub tha
255260

256261
- Start early and ask questions on Piazza and in discussion.
257262
- If you need help, come to office hours for the TA, or post your questions on Piazza.
263+
264+
{% endcomment %}

modules/gem5/_posts/2000-04-01-assignment3.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Title: ECS 201A Assignment 3
66

77
**Due on *{{ site.data.course.dates.gem5_3 }}* 11:59 pm (PST)**: See [Submission](#submission) for details
88

9+
<img alt="Under construction" src="{{ "/img/under-construction.png" | relative_url }}">
10+
Assignment coming soon
11+
12+
{% comment %}
13+
914
## Table of Contents
1015

1116
- [Administrivia](#administrivia)
@@ -370,3 +375,5 @@ Remember, DO NOT POST YOUR CODE PUBLICLY ON GITHUB! Any code found on GitHub tha
370375

371376
- Start early and ask questions on Piazza and in discussion.
372377
- If you need help, come to office hours for the TA, or post your questions on Piazza.
378+
379+
{% endcomment %}

modules/gem5/_posts/2000-05-01-assignment4.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Title: ECS 201A Assignment 4
66

77
## Assignment 4 -- Due 11:59 pm (PST) *{{ site.data.course.dates.dino_4 }}*
88

9+
<img alt="Under construction" src="{{ "/img/under-construction.png" | relative_url }}">
10+
Assignment coming soon
11+
12+
{% comment %}
13+
914
## Table of Contents
1015

1116
- [Administrivia](#administrivia)
@@ -349,3 +354,5 @@ Remember, DO NOT POST YOUR CODE PUBLICLY ON GITHUB! Any code found on GitHub tha
349354

350355
- Start early and ask questions on Piazza and in discussion.
351356
- If you need help, come to office hours for the TA, or post your questions on Piazza.
357+
358+
{% endcomment %}

modules/gem5/_posts/2000-06-01-assignment5.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Title: ECS 201A Assignment 5
66

77
## Assignment 5 -- Due 11:59 pm (PST) *{{ site.data.course.dates.dino_5 }}*
88

9+
<img alt="Under construction" src="{{ "/img/under-construction.png" | relative_url }}">
10+
Assignment coming soon
11+
12+
{% comment %}
13+
914
### Table of Contents
1015

1116
- [Administriva](#administrivia)
@@ -643,3 +648,5 @@ Remember, DO NOT POST YOUR CODE PUBLICLY ON GITHUB! Any code found on GitHub tha
643648

644649
- Start early and ask questions on Piazza and in discussion.
645650
- If you need help, come to office hours for the TA, or post your questions on Piazza.
651+
652+
{% endcomment %}

0 commit comments

Comments
 (0)