-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
📌 Issue Title
Implement Carry Look Ahead Adder (CLA) in Verilog
📝 Description
We need to implement a Carry Look Ahead Adder (CLA) module in Verilog as the next addition to the Adder Series.
Requirements:
- Design a parameterized N-bit Carry Look Ahead Adder (default: 4-bit).
- Use generate and propagate logic to compute carries in parallel.
- Create a Testbench to verify correctness with directed and random test vectors.
- Generate waveforms (using Vivado/ModelSim) and document the results.
- Update README.md under the Completed Projects section once finished.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed