George Rennie

Results 1 comments of George Rennie

Yosys has the ability to read `src` attributes, e.g. ```verilog (* src = "test.v:24.1-30.10" *) module top(a, b); (* src = "test.v:25.8-25.9" *) input a; wire a; (* src =...