-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write a System Verilog code to implement wallace tree reduction for a 5x5 multiplier #1
Comments
can you please assign me this |
Can you assign this to me? |
!assign @gaganbrwj 60m |
!assign @gaganbrwj 90 |
okay i am done with the code of .sv files i should code the testbench files now module wallace_tree_reduction (
endmodule // Full adder module // Half adder module |
!assign @gaganbrwj |
@gaganbrwj open a PR |
huh? this is the code to implement wallace tree reduction for a 5x5 multiplier |
i have now written testbench files also to it |
@gaganbrwj the bot didn't assign it to you because you were assigned some other issue initially |
!assign @gaganbrwj |
Now it's been assigned @gaganbrwj please open PR, don't submit the code here |
okay am i assigned to this issue now ? |
Yes |
Hey @cuber2116! The timer for the @gaganbrwj to work on the issue has finished, deassign and assign a new contributor or extend the current timer. Contact maintainer leads if inactive @DedLad @polarhive @achyuthcodes30 |
okay got it |
@gaganbrwj did you finish? |
the codes are ready but there are errors and i am pulling the request now |
!assign @gaganbrwj 30 |
@gaganbrwj you have 30 more mins |
i am so sorry theres problem in pulling request |
!assign @gaganbrwj 20 |
assign me some more time please |
!assign @gaganbrwj 60 |
@cuber2116 can you assign me ? |
!assign @kavin81 90 |
@kavin81 I think you've been assigned to a different issue so please make sure that they deassign you first so that I can assign this to you |
A structure for the 5x5 wallace tree multiplier has been provided in diagram.md in Wallace5x5 folder.
Write a code for wallace_tree_reduction.sv in Wallace5x5 folder.
Implementing adder+Working Test bench = 350 points
The text was updated successfully, but these errors were encountered: