Skip to content

Implement Carry Look Ahead Adder (CLA) in Verilog #2

@Krishnarjunmitra

Description

@Krishnarjunmitra

📌 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

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or requestgood first issueGood for newcomershelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions