getting-started-with-verilog
getting-started-with-verilog copied to clipboard
Module Requests
Comment below for module requests. I'll try to push a design ASAP.
Its asking for Declaration of HA and FA modules
Its asking for Declaration of HA and FA modules
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
iverilog testbench.v