Forum Discussion
Hi,
fulladd is missing. Could you share the full design QAR and testbench for investigation? To generate the QAR file, click on Project > Archive Project
Thanks
Best regards,
KhaiY
Here is the QAR file. I have provided a full picture and requirements in the picture also.
if there is still can't find the fulladd, here is the code for it:
module fulladd(a, b, cin, s, cout); input a, b, cin; output s, cout; assign s = a ^ b ^ cin; assign cout = ((a ^ b) & cin) | (a & b); endmodule
I didn't do any testbench for this design. But this is the waveform I got.
- KhaiChein_Y_Intel5 years ago
Regular Contributor
Hi,
You may find the acc.qar attached. Do let me know if this is not the intended design.
Thanks
Best regards,
KhaiY
- KhaiChein_Y_Intel5 years ago
Regular Contributor
acc.qar
- KhaiChein_Y_Intel5 years ago
Regular Contributor
Hi,
We do not receive any response from you to the previous question/reply/answer that I have provided. This thread will be transitioned to community support. If you have a new question, feel free to open a new thread to get the support from Intel experts. Otherwise, the community users will continue to help you on this thread. Thank you
Best regards,
KhaiY