KGHVerilator

Results 5 comments of KGHVerilator

I like your package and find it very useful, thank you for your work. I have some python programming experience, but am only mediocre at it. I can help some...

Hopefully this will work out; thank you for look into it.

Note, this works with a commercial simulator I am using

``` interface ShiftIf #(parameter integer WIDTH, parameter integer STAGE); typedef struct packed { logic [WIDTH-1:0]data; logic valid; } reg_t; reg_t data; function automatic reg_t update(input reg_t noChange, input logic enable);...

Uncomment the line (39): //`define THIS_CODE_FAILS 1 and it will fail to verilate. Commented out it verilates fine