Skip to content

Commit

Permalink
feat: add indexing detail
Browse files Browse the repository at this point in the history
  • Loading branch information
natalieagus committed Feb 13, 2024
1 parent d3e56c9 commit 05c727e
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 @@ -115,7 +115,7 @@ You may start by making a 1-bit **Full Adder** module first, and **then** create
### Implementation Tips

{: .warning}
Remember that you are **NOT** allowed to use Lucid's math operator, such as `out = a+b` or `out = a-b` to implement the adder unit. Please follow the implementation of the schematic above. This is part of the requirements of your 1D project.
Remember that you are **NOT** allowed to use Lucid's math operator, such as `out = a+b` or `out = a-b` to implement the adder unit. Please follow the implementation of the schematic above. This is part of the requirements of your 1D project. You can however to use these operator for **indexing**.

**for-loops**

Expand Down

0 comments on commit 05c727e

Please sign in to comment.