Skip to content

Commit

Permalink
feat: add array indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
natalieagus committed Feb 13, 2024
1 parent 05c727e commit cc32bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Labs/lab3-part1.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The lecture notes on [Logic Synthesis](https://natalieagus.github.io/50002/notes
The lab will reinforce your understanding on how you can build the circuit to conform to the logic that you want, e.g: adder circuit will perform binary addition of input A and B, etc, and make it **programmable** using the control signal: `ALUFN`.

{: .warning}
You are <span style="color:red; font-weight: bold;">NOT</span> allowed to use **any** of Lucid's **math** and **comparison** operators when implementing this lab. This is the requirement of your 1D project. Please follow the implementation of the units from the given schematics. **Failure to comply will result in -2% of your overall grades.**
You are <span style="color:red; font-weight: bold;">NOT</span> allowed to use **any** of Lucid's **math** and **comparison** operators when implementing this lab's functionality. This is the requirement of your 1D project. Please follow the implementation of the units from the given schematics. **Failure to comply will result in -2% of your overall grades. However, you can use them for array indexing only**.

## Part 1 Introduction

Expand Down

0 comments on commit cc32bb0

Please sign in to comment.