Skip to content
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

Module Requests #4

Open
aklsh opened this issue Jul 20, 2020 · 2 comments
Open

Module Requests #4

aklsh opened this issue Jul 20, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@aklsh
Copy link
Owner

aklsh commented Jul 20, 2020

Comment below for module requests. I'll try to push a design ASAP.

@aklsh aklsh added the enhancement New feature or request label Jul 20, 2020
@aklsh aklsh pinned this issue Jul 20, 2020
@Nischu2291
Copy link

Its asking for Declaration of HA and FA modules

@aklsh
Copy link
Owner Author

aklsh commented Jan 20, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants