Computer Processors (COMP1212)代写

1. Coursework 1

2. Computer Processors (COMP1212)

You should follow the instructions below on how to prepare your submission. Late submissions are accepted up to 7 days late. Each day, or part of a day, will incur a $5 \%$ penalty. Feedback on late submissions may not be provided within 3 weeks of submission.

Submission You must submit your work via Gradescope. You should submit two files, one called CW1Q1.hdl and one called CW1Q2.hdl.

3. Deadline Please see Gradescope for the deadline..

Weighting This piece of summative coursework is worth $25 \%$ of the module grade.

  1. Produce an HDL file which implements the boolean function described by the following truth table.

\begin{tabular}{|l|l|l|l|l|}
\hline$s_{1}$ & $s_{2}$ & $x$ & $y$ & $f\left(s_{1}, s_{2}, x, y\right)$ \
\hline 0 & 0 & 0 & 0 & 0 \
\hline 0 & 0 & 0 & 1 & 0 \
\hline 0 & 0 & 1 & 0 & 0 \
\hline 0 & 0 & 1 & 1 & 1 \
\hline 0 & 1 & 0 & 0 & 0 \
\hline 0 & 1 & 0 & 1 & 1 \
\hline 0 & 1 & 1 & 0 & 1 \
\hline 0 & 1 & 1 & 1 & 0 \
\hline 1 & 0 & 0 & 0 & 0 \
\hline 1 & 0 & 0 & 1 & 1 \
\hline 1 & 0 & 1 & 0 & 1 \
\hline 1 & 0 & 1 & 1 & 1 \
\hline 1 & 1 & 0 & 0 & 1 \
\hline 1 & 1 & 0 & 1 & 1 \
\hline 1 & 1 & 1 & 0 & 0 \
\hline 1 & 1 & 1 & 1 & 1 \
\hline
\end{tabular}

The HDL file should have the following preamble.

CHIP CW1Q1 {

IN s1, s2, $x, y$;

OUT $\mathrm{f}$;

PARTS :

3 2. Produce an HDL file which implements the boolean function described by the following formula. Your should ensure that your implementation is minimised with respect to the number of gates used.

$$
(\neg a \wedge b) \vee(b \wedge \neg c) \vee(b \wedge c) \vee(a \wedge \neg b \wedge \neg c)
$$

The HDL file should have the following preamble.

CHIP CW1Q2 {

IN $a, b, c$;

OUT f;

PARTS :

}

Each of the questions is worth $12.5$ marks.

Computer Processors (COMP1212)代写认准UpriviateTA

BS equation代写

复分析Math301

量子力学代写

实分析代写

随机微积分代写