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
Could the -MMD option (like that of gcc, but also of verilator) have a place in vppreproc? Note –MMD generates a dependency output file for all the user files. We are interested in this feature for automating our compile flow.
If vppreproc wants to focus only on preprocessing, maybe a -dump-includes option is more suitable?
Using only the verilog api, we have prototyped an implementation of the -MMD option and can share the code. but, we think it would be useful to be provide this option natively in vppreproc.
The text was updated successfully, but these errors were encountered:
Could the
-MMD
option (like that of gcc, but also of verilator) have a place in vppreproc? Note–MMD
generates a dependency output file for all the user files. We are interested in this feature for automating our compile flow.If vppreproc wants to focus only on preprocessing, maybe a -dump-includes option is more suitable?
Using only the verilog api, we have prototyped an implementation of the -MMD option and can share the code. but, we think it would be useful to be provide this option natively in vppreproc.
The text was updated successfully, but these errors were encountered: