Skip to content

[Bug] The diagnostics are not refreshed automatically after clicking Run Qihe Analysis #97

@QinlinChen

Description

@QinlinChen

Reproduction

Preparing a.v and vizsla.toml:

module top(
    input wire clk,
    input wire rst,
    output reg x
);

    always @(posedge clk) begin
          x <= x + 1;
    end
endmodule
sources = ["a.sv"]

Step 1: Click Run Qihe Analysis

We can see the diagnostics "top.x needs resetting".

Image

Step 2: Add the reset logic for x and click Run Qihe Analysis again

We can still see the diagnostics "top.x needs resetting" (until we modify the source code)

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingupstreamIssue originates from upstream dependency behavior.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions