jjjt-git

Results 3 issues of jjjt-git

Fixes #361 Not tested, because I did not find the time for it. So I do not know, whether it works or not.

Since I need them for a project, I was wondering, if the performance counters will be implemented. I might try building them myself, but I feel not as familiar with...

When reading the following file, yosys crashes. ```systemverilog `timescale 1ns/1ns `default_nettype none module mre ( i_clk, i_w, o_w ); input wire i_clk, i_w; output reg o_w; reg f_past_valid; initial f_past_valid...