Wilson Snyder

Results 1229 comments of Wilson Snyder

Did this resolve for you? If not please update the example in last comment.

Does the example I sent do that on Ubuntu 20? What you are doing is unusual/unique and probably not an issue in Verilator itself, so generally you'll need to do...

Great, this will help the next person needing this. Please keep us updated. The flags needed are a consequence of the dynamic linking etc in your use case. As this...

FWIW at my site we do `parameter integer DATA_WIDTH = 16 // company-disable W175` and run a preprocessor (or verilator pipe filter script) when we do lint using any tool,...

Yes, your method is similar. The complication with your method is knowing what source files to read, e.g. how to follow submodules which are not easy to determine (and includes...

>What is a "verilator pipe filter script"? >Where/when do you apply this filter to add `line directives? See https://veripool.org/guide/latest/exe_verilator.html#cmdoption-pipe-filter and https://github.com/verilator/verilator/blob/master/test_regress/t/t_pipe_filter.pf >What are line directives? See the IEEE standard for...

>What is a "verilator pipe filter script"? >Where/when do you apply this filter to add `line directives? See https://veripool.org/guide/latest/exe_verilator.html#cmdoption-pipe-filter and https://github.com/verilator/verilator/blob/master/test_regress/t/t_pipe_filter.pf >What are line directives? See the IEEE standard for...

Currently, there can only be a single trace file open across all formats. This bug is to support **one** open file **per format**. Ideally we'd support **multiple** open files **per...

Correct, today one format one trace command. (We can split one trace command into multi files with split etc).