You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The makefile is deprecated as writing and maintaining it was difficult. The method to use now is to manually include all necessary files in the compilation instruction. For eg.,
iverilog testbench.v Adders/HA.v clock.v
Alternatively, you can use the `include statements to include all the necessary files in testbench.v so that you can use
Comment below for module requests. I'll try to push a design ASAP.
The text was updated successfully, but these errors were encountered: