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

Detecting source-header dependencies for Verilog #116

Open
Risto97 opened this issue Jan 9, 2025 · 0 comments
Open

Detecting source-header dependencies for Verilog #116

Risto97 opened this issue Jan 9, 2025 · 0 comments

Comments

@Risto97
Copy link
Contributor

Risto97 commented Jan 9, 2025

Currently, there is no way to retrigger targets if the verilog header files change.
This is a similar problem to how C++ header files are tracked with depend.make in Makefiles.

Currently, easiest solution to implement is to list the header files manually, something like:

ip_sources(${IP} SYSTEMVERILOG
    HEADERS 
     file1.sv
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant